ID: 19702
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: Apache related
Operating System: FreeBSD 4.7
PHP Version: 4.2.3
New Comment:
Here's what I have in config.nice. I'm compiling from the ports
collection so I actually pick the options from a dialog and freebsd's
make actually does the "configure, make, make install"
'./configure' \
'--with-apxs=/usr/local/sbin/apxs' \
'--with-config-file-path=/usr/local/etc' \
'--enable-versioning' \
'--with-regex=system' \
'--without-gd' \
'--without-mysql' \
'--with-gd=/usr/local' \
'--enable-gd-native-ttf' \
'--with-freetype-dir=/usr/local' \
'--with-jpeg-dir=/usr/local' \
'--with-png-dir=/usr/local' \
'--with-zlib' \
'--with-mysql=/usr/local' \
'--with-ldap=/usr/local' \
'--enable-ftp' \
'--with-curl=/usr/local' \
'--with-gettext=/usr/local' \
'--with-pspell=/usr/local' \
'--with-mcal=/usr/local' \
'--prefix=/usr/local' \
Previous Comments:
------------------------------------------------------------------------
[2002-10-14 23:57:37] [EMAIL PROTECTED]
That simple 'printenv' script works (and has always worked) just fine
here so I'm pretty sure your configuration is somewhat broken.
I suggest you try with stock apache httpd.conf and then do a clean
install of PHP.
(please add your configure line for PHP here btw)
------------------------------------------------------------------------
[2002-10-14 23:20:44] [EMAIL PROTECTED]
nope, no cgi will work using mod_cgi. perl scripts if run via mod_perl
work fine. cgi's via fastCGI kinda work... POSTs fail with an internal
server error, GETs work fine
------------------------------------------------------------------------
[2002-10-14 22:54:45] [EMAIL PROTECTED]
Does any simple cgi scripts work..like the apache
provided exampe printenv script?
------------------------------------------------------------------------
[2002-10-14 22:16:07] [EMAIL PROTECTED]
I dunno... unless something changed in the syntax.
My cgi's definitely worked before upgrading too. I was messing a cgi
based monitoring tool (nagios) a few days before the upgrade. It worked
and then it didn't. It took me a few days to notice but the only event
between the "working" and "non-working" state was the upgrade.
------------------------------------------------------------------------
[2002-10-14 18:50:01] [EMAIL PROTECTED]
This is very likely a problem with your apache configure.
Try using the stock httpd.conf and add the correct PHP related lines.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/19702
--
Edit this bug report at http://bugs.php.net/?id=19702&edit=1