Can't execute mapserv.exe from Apache 2 cgi-bin folder
Rodrigo Martín LÓPEZ GREGORIO
rodrigomlg at GMAIL.COM
Thu Sep 6 04:24:58 PDT 2007
Hi Francesco
You also need to have a Script Alias in your httpd.conf file like this:
ScriptAlias /cgi-bin/ "/ms4w/Apache/cgi-bin/"
and then (after restarting apache) you can try to access mapserver like:
http://yourservername:port/cgi-bin/mapserv.exe<http://yourservername/cgi-bin/mapserv.exe>
Rodrigo.
On 9/6/07, Francesco Sozzi <fsozzi at intercad.ch> wrote:
>
> Hi All,
>
> I'm trying to let Mapserver provide as WMS server, but I have an Apache
> configuration problem.
>
> I've put mapserv.exe into C:/Programmi/Apache Group/Apache2/cgi-bin.
>
> But I can't execute from browser (it is as it does not see/execute the
> file).
>
> I have no problem in Apache 1.x but I have problem with a standard
> installation of Apache 2 on Windows XP.
>
> In my httpd.conf I have this cgi-bin folder definition:
>
>
> <Directory "C:/Programmi/Apache Group/Apache2/cgi-bin">
> AllowOverride None
> Options None
> Order allow,deny
> Allow from all
> </Directory>
>
> How can I set execution permission?...
>
> Best regards
>
> Francesco
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20070906/d239731c/attachment.htm>
More information about the MapServer-users
mailing list