Re: php_build .htaccess directives
Joshua <[email protected]> Thu, 2 Jun 2005 11:44:31 -0700
| Newsgroups | gmane.comp.lib.nexista.devel |
|---|---|
| Message-ID | <[email protected]> |
That's looks fine - assuming you are allowed scriptaliases in your apache conf - but since you've been using it.... The redirect message is weird - doesn't sound like it has to do with that. Have you tried first passing a simple php file (echo statement) straight to the binary as php myfile.php On Thursday 02 June 2005 9:42 am, Albert Lash wrote: > Hi Joshua, > > I'm trying to use the php_build script you built, but I keep getting a > configuration error. When I call the cgi/php script, I can get the php > binary to output the version, like this: > > cgi/php -v > > Is my .htaccess accurate: > > Action custom-php /cgi/php > AddType custom-php .php > > The apache error_log says it met the maximum number of redirects.... > > Thanks, > > Al