View Single Post
  #5 (permalink)  
Old 01-30-2005, 10:42 AM
Till's Avatar
Till Till is offline
Administrator
 
Join Date: Jan 2002
Location: Berlin, Germany
Posts: 1,453
The webserver is running? Get on a shell, and have a look...

Code:
ps aux|grep httpd
If you get nothing, besides the "ps aux|..."-command, you should start Apache with:

Code:
apachectl start
(Instead of "start" consider doing "configtest" too, just to make sure. Also, have a look at your error_log, probably somewhere in /var/log/.)

SuSE is bad. It will spoil the experience, Linux/Unix is really cool, but SuSE is really a bad example of how to screw it up. Especially when you run a server it's of no use, maybe suitable for a desktop.
Reply With Quote