07-29-04 10:50 PM
On *nix, the default directory directive, <Directory />, protects the
filesystem from the root up. The Windows httpd.conf contains the same
directive, however "/" has no meaning on a Windows system unless
qualified by a drive letter, so does the directive refer to just the
ServerRoot drive or all drives or does it not do anything at all?
I'm assuming it's the first, so I've added <Directory ~
"^[a-zA-Z]:/$"> Is this necessary? Does it do the job? If so, I
think this is a documentation/http.conf bug.
Also, I can't get symlinks working, windows shortcuts show in indexes
as .lnk files. Files are delivered as text/plain and folder shortcuts
as application/octet-stream, . I've tried the default conf and very
permissive options, but I've a feeling I need to set a handler and
don't know what.
I read elsewhere that FollowSymLinks should be on by default and
disabled where required for performance reasons, is this true, and
why? I thought it was a security risk?
It's a development setup, Win2k/apache1.3.31, not public but I'm nice
and paranoid about access.
Thanks in advance,
Jerry
[ Post a follow-up to this message ]
|