|
原来没问题,我无法解决,从做系统后问题依然这样
下面是我做的步骤
./configure --prefix=/usr/local/apache
make
make install
cd /usr/local/apache/bin
在这步进行./apachectl start后,能够正常访问
再我vi apachectl并在第3行加入# chkconfig :35 85 15
# description :apache
后将这个文件复制到/etc/rc.d/init.d下
执行chkconfig --add apachectl提示我不支持这个服务
service apachectl start不行
请问各位高手这是怎么回事,是我哪里做错了吗 |
|