LAMP 不完全安装配置手册 - GOOGLE CODE.pdf
文本预览下载声明
/p/texsky/
/download.cgi
~$ tar xzvf httpd-2.2.11.tar.gz
--enable-so
~$ cd httpd-2.2.11
~/httpd-2.2.11$ ./configure --enable-so --prefix=/usr/local/apache2
~/httpd-2.2.11$ make
~/httpd-2.2.11$ sudo make install
daemon
daemon
~$ sudo usermod -a -G daemon `whoami`
httpd.conf /usr/local
/apache2/conf
DocumentRootDiretory/usr/local
/apache2/htdocsServerName
localhost:80
startstop
restartPATH
~$ sudo /usr/local/apache2/bin/apachectl start
/dist/mod fastcgi
显示全部