problem after switching to linux
Stephen Woodbridge
woodbri at SWOODBRIDGE.COM
Tue Nov 23 14:04:26 PST 2004
Joerg,
On linux in the apache http.conf file you need to enable user directories.
LoadModule userdir_module /usr/lib/apache/1.3/mod_userdir.so
<IfModule mod_userdir.c>
UserDir public_html
</IfModule>
#
# Control access to UserDir directories. The following is an example
# for a site where these directories are restricted to read-only.
#
<Directory /home/*/public_html>
AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
<Limit GET POST OPTIONS PROPFIND>
Order allow,deny
Allow from all
</Limit>
<Limit PUT DELETE PATCH PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
Order deny,allow
Deny from all
</Limit>
</Directory>
This apache 1.3, if your using 2.x you will need to do something similar.
-Steve W.
joerg pfeiffer wrote:
> hello,
>
> I built my map with mapscript on windows. Now, after installing it on
> linux, I get this error:
>
> Warning: [MapServer Error]: msProcessProjection(): unknown projection id
> in /home/JP/public_html/worldmap/include/mapclassesNeu3.php on line 58
>
> Warning: Failed to open map file
> /home/JP/public_html/worldmap/mapfiles/worldmap4.map in
> /home/JP/public_html/worldmap/include/mapclassesNeu3.php on line 58
>
> so, this error comes, when I process my .phtml mapscript file. If I call
> the worldmap4.map file direct with mapserv?map=....worldmap4.map, there
> is no problem. So it seem not to be the mapfile.
>
> And I double checked the path to worldmap4.map file, tried it relative
> and absolute, seems to be correct...
>
> regards
> Joerg
>
More information about the MapServer-users
mailing list