Apache 2.2
14.02.06 14:05 |
OS X Server
There seems to be some problems with certain Apache
2.x configs under OS X (10.4 only?) where the
connection would just randomly quit. One fix is to
install 2.2
./configure --prefix=/usr/local/apache2 --enable-so --enable-mods-shared=most --enable-ssl --with-ssl=/usr --enable-cgi --enable-mime-magic --enable-dav
|