apache 2.4.3 service can autostart, however can not stop!

Alles, was den Apache betrifft, kann hier besprochen werden.

apache 2.4.3 service can autostart, however can not stop!

Postby phper2000 » 12. September 2012 18:09

my settings:
Code: Select all
cd /tmp/httpd-2.4.3
./configure --prefix=/usr/local/apache --enable-so --enable-deflate=shared --enable-expires=shared --enable-headers=shared --enable-rewrite=shared --enable-static-support --with-included-apr --with-mpm=prefork
make && make install
cp -f build/rpm/httpd.init /etc/init.d/httpd
chmod +x /etc/init.d/httpd
chkconfig --add httpd
chkconfig httpd on
cd /etc
mv httpd httpd_old
mkdir -p httpd/conf.d
ln -s /usr/local/apache/conf httpd/conf
cd /usr/sbin/
ln -fs /usr/local/apache/bin/httpd
ln -fs /usr/local/apache/bin/apachectl
cd /var/log
rm -rf httpd/
ln -s /usr/local/apache/logs httpd


the service can autostart, however can not stop, just like:
service httpd stop
phper2000
 
Posts: 2
Joined: 12. September 2012 08:38
Operating System: centos

Return to Apache

Who is online

Users browsing this forum: No registered users and 39 guests