Hello,

I have looked over the various documentation regarding using
php as a CGI program.

What I have are PHTML scripts that I wish to run through
php via CGI, not through the module.

In my httpd.conf file I have placed the lines:

AddHandler phtml-script .phtml
Action phtml-script /cgi-bin/php

I have a symlink in my cgi-bin directory to the php executable.

Am I missing anything else to make this work?

Thanks for any insight.


Peter

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to