On Wed, Jun 13, 2007 at 05:44:29PM +0200, Pedrazzi Gelsomini wrote: > Hello, > > I have in my map a WFS layer built from mapserver. > But every time that i expect a reply from mapserv i get an alert message > saying: "Unhandled request return Internal Server Error".
> And in my httpd-error.log I read these rows: > [Thu Jun 14 04:15:00 2007] [error] [client 192.167.20.4] Premature end of > script headers: proxy.cgi > [Thu Jun 14 04:15:00 2007] [error] [client 192.167.20.4] env: python: No > such file or directory It looks like you don't have Python installed. Either that or /usr/bin/env can't find it. /usr/bin/env python Should start Python. If it doens't, it won't work -- debuggin that should be your next step. Regards, -- Christopher Schmidt MetaCarta _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
