I have been trying to get my apache 1.2 upgrade to work. We have 371
virtual domains and they all work fine with apache 1.1.3. But apache
1.2 has problems:
A browser will get "document contains no data" errors and I see SIGSEV
errors in the syslog.
I'm running BSDI 3.0 using gcc 2.7.2.1. I am pretty convinced that we
are not running out of file descriptors. Some more data, this
definition is what breaks the server:
<VirtualHost www.performanceds.com>
ServerName www.performanceds.com
DocumentRoot /cruzio/web/pages/cruzio/nopage
TransferLog logs/domains/xfer/www.performanceds.com
ErrorLog logs/domains/error/www.performanceds.com
</VirtualHost>
If I comment out either TransferLog or ErrorLog above, then the server
appears to work. But both lines enabled and it breaks. The per process
file descriptor limit is quite high.
--
-----------------
Jay Nitikman
-----------------