Date: 02/12/03
- Next message: John: "[PHP-INST] PHP Script Interpreter causing errors and won't run"
- Previous message: Jeffrey_N_Dyke <email protected>: "RE: [PHP-INST] PHP 4.3.0 & Apache 2.0.44"
- In reply to: Martin Leonard: "[PHP-INST] PHP 4.3.0 & Apache 2.0.44"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Martin,
Perhaps I can help with this one... We have the same configuration you
report - working with no trouble. This is:
Solaris 9 (SPARC)
Apache 2.0.44
PHP-4.3.0-dev (snapshot from late January)
We ALSO were having trouble with the AddType approach; We commented out the
respective php 'AddType' lines... But the following works:
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
Let me know how this works!
Lou Picciano
Essex Systems
> Ok, this should be a simple one.
>
> I have compiled apache with the --enable-so option. Everything worked
> fine. I then configured PHP with the --with-apxs2=[path] and that also
> configured without problems. I had to manually input the LoadModule and
> AddType parameters into the httpd.conf file. The associated files exist,
> and the httpd daemon is definately using that .conf file. Now, html
> file render fine, but when I select a .php file, the "save as" dialog
> box comes up. So, apache isn't processing the .php file properly. What's
> wrong? I thought the AddType application/x-httpd-php .php would have
> controlled this?
>
> I'm sure this is an easy fix!?!
>
> Thanks,
>
> Martin
-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: John: "[PHP-INST] PHP Script Interpreter causing errors and won't run"
- Previous message: Jeffrey_N_Dyke <email protected>: "RE: [PHP-INST] PHP 4.3.0 & Apache 2.0.44"
- In reply to: Martin Leonard: "[PHP-INST] PHP 4.3.0 & Apache 2.0.44"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

