[EMAIL PROTECTED] You don't have permission to access foo.php on this server.

2008-03-27 Thread thomas Armstrong
Hi. Using Apache/2.2 + PHP/5.2, I'm suffering an odd issue when accessing an image generated with PHP. When I access: http://www.foo.com/apc.php?IMG=1&1206615989 I get *SOMETIMES* this error message --- Forbidden You don't have permission to access /apc.php on this server. -- But most o

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

2006-04-22 Thread Noah
mailman-2.1.7 apache 2.2.0 Okay I just upgrade from apache 1.3.x to apache 2.2.0 and arriving at a permissions problem when viewing pipermail mailman directories. --- Browser error message --- You don't have permission to access /pipermail/list/ on this server. Additionally, a 403 Forbidden

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

2006-04-21 Thread Noah
On Fri, 21 Apr 2006 13:45:57 +0200, Robert Ionescu wrote > Noah wrote: > > Symbolic link not allowed or link target not accessible > > So you're accessing a symlink? Now either a > Options +FollowSymLinks > for that directory is missing in your httpd.conf or Apache can't go > to/read the target o

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

2006-04-21 Thread Robert Ionescu
Noah wrote: Symbolic link not allowed or link target not accessible So you're accessing a symlink? Now either a Options +FollowSymLinks for that directory is missing in your httpd.conf or Apache can't go to/read the target of the symbolic link. The symlink is stored in /usr/home/mailman/arch

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

2006-04-20 Thread Noah
mailman-2.1.7 apache 2.2.0 Okay I just upgrade from apache 1.3.x to apache 2.2.0 and arriving at a permissions problem when viewing pipermail mailman directories: ---s nip --- You don't have permission to access /pipermail/garbled-name/ on this server. --- snip --- Here is what I've done so

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

2006-04-20 Thread Noah
On Thu, 20 Apr 2006 23:45:09 +0200, Robert Ionescu wrote > Noah wrote: > > You don't have permission to access /pipermail/garbled-name/ on this server. > > Can you find anything related in your error.log? > Excellent question: Symbolic link not allowed or link target not accessible > -- >

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

2006-04-20 Thread Robert Ionescu
Noah wrote: You don't have permission to access /pipermail/garbled-name/ on this server. Can you find anything related in your error.log? -- Robert - The official User-To-User support forum of the Apache HTTP Server Project.

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

2006-04-20 Thread Noah
mailman-2.1.7 apache 2.2.0 Okay I just upgrade from apache 1.3.x to apache 2.2.0 and arriving at a permissions problem when viewing pipermail mailman directories: ---s nip --- You don't have permission to access /pipermail/garbled-name/ on this server. --- snip --- Here is what I've done so

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

2006-04-09 Thread Evan Platt
At 08:45 AM 4/9/2006, you wrote: Hi folks, Okay I just upgraded to the latest apache 2.2.0 and using the same configuration files as I had for apache1.3 but I am finding there are permission errors when going to my mailman listinfo directories. any clues what I need to check here? actua

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

2006-04-09 Thread Joshua Slive
On 4/9/06, Noah <[EMAIL PROTECTED]> wrote: > what else could be wrong here? Check the error log. Joshua. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> f

[EMAIL PROTECTED] You don't have permission to access /mailman/listinfo/ on this server

2006-04-09 Thread Noah
Hi folks, Okay I just upgraded to the latest apache 2.2.0 and using the same configuration files as I had for apache1.3 but I am finding there are permission errors when going to my mailman listinfo directories. any clues what I need to check here? actual error message Forbidden Yo

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

2006-03-26 Thread Peter de Groot
order there Peter Boyle Owen wrote: -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

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

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

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

2006-03-24 Thread Peter de Groot
Sorry guys yet another one of these. from a newbie Forbidden You don't have permission to access / on this server. Apache-AdvancedExtranetServer/2.0.53 (Mandriva Linux/PREFORK-9.2.102mdk) mod_auth_external/2.2.9 mod_ssl/2.0.53 OpenSSL/0.9.7e DAV/2 PHP/4.3.10 proxy_html/2.4 mod_perl/1.99

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

2006-02-27 Thread Jonathan S. Abrams
No, the alias simply means that typing /rt in a URL bar will take you to /opt/rt3/share/html on your server. This should not be this complicated. Does the system user running the apache daemon have access to these folders? -Jonathan zhou jian wrote: Actually I am using /rt instead of /rt3

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

2006-02-25 Thread zhou jian
Actually I am using /rt instead of /rt3 as an alias. Does the alias mean that i can try that out with typing long directory? --- "Jonathan S. Abrams" <[EMAIL PROTECTED]> wrote: > You should be able to get to /opt/rt3/share/html > from an /rt3 alias, but > if the path of the alias is not relative

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

2006-02-24 Thread Jonathan S. Abrams
You should be able to get to /opt/rt3/share/html from an /rt3 alias, but if the path of the alias is not relative, shouldn't your alias be /opt/rt3? I not /opt/rt3, then try adding the 3 to rt3...is that a typo? -Jonathan zhou jian wrote: Thanks for the response. I did use http://128.255.16

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

2006-02-24 Thread zhou jian
Thanks for the response. I did use http://128.255.163.105/rt to get to that location. I used /opt/rt3/share/html as the document root. What does your last sentence mean? Does that mean I can't alias /opt/rt3/share/html with /rt because that I have to use that as document root? --- "Jonathan S. A

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

2006-02-24 Thread Jonathan S. Abrams
With your alias being /rt, you would have to type http://128.255.163.105/rt to get to that location. Based on the error message, you might get around this if you alias /opt/rt3/share/html as the document root. -Jonathan zhou jian wrote: Not at all. I checked the log file. I am running RT i

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

2006-02-24 Thread zhou jian
Not at all. I checked the log file. I am running RT in this httpd. And the RT was installed under /opt/rt3. I added the configuration below to the httpd.conf. From the error message in the log file, I found that "client denied by server configuration: /opt/rt3/share/html/index.html" And http://1

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

2006-02-24 Thread Jonathan S. Abrams
Is your firewall blocking port 80? -Jonathan zhou jian wrote: The strange thing is that I can access with http://127.0.0.1/index.html. Does this one related to firewall? --- zhou jian <[EMAIL PROTECTED]> wrote: # This should be changed to whatever you set DocumentRoot to. # # # Po

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

2006-02-24 Thread zhou jian
The strange thing is that I can access with http://127.0.0.1/index.html. Does this one related to firewall? --- zhou jian <[EMAIL PROTECTED]> wrote: > # This should be changed to whatever you set > DocumentRoot to. > # > > # > # Possible values for the Options directive are > "None", "Al

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

2006-02-24 Thread zhou jian
# This should be changed to whatever you set DocumentRoot to. # # # Possible values for the Options directive are "None", "All", # or any combination of: # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews # # Note that "MultiViews" must be named *ex

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

2006-02-24 Thread Jonathan S. Abrams
Check the directory options in your conf file and the permissions on the folder containing index.html. -Jonathan zhou jian wrote: Hello Everyone, Once I started the httpd, I tried to visit the website with http://127.0.0.1/index.html. It showed " It works ". Then I tried my ipaddress http:/

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

2006-02-24 Thread zhou jian
Hello Everyone, Once I started the httpd, I tried to visit the website with http://127.0.0.1/index.html. It showed " It works ". Then I tried my ipaddress http://myipaddress/index.html. It showed the following error message. You don't have permission to access /index.html on this server. Any

Re: [EMAIL PROTECTED] You don't have permission to access

2006-02-17 Thread Bob Kinney
I'm a complete rookie at this, but this sounds like what I just did on my site. I don't recognize your constructs, but I found a great resource here: http://www.yolinux.com/TUTORIALS/LinuxTutorialApacheAddingLoginSiteProtection.html For simplicity (and potentially performance), I opted to place

[EMAIL PROTECTED] You don't have permission to access

2006-02-17 Thread emammendes
Hello I read the docs and tried to search the archive4s (There is no search engine on the apache archives - if there is please let me know). but I couldn't find anything that can help me with the error "You don't have permission to access". I have no problem to access the default apache page (