Steve Blair ([EMAIL PROTECTED]):

> I finally got PHP 4.06/Apache 1.3.20 to compile on Solaris 8, I did the
> static module. I ran into another problem though. When I try to access my
> test.php both Mozilla and IE prompt me for an application/download. I ran
> httpd -l and it shows mod_php4.c, I checked the httpd.conf and the 'AddType
> application/x-httpd-php .php' is there. I also placed a false LoadModule
> statement in the httpd.conf file and tried a reload which failed, so I've
> got the right configuration file. Am I missing something else here? Any help
> is greatly appreciated

Add the AddHandler to an Apache config file and kick the server.

The line should look like this:

AddHandler php-script .php


And goes in srm.conf in old Apaches, httpd.conf in new ones.

-- 

Jeremy Wadsack
Wadsack-Allen Digital Group


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to