I'm running Apache 2.0.54 under Mandriva 2006.
I'm not an apache expert, but I've been running basic apache
installations for years. This is my first 2.0 installation, however.
The problem I'm having is that, in completely random fashion, for no
discernable reason, apache quits displaying "index.
Linux Centos 4.2 build
Double NATed and behind firewall (lab net), so security too much of
an issue at this time.
Goal: set up a directory of files to access by another system.
So I enable user directory, do a chmod 711 /home/user and chmode 755
/home/user/public_html
And get forbidden ac
Have you sent up a directory container in your httpd.conf
file to give apache access to the said directory?
like:
Options None
Options Indexes
Order deny,allow
Deny from all
Allow from localhost
Allow from
Also, if you want to allow access to the directories in
/home/user/publi
At 10:57 AM 1/1/2006, [EMAIL PROTECTED] wrote:
Have you sent up a directory container in your httpd.conf
file to give apache access to the said directory?
like:
thanks for the tips. I suspect that I have to do ALL of this
Options None
Options Indexes
Order deny,allow
Deny fro
Hello All,
It's embarrassing but I think I ought to fess up and let you know
that what I thought was a problem with my server actually turned out to
be a problem with my HTML. I made the mistake of using a template file
from a CD I got with "HTML 4 For Dummies". It had the wrong syntax for