Page 1 of 1

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

Posted: 06 Oct 2023, 13:38
by basavaraj.m
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.

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

Posted: 07 Oct 2023, 09:45
by cas
Just a longshot, did you check the config of apache?

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

Posted: 09 Oct 2023, 07:11
by basavaraj.m
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>