MLUG: Re: [MLUG] php pages not running in apache2
Re: [MLUG] php pages not running in apache2
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
In /etc/sysconfig.d/apache2 you need to make sure APACHE_MODULES
includes php4

Once that's done, run suseconfig as root.

There should be a file /etc/apache2/conf.d/php4.conf

It should contain:

<IfModule sapi_apache2.c>
        AddType application/x-httpd-php .php
        AddType application/x-httpd-php .php3
        AddType application/x-httpd-php .php4
        AddType application/x-httpd-php-source .phps
        DirectoryIndex index.php
        DirectoryIndex index.php3
        DirectoryIndex index.php4
</IfModule>


After that, restart apache and see if your page will load.

Russell


_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members