faqts : Computers : Programming : Languages : PHP : General Information : PHP3 to PHP4 Migration : Unix

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

1 of 1 people (100%) answered Yes

Entry

Why does PHP support disappear when I reboot my machine?

Jun 19th, 1999 07:00
Nathan Wallace, Rasmus Lerdorf, M.Brands


Your startup scripts must be starting another httpd binary.  Poke around
in your /etc/rc.d/init.d directory.  For starters, do a:

   grep httpd *

in that directory and see what it starts up.  You should basically just
tweak the appropriate file in this directory to start the right httpd
binary.

Also, take a look at the files in /etc/rc.d. Maybe an httpd is started
from rc.local.