I'm not running mod_php, but php-cgi, with suphp..
Also, i found a hackish workaround for it..
When i do this:

/etc/init.d/apache2 stop
mv /etc/apache2/sites-enabled /etc/apache2/sites-enabled.old
mkdir /etc/apache2/sites-enabled
/etc/init.d/apache2 start
rm -r /etc/apache2/sites-enabled
mv /etc/apache2/sites-enabled.old /etc/apache2/sites-enabled
/etc/init.d/apache2 reload

Everything works just fine.
One host has 1000+ virtualhosts, the other 700+.
The second worked fine until recently ( probably when a certain number of 
virtualhosts were reached. )
So it seems mod_ssl can't handle that many virtualhosts when it initialises, 
therefor crashes.. once it's enabled, it doesn't seem to mind so many hosts...

-- 
Enabling SSL makes apache2 segfault
https://launchpad.net/bugs/62471

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to