PPRuNe Forums - View Single Post - Restarting PHP on apache server (under Mac OSX)
Old 29th June 2005 | 15:04
  #3 (permalink)  
WaldoPepper
 
Joined: Apr 2000
Posts: 195
Likes: 0
From: Hong Kong
Try this in the terminal:

/etc/httpd/httpd.conf

Uncomment out these two lines, by removing the leading hash character:

#LoadModule php4_module
#AddModule mod_php4.c

You'll need to restart (stop, then start) the "Personal Web Sharing" Preference Pane.
WaldoPepper is offline