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 still login.pho not working
systemctl status httpd
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Drop-In: /usr/lib/systemd/system/httpd.service.d
└─php-fpm.conf
Active: active (running) since Wed 2023-10-04 10:55:00 EDT; 2 days ago
Docs: man:httpd.service(8)
Main PID: 1240 (httpd)
Status: "Total requests: 13; Idle/Busy workers 100/0;Requests/sec: 7.42e-05; Bytes served/sec: 0 B/sec"
Tasks: 213 (limit: 48676)
Memory: 21.8M
CGroup: /system.slice/httpd.service
├─1240 /usr/sbin/httpd -DFOREGROUND
├─1453 /usr/sbin/httpd -DFOREGROUND
├─1454 /usr/sbin/httpd -DFOREGROUND
├─1455 /usr/sbin/httpd -DFOREGROUND
└─1456 /usr/sbin/httpd -DFOREGROUND
Error while launching login_page.php
Not Found
The requested URL was not found on this server.
Mantis not able to laumch (Not Found The requested URL was not found on this server.)
Moderators: Developer, Contributor
-
basavaraj.m
- Posts: 3
- Joined: 06 Oct 2023, 11:15
Re: Mantis not able to laumch (Not Found The requested URL was not found on this server.)
Just a longshot, did you check the config of apache?
-
basavaraj.m
- Posts: 3
- Joined: 06 Oct 2023, 11:15
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>
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>