removido
(usa Nenhuma)
Enviado em 15/02/2011 - 00:12h
esse arquivo vem junto com o pacote
esse arquivo tem esse conteudo
-------------------
#!/bin/sh
#
# /etc/rc.d/rc.httpd
#
# Start/stop/restart/graceful[ly restart]/graceful[ly]-stop
# the Apache (httpd) web server.
#
# To make Apache start automatically at boot, make this
# file executable: chmod 755 /etc/rc.d/rc.httpd
#
# For information on these options, "man apachectl".
case "$1" in
'start')
/usr/sbin/apachectl -k start
;;
'stop')
/usr/sbin/apachectl -k stop
killall httpd
rm -f /var/run/httpd/*.pid
;;
'restart')
/usr/sbin/apachectl -k restart
;;
'graceful')
/usr/sbin/apachectl -k graceful
;;
'graceful-stop')
/usr/sbin/apachectl -k graceful-stop
;;
*)
echo "Usage: $0 {start|stop|restart|graceful|graceful-stop}"
;;
esac
------------------------
eu ainda sugiro que vc utilize o slackpkg, vc vai precisar muito dele
para atualizar o slackware, instalar programas da mirror
a instalação foi bem sucedida??
lembrando que para instalar vc tem que estar logado com o usuário root
para isso digite o comando
$ su
Password: <digite sua senha root e aperte enter>
ai vc instala o pacote