You are not logged in.
When i do /etc/rc.d/httpd start i just get failed.. Why is this..
Offline
For the httpd part this is the error log
[Wed Jun 16 09:38:37 2004] [warn] Init: Session Cache is not configured [hint: $
[Wed Jun 16 09:38:37 2004] [notice] Digest: generating secret for digest authen$
[Wed Jun 16 09:38:37 2004] [notice] Digest: done
[Wed Jun 16 09:38:38 2004] [notice] Apache configured -- resuming normal operat$
[Wed Jun 16 09:58:45 2004] [notice] caught SIGTERM, shutting down
[Wed Jun 16 09:58:48 2004] [warn] Init: Session Cache is not configured [hint: $
[Wed Jun 16 09:58:48 2004] [notice] Digest: generating secret for digest authen$
[Wed Jun 16 09:58:48 2004] [notice] Digest: done
[Wed Jun 16 09:58:48 2004] [notice] Apache configured -- resuming normal operat$
[Wed Jun 16 09:58:55 2004] [error] [client 127.0.0.1] File does not exist: /hom$
[Wed Jun 16 10:05:51 2004] [notice] caught SIGTERM, shutting down
[Wed Jun 16 10:05:54 2004] [warn] Init: Session Cache is not configured [hint: $
[Wed Jun 16 10:05:55 2004] [notice] Digest: generating secret for digest authen$
[Wed Jun 16 10:05:55 2004] [notice] Digest: done
[Wed Jun 16 10:05:55 2004] [notice] Apache configured -- resuming normal operat$
[Wed Jun 16 10:24:37 2004] [notice] caught SIGTERM, shutting down
Offline
Are you running ssl (port 443 - if I recall)? If so, make sure you edit the ssl.conf and place a file in /etc/conf.d called httpd (chmod 644 owned by root). Inside this file put:
HTTPD_USE_SSL="yes"
Don't know if that will fix your problem or not. Also don't know why this is done this way - but it drove me nuts - not hard to do.
-Shawn
Offline
i dont want to use ssl so its set as no do i have to change something in the httpd.conf file in /etc/httpd/conf/?
Offline
fixed i just change a bunch of settings in the config file so now it works..
Offline