当前位置: 技术问答>linux和unix
重装apache后,找不到/etc/httpd了
来源: 互联网 发布时间:2017-02-19
本文导语: 想重装下apache,就把系统中所有关于apache的东西都删了,例如,/etc/httpd, 但重装后惊奇的发现,/etc/下再不会出现httpd了,这是咋回事呢?怎么才能重新装上/etc/httpd呢? 我apache版本为httpd-2.4.2。配置语句为./configure --...
想重装下apache,就把系统中所有关于apache的东西都删了,例如,/etc/httpd,
但重装后惊奇的发现,/etc/下再不会出现httpd了,这是咋回事呢?怎么才能重新装上/etc/httpd呢?
我apache版本为httpd-2.4.2。配置语句为./configure --prefix=/usr/local/apache2 --enable-module=so --enable-auth-anon --enable-auth-dbm --enable-cache --enable-disk-cache --enable-expires --enable-file-cache --enable-headers --enable-info --enable-logio --enable-mem-cache --enable-proxy --enable-rewrite --enable-ssl --with-ssl=/usr/local/openssl -enable-unique-id --enable-usertrack --enable-vhost-alias --enable-mods-shared=most --with-apr=/usr/local/apr/ --with-apr-util=/usr/local/apr-util/ --with-pcre=/usr/local/pcre/
加上 --sysconfdir=/etc/也不行。
哪位同仁帮看下,先谢了。
但重装后惊奇的发现,/etc/下再不会出现httpd了,这是咋回事呢?怎么才能重新装上/etc/httpd呢?
我apache版本为httpd-2.4.2。配置语句为./configure --prefix=/usr/local/apache2 --enable-module=so --enable-auth-anon --enable-auth-dbm --enable-cache --enable-disk-cache --enable-expires --enable-file-cache --enable-headers --enable-info --enable-logio --enable-mem-cache --enable-proxy --enable-rewrite --enable-ssl --with-ssl=/usr/local/openssl -enable-unique-id --enable-usertrack --enable-vhost-alias --enable-mods-shared=most --with-apr=/usr/local/apr/ --with-apr-util=/usr/local/apr-util/ --with-pcre=/usr/local/pcre/
加上 --sysconfdir=/etc/也不行。
哪位同仁帮看下,先谢了。
|
配置文件在/usr/local/apache2/conf/httpd.conf里
|
。。。
/usr/local/apache2/bin/httpd
/usr/local/apache2/bin/httpd
|
httpd -f file启动啊
|
进入tar包的解压目录
make uninstall