[mapserver-users] Mapserver installation trouble in ubuntu server

2014-06-04 Thread 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

Re: [mapserver-users] Mapserver installation trouble in ubuntu server

2014-06-04 Thread Rahkonen Jukka (Tike)
Hi, I guess that you must tell Apache that mapserv should be run as cgi-bin script. I found the following snippet from httpd.cong file but that file is not in use and I do not know if it is valid. Directory ${HOME}/www/cgi-bin SetHandler cgi-script

Re: [mapserver-users] Mapserver installation trouble in ubuntu server

2014-06-04 Thread Hugo
Hi, I have done those configurations but i guess i should have some problems with virtual hosts that were setup in the machine. Now i'm sure that this is the configuration that is not being read and can focus on that. Thanks a lot for your help. Cheers, On 4 Jun 2014 12:43, Rahkonen Jukka (Tike)