RE: [EMAIL PROTECTED] php files displayed as 'text'

2007-03-16 Thread Dave Hartburn
You should not need the AddModule. I suspect your PHP files were appearing as text as you have not associated the .php extension with the PHP interpreter. The following should be enough to get you going (taken from CentOS): # # PHP is an HTML-embedded scripting language which attempts to make it

RE: [EMAIL PROTECTED] php files displayed as 'text'

2007-03-15 Thread Mark Lavi
You should insure that PHP module available and loaded. If you compiled it in as a static module, you can look at the httpd -l option to see if it is there. Otherwise, you can enable mod_status to check your configuration in real time. --Mark Mark Lavi, Enterprise Web Management Team @ SGI

RE: [EMAIL PROTECTED] php files displayed as 'text'

2007-03-15 Thread Evan Platt
At 02:37 PM 3/15/2007, Mark Lavi wrote: You should insure that PHP module available and loaded. If you compiled it in as a static module, you can look at the httpd -l option to see if it is there. Otherwise, you can enable mod_status to check your configuration in real time. Ok, I think I