On Sun, 2006-03-05 at 14:12 +0100, Martin Krempl wrote: > Hi, > I'v got some problem with run MapServer on Linux. I completed > installing of MapServere successfull. When I type in web browser > *http://localhost/cgi-bin/mapserv > *on the screen it will show *QUERY_STRING is set, but empty*. I know > that's OK, test is successfull. > > But when I type > http://localhost/cgi-bin/mapserv?map=myFirst.map on the screen I will > see this error message: * > fined.: Unable to access file. bel()*. > This message will show everytime and doesn't matter if the file > myFirst.map exists or not. Have anyone some idea how can I fix this bug. > > Thank you Martin
Martin, have you checked file ownership and permissions? Assuming you are using apache and it runs as user apache, set the files owner to apache: chown apache:apache myFirst.map HTH, Tim Bowden -- Mapforge Geospatial Level 3/ 267 St Georges Tce Perth 6000 Western Australia
