On 8/16/05, Andrew Main <suppressed> wrote:
> Hello folks
>
> I'm new to both CGI-App and IIS and having a little trouble getting
> them to play nicely together. The CGI-App docs state that you should
> be able to use URLs like this
>
> /cgi-bin/instance.cgi/edit_form?breed_id=2
>
> on any web server that supports CGI scripts to create a clear
> separation between the form variables you submit and how you determine
> the processing run mode. Regardless of my setting for
> AllowPathInfoForScriptMappings, IIS is giving me 404 errors, seeming
> to look for the "edit_form" file in the "instance.cgi" directory. Is
> this possible under IIS? What configuration changes need to be made?
If you are getting 404 errors, then this can not be the fault of
CGI::Application. Because a 404 means that the file or script in
question could not be found by the server.
So your problem is definately with IIS. Unfortunately I have
absolutely no experience using IIS. But from the description you
give, IIS does not understand how to process the path info, and is
taking the entire URL as the script name (which obviously doesn't
exists, hence the 404 error).
You will either have to find an IIS expert that knows about
configuring path info on IIS, or hope that someone else on the list
uses and knows about this stuff.
Cheers,
Cees
---------------------------------------------------------------------
Web Archive: http://www.mail-archive.com/suppressed/
http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: suppressed
For additional commands, e-mail: suppressed
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.