Search results

  1. J

    PATH_INFO not (always) working in CGIs

    When I try to bring up http://[myhost]/cgi-bin/printenv/foo/bar/baz I get a 403 Forbidden error. The Apache error log shows (21)Is a directory: access to /cgi-bin/printenv/foo/bar/baz failed Basically, instead of invoking printenv with a PATH_INFO of /foo/bar/baz, Apache is trying to...
Back
Top