Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2000071

Re: [PHP] httpd.conf and php cgi From: Teodor Cimpoesu (teo <email protected>)
Date: 07/15/00

Hi James!
On Sat, 15 Jul 2000, James Hamilton wrote:

> Hey guys need some help:
>
> php4 built as cgi sitting in cgi-bin and responding to command line input.
>
> following lines added to httpd.conf for apache 1.3.12
>
> AddType application/x-httpd-php .php3
> AddType application/x-httpd-php .php
> Action application/x-httpd-php /www/hosted/webforums/cgi-bin/php
>
> paths, permissions all fine, but httpd doesn't recognise .php extension
> still.
>
> I've done this before, no probs. What am I missing?
is /cgi-bin/ a ScriptAlias? What's the error? (tail logs/error_log)
-- teodor

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