|

楼主 |
发表于 2008-9-27 23:33:51
|
显示全部楼层
奇怪 难道是我编译的有问题
./configure --prefix=/usr/local/apache2 --sysconfdir=/etc/httpd --with-z=/usr/local/zlib/ --with-included-apr --disable-userdir --enable-so --enable-defate=shared --enable-expires=shared --enable-rewrite=shared --enable-static-support
这样应该不会有问题吧?
我朋友编译的时候 只用了这几个参数
./configure --enable-so --prefix=/usr/local/apache2 --with-mpm=worker --enable-speling --enable-ssl
他的虚拟主机就可以正常运行
难道跟--enable-speling这个参数有关吗? 或者mpm模块? |
|