![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Apache Virtual Server Help | ratnamg | Linux | 0 | 02-05-2008 04:44 PM |
| Apache Server | ppychu | UNIX for Dummies Questions & Answers | 1 | 09-10-2002 03:46 PM |
| Apache /server-status | solvman | UNIX for Advanced & Expert Users | 3 | 01-21-2002 11:51 PM |
| Apache Web Server | anent | UNIX for Dummies Questions & Answers | 9 | 11-16-2001 01:11 PM |
| Apache Server | cfir | UNIX for Dummies Questions & Answers | 4 | 07-04-2001 05:17 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
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. |
| Forum Sponsor | ||
|
|
|
|||
|
on Your main web server do a
telnet localhost 80 GET / and see what's the ascii output, is it also showing "http 404" error? If it is then do a netstat -na | grep -i listen | grep \\.80 to see what else is possibily using port 80 If GET / is not showing the "http 404" error, go to a client machine, telnet to the webserver ip address at port 80 example telnet xxx.xxx.xxx.xxx 80 GET / and compares the output |
|
|||
|
hello !
so you try to start the apache while another http is allready running ? that would explain the error message because the port is allready taken by another http deamon. Quote:
Quote:
this can only be solved bye verifying the docroot and the accessed files of the configured virtual host in the httpd.conf. more infos can be found in the httpd logs (error.log access.log) debends on the httpd version but most likely in the apache_root/logs |
|||
| Google UNIX.COM |