Hello,

i am having problems getting up PHP to work with apache.

Apache-1.3.12-2/Apache-devel-1.3.12-2     redhat RPM Package(6.2)
Mysql-3.23.21                                Binary Distribution
php-4.0.3pl1                                  - "       -

Php-4.0.3pl1 was configured with  --with-mysql --with-apxs=/path/to/apxs.
First I tried php-3.0.15-2.alpha.rpm provide by redhat 6.2. But that didn't
work either.
Mysql-3.23.21 was configured without any extra option.
Apache was already installed.

are installed on a redhat 6.2 Alpha. In Internetexplorer I see the the php
tags, they are not interpreted by apache. In netscape the whole code is
displayed and not interpreted. When I rename the *.php to *.html netscape
interprets the HTML tags, but php still not interpreted.

the php.ini is located in /etc/httpd/ and in php.ini the string 
        
        engine = On     ;enabel the php scripting language under Apache

is inserted.

the httpd.conf is located in /etc/httpd/conf/ and the strings

        AddType application/x-httpd-php  .phps
        AddType application/x-httpd-php  .php4
        AddType application/x-httpd-php  .php3
        AddType application/x-httpd-php  .php 

        LoadModule php4_module        lib/apache/libphp4.so
        AddModule mod_php4.c 

are inserted.

Please help


Mit freundlichen Gr��en

Michael Baumgartner, Dipl.Ing.(FH)
Applied International Informatics AG
Handelskai 388, A-1020 Vienna
Phone +43 1 72709-263
Fax  +43 1 72709-15
Mailto:[EMAIL PROTECTED]
http://www.aiinformatics.com



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to