Re: Error 403 on Apache server, You don't have permission to access / on this server.

2012-02-01 Thread Reindl Harald
Am 01.02.2012 19:32, schrieb Joe Zeff: > On 02/01/2012 04:12 AM, Tim wrote: >> Alternatively, they may let you insert a .htaccess file into your >> directory, and change the configuration for that directory, and its >> children, by setting some options in it. > > When I set up the directory, sever

Re: Error 403 on Apache server, You don't have permission to access / on this server.

2012-02-01 Thread Joe Zeff
On 02/01/2012 04:12 AM, Tim wrote: Alternatively, they may let you insert a .htaccess file into your directory, and change the configuration for that directory, and its children, by setting some options in it. When I set up the directory, several years ago, I remember having to play with the p

Re: Error 403 on Apache server, You don't have permission to access / on this server.

2012-02-01 Thread Tim
On Tue, 2012-01-31 at 10:24 -0800, Joe Zeff wrote: > I have a small domain, professionally hosted. Does it give you some sort of remote configuration control panel? Most of these turnkey webhosts have something like cpanel, which allows you to customise your bit of the web server to some degree.

Re: Error 403 on Apache server, You don't have permission to access / on this server.

2012-01-31 Thread Joe Zeff
On 01/31/2012 10:30 AM, Tim Evans wrote: "Indexes" is the keyword here. See the referenced URL. Thank you. In my case, of course, I have no control over that, but it's still good to know. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: http

Re: Error 403 on Apache server, You don't have permission to access / on this server.

2012-01-31 Thread Tim Evans
On 01/31/2012 01:24 PM, Joe Zeff wrote: I have a small domain, professionally hosted. It has one password-protected directory, without an index.html. If I try to download a file I've stashed there, all goes well. If I just try to get a list of the files (http://www.domain.com/protected_dicrector

Re: Error 403 on Apache server, You don't have permission to access / on this server.

2012-01-31 Thread Joe Zeff
On 01/31/2012 07:34 AM, Dark Phoenix wrote: 99 out of 100 times this is due to the folder Apache is attempting to serve not having the correct user/group permissions set on it for Apache to access it properly. I have a small domain, professionally hosted. It has one password-protected directo

Re: Error 403 on Apache server, You don't have permission to access / on this server.

2012-01-31 Thread David Quigley
On 01/31/2012 10:34, Dark Phoenix wrote: 99 out of 100 times this is due to the folder Apache is attempting to serve not having the correct user/group permissions set on it for Apache to access it properly. On Sun, Jan 29, 2012 at 3:24 AM, Alan Holt wrote: Hello to all, Ive web-server Apache

Re: Error 403 on Apache server, You don't have permission to access / on this server.

2012-01-31 Thread Dark Phoenix
99 out of 100 times this is due to the folder Apache is attempting to serve not having the correct user/group permissions set on it for Apache to access it properly. On Sun, Jan 29, 2012 at 3:24 AM, Alan Holt wrote: > Hello to all, > > I've web-server Apache: > *[root@services share]# httpd -v >

Re: Error 403 on Apache server, You don't have permission to access / on this server.

2012-01-31 Thread Tim
On Sun, 2012-01-29 at 10:24 +0200, Alan Holt wrote: > And I have domain example.domain.com where I want to see file listing > in the current directory, but when I go in the browser to > example.domain.com I get the next error: > > Forbidden > You don't have permission to access / on this server.

Re: Error 403 on Apache server, You don't have permission to access / on this server.

2012-01-29 Thread T.C. Hollingsworth
On Sun, Jan 29, 2012 at 1:24 AM, Alan Holt wrote: > Hello to all, > > I've web-server Apache: > [root@services share]# httpd -v > Server version: Apache/2.2.17 (Unix) > > on Fedora Linux: > [root@services share]# cat /etc/issue > Fedora release 14 (Laughlin) > > And I have domain example.domain.co

Re: Error 403 on Apache server, You don't have permission to access / on this server.

2012-01-29 Thread Frank Murphy
On 29/01/12 08:24, Alan Holt wrote: Hello to all, I've web-server Apache: *[root@services share]# httpd -v Server version: Apache/2.2.17 (Unix)* on Fedora Linux: *[root@services share]# cat /etc/issue Fedora release 14 (Laughlin) * Fedora 14 is EOL, and is now stored in an archive directory.

Error 403 on Apache server, You don't have permission to access / on this server.

2012-01-29 Thread Alan Holt
Hello to all, I've web-server Apache: *[root@services share]# httpd -v Server version: Apache/2.2.17 (Unix)* on Fedora Linux: *[root@services share]# cat /etc/issue Fedora release 14 (Laughlin) * And I have domain example.domain.com where I want to see file listing in the current directory, but w