Dear People of PHP land:

When I try to install php4.0.6 as a CGI program under Apache I get
"
Parse error: parse error in /usr/local/httpd/cgi-bin/php on line 3238
"
on any php page. I compiled with -enable-force-cgi-redirect and copied the
resulting binary from /usr/local/bin/php to the cgi-bin, and added the
following to httpd.conf:
    Action php-script /cgi-bin/php
    AddHandler php-script .php
I also made sure anything else dealing with php is commented out.

This has happened on two systems, one custom Apache with mod_php3 as a
DSO on RedHat, another SuSE 7.2 with the stock Apache and no mod_php. I
know I am doing something really dumb, but please help me figure it out.

-S



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