|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
In my redhat installs of apache I have a startup script but when I installed from the tar file I do not have any startup scripts that boot the web server during reboot. Anyone know what I missed in the configure script or where I can get it?
|
|
#2
|
|||
|
|||
|
I can't find my startup script(apachectl) on my RHat 6.2 box either.
This is what I use to start mine: From .bash_profile: <BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">code:</font><HR><pre> HTTPD=/usr/bin CONF=/etc/httpd export HTTPD CONF alias stopapache='kill -TERM `cat /var/run/httpd.pid`' alias startapache='$HTTPD/httpd -f $CONF/conf/httpd.conf' [/code] |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > Apache Startup Script missing |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|