>Hi, I've compiled PHP as CGI in /usr/local/php/ . Does anyone know what I
can write in >httpd.conf file?
>
>Tanks

I think it's:

AddType application/x-httpd-php .php
Action application/x-httpd-php /usr/local/php

A) I'm not sure you need the "." on ".php"
B) You can add more extensions: ...x-httpd-php .php .php3 .htm .html .phtml
C) Is there a php binary in a php directory? You'd want: /usr/local/php/php
   [Or did you just type that trailing / for fun?]

--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm




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