Search found 3 matches

by basavaraj.m
25 Oct 2023, 04:33
Forum: Help
Topic: Unable to start httpd
Replies: 0
Views: 112518

Unable to start httpd

Dear Team,

We are using mnatis with httpd and below are the configurations.

We tried to Load Module PHP7, but its unable to load


httpd.conf
LoadModule php7_module modules/libphp7.so

/var/log/messages

[Tue Oct 24 15:13:34.112210 2023] [php7:crit] [pid 187232:tid 140571497584960] Apache is ...
by basavaraj.m
09 Oct 2023, 07:11
Forum: Help
Topic: Mantis not able to laumch (Not Found The requested URL was not found on this server.)
Replies: 2
Views: 4835

Re: Mantis not able to laumch (Not Found The requested URL was not found on this server.)

Thanks for the reply...

yes htppd.conf is fine

Listen 192.168.0.134:80

User apache
Group apache

ServerName 192.168.0.134:80

<Directory "/var/www">
AllowOverride None
# Allow open access:
Require all granted
</Directory>
by basavaraj.m
06 Oct 2023, 13:38
Forum: Help
Topic: Mantis not able to laumch (Not Found The requested URL was not found on this server.)
Replies: 2
Views: 4835

Mantis not able to laumch (Not Found The requested URL was not found on this server.)

Dear Team,

Need your assistance, I am new to Mantis. I have installed mantis on linux and confiured (Backend is Oracle Database). and it was working fine. But due to power cut the server rebooted and mantis not able to launch the page

getting 404 error. httpd services are up and all look fine but ...