[PHP-DEV] Bug #2171 Updated: cgi is broken From: Bug Database (php-dev <email protected>)
Date: 04/01/00

ID: 2171
Updated by: rasmus
Reported By: w.northcott <email protected>
Status: Closed
Bug Type: Installation problem
Assigned To:
Comments:

This is an installation problem on your end. Please make sure your httpd.conf contains lines similar to:

            AddType application/x-httpd-php3 .php3
            Action application/x-httpd-php3 /cgi-bin/php

And that you have compiled your standalone binary using the --with-force-redirect flag.

Then put your php binary in your cgi-bin directory or any other ScriptAlias'ed directory in your document root and it should work just fine.

Full Bug description available at: http://bugs.php.net/?id=2171

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>