Hi Jesse
The version of apache i have is 2.2.8 I added the line like you
suggested:
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
To my httpd.conf file which was in my apache/conf directory and
restarted apache unfortunatly its still just disp
Anthony,
Did you add the line:
AddType application/x-httpd-php .php
To your httpd.conf file?
Jesse
Jesse Santana
Project Lead - Enterprise Services Group
Information Technology Services
California State University, Long Beach
1250 Bellflower Blvd.
Long Beach, CA 90840
Office: (562)985-8511
F
Hi,
OK, I assume that is the PHP configure command which is saying 'configure:
error: Oracle needed libraries not found', so there might be a clue as to
what's missing in the output of 'configure'. If there is no way to make an RPM
show you the output from the configure command, then you could tr
Actually it did give me an error.
bash-2.05# /var/apache/bin/apachectl configtest
Syntax error on line 825 of /var/apache/conf/httpd.conf:
Invalid command 'AddType1', perhaps mis-spelled or defined by a module
not included in the server configuration
+++
However I was finally ab
Naman Latif wrote:
Hi,
I installed PHP 4.3.4 on Apache 1.3.29 Webserver running on Solaris 8.
I added the following in my httpd.conf file
LoadModule php4_modulelibexec/libphp4.so
AddType application/x-httpd-php .php
+++
A test.php () file exis