|
How to fix a fault with apache in SUN server
Hi,
We are logging into the SUN OS 5.9 server by using putty. We are not able to open the webpage that is using the apache server in our main server.
when i checked for my apache server, It is running fine.
It is given as
$ ps -ef|grep httpd
root 421 1 0 08:57:11 ? 0:00 //usr/lib/httpd -i admin -a
root 414 1 0 08:57:11 ? 0:00 //usr/lib/httpd -i sws_server
when i am accessing webpage it is giving error as 'File not found' and 'HTTP 404'
I dont know how to fix this issue.
If any one knows please tell me how to check for the process which is responsible for the GUI to run and process of working and loading of a GUI web page.
|