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

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
basavaraj.m
Posts: 3
Joined: 06 Oct 2023, 11:15

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

Post 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.
cas
Posts: 1768
Joined: 11 Mar 2006, 16:08
Contact:

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

Post by cas »

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.)

Post 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>
Post Reply