www.cloud86.cn
分类: 系统运维
2005-05-13 15:27:25
./configure --enable-shared=max --enable-module=most --server-uid=root --server-gid=wheel
--enable-shared=max使得要load modules都可以透過DSO的方式來建立模組。
--enable-module=most把所有模組打開,預設有些是關閉的。
--server-uid=root指定Apache的啟動者為root,預設為nobody
--server-gid=wheel指定啟動者的group為wheel,預設為nobody
#cd src(進入src這個目錄)
# vi apaci(編輯此檔案)
把”echo '-DBIG_SECURITY_HOLE'”加進去
(此目的是為讓Apache由root啟動)
#cd ..(回上層目錄)
#make
#make install