Usage: ./httpd [-D name] [-d directory] [-f file] [-C "directive"] [-c "directive"] [-k start|restart|graceful|stop] &nbs ...
# Install apache
> groupadd apache
> useradd -g apache apache
> ./configure --prefix=/usr/local/apache2 --enable-mods-shared=most --enable-ssl --enable-so
> make && make install
> cd /usr/local/apache2/bin
> cp apachectl /etc/rc.d/init.d/httpd
> vi /etc/rc.d.init. ...







评论排行榜