04-24-04 09:33 AM
I asked almost this same question a week or so ago and was referred to
documentation on websites. Which I followed up on and still can't come up
with an answer.
I'm running Redhat 9.0 with Apache 1.3.29. My user directories are in
/home/*/web and calls to a user's pages are going there. Without execute
permissions on the "web" directory, I get "access denied". If I give the
directory execute permissions, then I get "Unable to display the page"
Nothing shows in the error log. I put an .htaccess file in that directory
and munged it on purpose (allow all instead of allow from all). Then I'd
get a different error when trying to access it. "Internal Server Error"
Then I looked in the error log and it pointed out my mistake in
.htaccess. So it IS reading the directory. The directory contains a
valid index.html and DirectoryIndex is set to index.html index.htm.
I don't believe the directory really needs an .htaccess file, but it is
----
order allow,deny
allow from all
----
I get the same symptoms with or without it.
Address on the Redhat machine is www.mewnlite.com:8080/~ted
What you're *supposed* to see is at www.mewnlite.com/~ted
That's my Windows 98 machine which has been humming along fine for
two years. With Apache 1.3.12.
Identical index.html
I might point out that I'm not Ted. He is a good friend of mine who is a
Linux fanatic. He has root priviledges and has been working on it himself
for a week too, and can't figure it out.
Can anyone help?
--
I child-proofed my house but they are still getting in.
[ Post a follow-up to this message ]
|