Hi
I have installed Apache2 and PHP and want to have DOCUMENT_ROOT set to my a directory in my home folder, so I can write to the thing and test it at the same time. My idea is then to mirror the entire directory up to the actual www address, once I am happy with it. I am also interested in investigating the running of a web server, so there is no need to tell me I don't need to run one! It gives me a
----------------------------------------
Forbidden
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
---------------------------------------------
You don't have a DirectoryIndex file in the directory in question. Typically index.html
You will already have one created by the installation in the default location. Look up DirectoryIndex in the httpd.conf file to see exactly what filenames are supported.
