[mapserver-users] Mapserver installation trouble in ubuntu server
Jörg Thomsen
jt at mapmedia.de
Wed Jun 4 04:36:47 PDT 2014
Hi,
sounds like your Apache / Webserver is misconfigured. is the cgi-bin
directory configured as ScriptAlias like
> ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
> <Directory "/usr/lib/cgi-bin">
> AllowOverride None
> Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
> Order allow,deny
> Allow from all
> </Directory>
Jörg
Am 04.06.2014 13:14, schrieb Hugo:
> Hi all,
>
> I'm having some troubles with a mapserver installation in a hosted
> ubuntu server (12.04).
> I've installed it using the regular procedures (apt-get install
> mapserver-bin cgi-mapserver) and i can see from the console that it is
> installed correctly. However, when i try to access it from the browser,
> using the url http:/ip_address/cgi-bin/mapserv it starts to download the
> bin file and does not display the typical message (No query information
> to decode...).
>
> I remember that i have had this issue some time ago and don't remember
> how i fixed it... i know it is something really simple that i'm missing
> here.
>
> Could you guys give me some help?
>
> Kind regards,
>
> --
> Hugo Martins
>
>
> _______________________________________________
> mapserver-users mailing list
> mapserver-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
More information about the MapServer-users
mailing list