hmmmm ok i did a searh in it and found no reference to php. is there anywhere else i would find a place in apache settings that would be telling it where to find php? Thanks
-Ryan
I don't know why you are looking for a reference to PHP in the httpd.conf -- the only thing in there would be the AddType/LoadModule stuff, which tells Apache what do to with files that are PHP.
PHP settings are stored in a php.ini file.
On windows, its found in c:\windows\php.ini, on linux/unix run this command to find the file (as su) : find / -name "php.ini"
-- Burhan Khalid phplist[at]meidomus[dot]com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php