Apache
xang
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Installaction - Httpd
# Install apache > groupadd apache > useradd -g apache apache > ./configure --prefix=/usr/local/apache2 --enable-mods-shared=most --enable-so --enable-ssl --enable-rewrite > make &&a...2008-05-05 21:08:46 · 170 阅读 · 0 评论 -
Apache httpd command line options
Usage: ./httpd [-D name] [-d directory] [-f file] [-C "directive"] [-c "directive"] [-k start|restart|graceful|stop] [-v] [-V] [-h] [-l] [-L] [-t] [-S]Options...2008-05-16 03:15:18 · 290 阅读 · 0 评论
分享