Re: [mapserver-users] 500 Internal Server Error

2009-03-05 Thread Steve Lime
Who installed MapServer then? Depending how it was compiled the cgi executable may be looking for loadable libraries (.so or .dll). That's one of the only ways you'll get a 500 error without trying to do something. On linux you often need to set an environment variable within apache's config, somet

Re: [mapserver-users] 500 Internal Server Error

2009-03-05 Thread Rui Gomes
" Rui, what platform etc.. are you on?" That is my problem...i try to use a free web host to make a simple demo of my work. The server is linux, use apache and permit CGI. Because i try to build a hello map whithout render any image, i don´t expect problem whith the libraries so soon. And i have

Re: [mapserver-users] 500 Internal Server Error

2009-03-05 Thread Steve Lime
Rui, what platform etc.. are you on? >>> Rui Gomes 03/05/09 9:20 AM >>> " Are you able to get into a shell?" I do not think i can do that (or know how do that). Thanks anyway 2009/3/5 Gregor at HostGIS : >> And a few more question: what libraries i need to put in the server? >> Where i can f

Re: [mapserver-users] 500 Internal Server Error

2009-03-05 Thread Rui Gomes
" Are you able to get into a shell?" I do not think i can do that (or know how do that). Thanks anyway 2009/3/5 Gregor at HostGIS : >> And a few more question: what libraries i need to put in the server? >> Where i can find some documentation about the libraries mapserver >> need? > > A techni

Re: [mapserver-users] 500 Internal Server Error

2009-03-04 Thread Gregor at HostGIS
And a few more question: what libraries i need to put in the server? Where i can find some documentation about the libraries mapserver need? A technique I find handy for debugging mapserver problems, a bit more useful than "Internal server error", is to go into the Unix shell and use shp2img.

Re: [mapserver-users] 500 Internal Server Error

2009-03-04 Thread Rui Gomes
The server log only have this: [Wed Mar 04 17:30:54 2009] [error] [client 89.181.105.88] File does not exist: /home2/ruigomes/public_html/404.shtml [Wed Mar 04 17:30:54 2009] [error] [client 89.181.105.88] File does not exist: /home2/ruigomes/public_html/favicon.ico And a few more question: what

Re: [mapserver-users] 500 Internal Server Error

2009-03-04 Thread Steve Lime
What's in the server log? Sometimes you'll see this if the right libraries can't be loaded by the mapserver cgi binary. Steve >>> Rui Gomes 03/04/09 5:11 PM >>> Greetings... I developed a websig in mapserver using ubuntu and a virtual host in Ubuntu OS. Now i try to build it in a real server.

Re: [mapserver-users] 500 Internal Server Error

2009-03-04 Thread Gregor at HostGIS
Rui Gomes wrote: I expect recived the follow error Message: msLoadMap(): Unable to access file. (/testing_error/hello.map) I would expect that from the command line. From a webserver, I would expect a 500 response and to find that above message in the error_log -- Gregor Mosheh / Greg Allens

Re: [mapserver-users] 500 Internal server error

2008-04-02 Thread Ignacio J. Moratiel
Thanks for your help! ;) JPEG format weighs less than PNG or GIF, I use some high-quality orthos Thanks for your answers, again ;) P Kishor escribió: On 11/2/07, Ignacio J. Moratiel <[EMAIL PROTECTED]> wrote: Apache error log : [Tue Apr 01 14:12:30 2008] [error] [client 80.59.*.*] /srv/

Re: [mapserver-users] 500 Internal server error

2008-04-02 Thread P Kishor
On 11/2/07, Ignacio J. Moratiel <[EMAIL PROTECTED]> wrote: > > Apache error log : > > [Tue Apr 01 14:12:30 2008] [error] [client 80.59.*.*] > /srv/www/cgi-bin/mapserv: symbol lookup error: /srv/www/cgi-bin/mapserv: > undefined symbol: gdImageJpegCtx, referer: > http://www.dipuleon.es/atica/portad

Re: [mapserver-users] 500 Internal server error

2008-04-02 Thread Ignacio J. Moratiel
Apache error log : [Tue Apr 01 14:12:30 2008] [error] [client 80.59.*.*] /srv/www/cgi-bin/mapserv: symbol lookup error: /srv/www/cgi-bin/mapserv: undefined symbol: gdImageJpegCtx, referer: http://www.dipuleon.es/atica/portada_turcia.html [Tue Apr 01 14:12:30 2008] [error] [client 80.59.*.*] Pr

Re: [mapserver-users] 500 Internal server error

2008-04-02 Thread P Kishor
On 4/2/08, Ignacio J. Moratiel <[EMAIL PROTECTED]> wrote: > > I've compiled and installed mapserver on Suse 10.0 and mapserv file is on > cgi-bin directory. When I try to run the scripts I get a 500 internal error > message. > > I can read on this page > http://mapserver.gis.umn.edu/docs/howto/co