check the logs in /var/log/apache2 before starting it manually.
Uwe
So maybe Apache tries to start when the file system isn't mounted yet. Where is the document root located?
Uwe
I bet apache tries to start before NSS is up.
Edit /etc/init.d/apache2
In the header, add
novell-nss
to the "Required-Start" line. Now
chkconfig apache2 off
chkconfig apache2 on
and reboot.
HTH
Uwe
no, don't un-rem it.
# Required-Start: $local_fs $reomte_fs $network novell-nss
HTH
Uwe
Uwe
:-(
Try
# Required-Start: $local_fs $reomte_fs $network nss
Uwe
Glad it's working now :-)
> I'm guessing the same thing would work for afptcpd as well ?
I assume so, yes. Never played with AFP. If it doesn't work, just start a new thread on the issue.
Uwe