Re: [EMAIL PROTECTED] You don't have permission to access / on this server.

2006-03-26 Thread Peter de Groot
M ... AHA when I do shift-reload.(in Firefox)  it works . and you can see the traffic from the server but when you do subsquent reload .. it comes up with the error again ... I assumed that a force reload from the server, it would update the proxy as well ... but it seem not to

RE: [EMAIL PROTECTED] You don't have permission to access / on this server.

2006-03-24 Thread Roger
I had written earlier, OK my advice was not the best i hadn't read fully. This is what you need to do. Apache is not finding the right directory index, by default it is index.html, so you do the llok for the index specification and then it should look something like this: DirectoryIndex inde

RE: [EMAIL PROTECTED] You don't have permission to access / on this server.

2006-03-24 Thread Boyle Owen
> -Original Message- > From: Peter de Groot [mailto:[EMAIL PROTECTED] > Sent: Freitag, 24. März 2006 10:24 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] You don't have permission to access / > on this server. > > Sorry guys yet another one of these. > > from a newbie >

Re: [EMAIL PROTECTED] You don't have permission to access / on this server.

2006-03-24 Thread Roger
Why are you putting your website inside the mnt, because only root on your system has access to /mnt/. What is your Document root. if for instance your Document root is /usr/local/apache/html/htdocs/ I suggest that you create a link as follows ln -s / /usr/local/apache/html/htdocs then