[mapserver-users] Can't create Mapsewrver's log file on Linux

Hisaji ONO hi-ono@mn.xdsl.ne.jp
Tue, 21 May 2002 22:09:40 +0900


Hello.

 This is my first question in this mailing list.

 Now I've tried to use mapserver 3.6 with PostGIS 0.7.1 and Apache on Red
Hat Linux 7.2.

 I've created following map file.

NAME EX1
EXTENT -159.6 28.77 -71.4667 70.5
SIZE 400 300
SHAPEPATH "../data"

WEB
 LOG "/var/www/temp/mapserver.log"
END

LAYER
  NAME "mines"
  DATA abnminx020
  STATUS DEFAULT
  TYPE POINT
  CLASS
    COLOR 120 120 220
    OUTLINECOLOR 100 10 0
  END
END
END

 Using this Map file, Map images were displayed. However MapServer couldn't
create log file.

 This "temp" directory's permission was  "u+x".

 Could you tell me any suggestion?

 Best Regards.

Hisaji ONO