Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

PHP, FastCGI and PATH_INFO

805928Nov 22 2007 — edited Jan 1 2008
hello,

i'm using PHP 5.2.5 with FastCGI on Web Server 7.0U1. everything is working fine, except that pathinfo requests (e.g. foo.php/bar) don't work; instead, PHP outputs "No input file found."

my FastCGI config looks like this:

NameTrans fn="pfx2dir" from="/admstats" dir="/projects/admstats/www"
[...]
<Object ppath="/projects/admstats/www/*">
Service fn="responder-fastcgi" type="application/x-php" bind-path="localhost:5001" reuse-connection="true"
</Object>

i've tried setting cgi.fix_pathinfo=1 in php.ini, but it made no difference. how can I make pathinfo URLs work?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 29 2008
Added on Nov 22 2007
3 comments
424 views