ID: 15193
Updated by: sander
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: Dynamic loading
Operating System: solaris 2.8
PHP Version: 4.1.1
New Comment:

Does it work now?


Previous Comments:
------------------------------------------------------------------------

[2002-01-24 03:01:05] [EMAIL PROTECTED]

be careful the configuration change for Apache 2 you must use filter !

watch README from Apache2filter
http://cvs.php.net/co.php/php4/sapi/apache2filter/README?r=1.8

you must replace :

LoadModule php4_module modules/libphp4.so
AddType application/x-httpd-php .php

By

LoadModule php4_module modules/libphp4.so
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>



------------------------------------------------------------------------

[2002-01-23 21:34:27] [EMAIL PROTECTED]

I am trying to get php 4.1.1 as a DSO to work with apache 2.0.28
running on solaris 2.8.

While I can compile both apache and php fine, when I load it as a
module, php does not work, and it stops any other CGI (such as perl)
working as well. Apache returns a 500 error saying the script header
did not complete when I try to run a .cgi program. When I test a php
script it asks to be downloaded.

apache config

./configure --prefix=/opt/apache --localstatedir=/var/run
--enable-proxy --enable-proxy-http --enable-proxy-connect --enable-cgi
--enable-rewrite --enable-so

I have also try with --enable-php4

php config

./configure --prefix=/opt/php --with-apxs2=/opt/apache/bin/apxs
--enable-track-vars --enable-versioning

I have also tried with --enable-libgcc --with-gnu-ld

httpd.conf file is change to add the 

LoadModule php4_module        modules/libphp4.so
AddType application/x-httpd-php .php


------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=15193&edit=1


-- 
PHP Development 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