On Sat, 15 Nov 2003 00:35:04 -0600, Sergio Espinoza wrote:
> Greetings,
>
> I'm using SuSE 8.2 Pro, Apache is running but somehow my php pages won't
> load in my browser.
>
> I got apache2-mod_php4 and mod_php4 installed.
>
> Do I have to edit a config file somewhere else?
>
> Thanks in advance,
>
> Sergio
In my setup, which was produced via a RedHat install where I already from
the installation specified to include php and apache, my httpd.conf has a
line which says to include all *.conf files from my conf.d directory:
Include conf.d/*.conf
In that directory, there is a php.conf file, put there by the installation
of the php package. I never changed this, just left it to be default. But
it includes the directive for loading the php module, and the
directives for handling *.php files:
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
LimitRequestBody 524288
</Files>
Hope this helps.
/steve<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Newbie - How to enable PHP support in Apache?