[mapserver-users] Cent Os vs debian

pelin pelin.01 at gmail.com
Wed May 12 11:49:40 EDT 2010


en la definicion de los virtual hosts debes agregar:
en Apache 2.2

<VirtualHost *:80>
...........................
...........................
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>
...........................
...........................
</VirtualHost>

en el caso de Debian el cgi-bin se encuentra en /usr/lib/cgi-bin/mapserv

DON'T use symlinks (ln -s)

saludos!

--------------------------------------------------------
http://blogs.hydras.com.ar/srodriguez/
http://etisig.siup.gov.ar
--------------------------------------------------------
Atentamente
        Rolando Sergio Rodriguez
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapserver-users/attachments/20100512/ba974115/attachment.html


More information about the mapserver-users mailing list