- 論壇徽章:
- 0
|
Apache版本(httpd-2.2.3)
1.我在./configure --enable-mods-shared=all
但是這樣都不會(huì)把proxy模塊編譯進(jìn)去,非要加上--enable-proxy=shared才有,
./configure --help明明看到porxy應(yīng)該也在--enable-mods-shared=all內(nèi)
2.--enable-mods-shared=all
這樣按里說(shuō)編譯進(jìn)啦所有模塊,但是我發(fā)現(xiàn)不包括prxoy相關(guān)的模塊.在httpd.conf里
3.
./configure \
--enable-so \
--enable-deflate \
--enable-ssl=static --with--ssl=/usr/local/ssl \
--enable-rewrite=shared \
--enable-proxy=shared \
--with-mpm=worker \
--enable-cache --enable-disk-cache --enable-mem-cache --enable-file-cache \
--with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util
我這樣編譯自定義加上的話會(huì)存在proxy模塊,但是有一個(gè)問(wèn)題在httpd.conf
里看不到deflate這個(gè)模塊所以看到迷
4.
--enable-so
--enable-modules=all
--enable-mods-shared=all
這三個(gè)之間的關(guān)系,在網(wǎng)上看到有人寫文章如果--enable-mods-shared=all就不要用--enable-so
希望對(duì)apache了解的朋友幫忙解答,替我解解迷.謝謝!
[ 本帖最后由 3PCman 于 2006-11-28 10:51 編輯 ] |
|