Re: [mapserver-users] mapserver files to subdomain results in '500Internal Server Error' when mapserv executable accessed through url

2009-09-22 Thread Ted Spradley
Daniel Morissette wrote: > > Ted Spradley wrote: >> >> Then I tried setting the environment variable by adding 'SetEnv >> LD_LIBRARY_PATH /usr/local/lib' >> to the /var/www/vhosts/domain/conf/httpd.include file as follows: >> >> >> ServerName maps.domain.com:80 >> SuexecUse

Re: [mapserver-users] mapserver files to subdomain results in '500Internal Server Error' when mapserv executable accessed through url

2009-09-22 Thread Daniel Morissette
Ted Spradley wrote: Then I tried setting the environment variable by adding 'SetEnv LD_LIBRARY_PATH /usr/local/lib' to the /var/www/vhosts/domain/conf/httpd.include file as follows: ServerName maps.domain.com:80 SuexecUserGroup snoogadmin psacln ServerAdmin "

Re: [mapserver-users] mapserver files to subdomain results in '500Internal Server Error' when mapserv executable accessed through url

2009-09-21 Thread Ted Spradley
Thanks Steve. I added SetEnv LD_LIBRARY_PATH /usr/local/lib to /etc/httpd/conf/httpd.conf as follows: AllowOverride None Options None Order allow,deny Allow from all SetEnv LD_LIBRARY_PATH /usr/local/lib and restarted Apache, but I know I am only guessing. No success. The

Re: [mapserver-users] mapserver files to subdomain results in '500Internal Server Error' when mapserv executable accessed through url

2009-09-21 Thread Steve Lime
Typically I would think this is a linking error. That is, the mapserv binary can't find the shared libs it needs to run. You probably need to configure apache further. There's a LD_LIBRARY_PATH env variable that you can look into setting. Steve >>> On 9/21/2009 at 2:03 PM, in message >>> <1253