OpenVZ Forum


Home » General » Support » Apache taking a LONG time to start on reboot
Re: Apache taking a LONG time to start on reboot [message #28371 is a reply to message #28369] Sat, 15 March 2008 00:12 Go to previous messageGo to previous message
JAlbstmeijer is currently offline  JAlbstmeijer
Messages: 12
Registered: April 2006
Junior Member

I encountered simular problems..
But I did not wait for 10 minutes, just concluded it does not start..
This is what I documented, and solved the problem for me:

----
apache does not respond, last line in /var/log/httpd/error_log

[Sat Feb 23 21:37:00 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Feb 23 21:37:00 2008] [notice] Digest: generating secret for digest authentication ...

for default http within vz (http://forum.openvz.org/index.php?t=msg&goto=27052&)

rm /dev/urandom
mknod --mode 444 /dev/urandom c 1 9

for https in httpd.conf

#SSLRandomSeed startup file:/dev/random 512
SSLRandomSeed startup file:/dev/urandom 512
#SSLRandomSeed connect file:/dev/random 512
SSLRandomSeed connect file:/dev/urandom 512
 
Read Message
Read Message
Read Message
Previous Topic: Problem with connecting to VPS guess
Next Topic: Strange Memory Problem
Goto Forum:
  


Current Time: Mon Sep 16 04:19:05 GMT 2024

Total time taken to generate the page: 0.04755 seconds