Apache conf spørgsmål
Jeg er ved at sætte Apache op som Localhost på PC\'en.Jeg tænkte jeg ku spare lidt diskacces ved at få serveren til at ignorere ResourceConfig og AccessConfig som beskrevet:
# The commented-out values below are the built-in defaults. You can have the
# server ignore these files altogether by using \"/dev/null\" (for Unix) or
# \"nul\" (for Win32) for the arguments to the directives.
#
#ResourceConfig conf/srm.conf
#AccessConfig conf/access.conf
så jeg indsatte \"nul\"
AccessConfig nul
E:\\progs\\apachestuff\\apache>apache -k restart
[Sun Nov 26 21:44:42 2000] [error] Access to config file c:/progs/apachestuff/apache/nul denied: not a valid filename
fopen: Permission denied
APACHE.EXE: could not open document config file e:/progs/apachestuff/apache/nul
derefter prøvede jeg med null og fik:
E:\\progs\\apachestuff\\apache>apache -k restart
fopen: No such file or directory
APACHE.EXE: could not open document config file e:/progs/apachestuff/apache/null
så lod jeg den bare være default igen.
det er ikke for at det gør noget med den smule diskaccess; men det ser ud til jeg misforstår syntaxkonventionerne et sted. Nogen der ved hvor?
