Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

(13)Permission denied: access to / denied

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  APACHE NAME BASED VIRTUAL HOSTING QUESTION  
Author Message
sbosman

External


Since: Nov 26, 2003
Posts: 1



(Msg. 1) Posted: Thu Nov 27, 2003 1:10 am
Post subject: (13)Permission denied: access to / denied
Archived from groups: alt>apache>configuration (more info?)

Hi all,

by accessing my webserver I get an "Forbidden You don't have permission to
access / on this server".

My error-log file says:
[Wed Nov 26 22:26:30 2003] [error] [client 10.0.0.151] (13)Permission
denied: access to /index.html denied

My access-log says:
127.0.0.1 - - [26/Nov/2003:22:37:20 +0100] "GET / HTTP/1.1" 403 396
(for http://localhost/index.html) And
[Wed Nov 26 22:26:36 2003] [error] [client 10.0.0.151] (13)Permission
denied: access to / denied
(for http://localhost)

In my httpd.conf I've got:

<Directory "/home/sander/www">
Options ExecCGI Includes +Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>

<VirtualHost *:80>
ServerAdmin webmaster.RemoveThis@dontmail-justpost.nl
DocumentRoot /home/sander/www
ServerName localhost
ErrorLog logs/10.0.0.151-error_log
CustomLog logs/10.0.0.151-access_log common
</VirtualHost>

Of course all users have read-premissions for /home /home/sander
/home/sander/www and /home/sander/www/index.html

I just upgraded to apache 2.0.48 running RH 9.0. Before I added the
virtualhost the original page showing the web-server is working worked fine.

httpd -S shows syntax ok
I did do httpd -k restart without errors

I Must be forgetting something, though: wat is it?

Please help,

Sander

 >> Stay informed about: (13)Permission denied: access to / denied 
Back to top
Login to vote
davideyeahsure

External


Since: Nov 03, 2003
Posts: 2907



(Msg. 2) Posted: Thu Nov 27, 2003 9:35 am
Post subject: Re: (13)Permission denied: access to / denied [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sander Bosman <sbosman RemoveThis @hot_nospam_mail.com> wrote:
 > [Wed Nov 26 22:26:36 2003] [error] [client 10.0.0.151] (13)Permission
 > denied: access to / denied

The directories (all of them) must be rwxr-xr-x (readable and
executable by everyone), this apply to all the subdirectories and
the parent directories in the path, the files have to be
rw-r--r--.

It looks to me that is a problem of permissions somewhere.

Davide<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: (13)Permission denied: access to / denied 
Back to top
Login to vote
sander1

External


Since: Nov 27, 2003
Posts: 1



(Msg. 3) Posted: Thu Nov 27, 2003 12:00 pm
Post subject: Re: (13)Permission denied: access to / denied [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanx a lot, i indeed "forgot" to set the a+x flag for one of the dir's

Sander


"Davide Bianchi" <davideyeahsure.DeleteThis@onlyforfun.net> wrote in message
news:bq45vq$1uaip2$2@ID-18487.news.uni-berlin.de...
 > Sander Bosman <sbosman.DeleteThis@hot_nospam_mail.com> wrote:
  > > [Wed Nov 26 22:26:36 2003] [error] [client 10.0.0.151] (13)Permission
  > > denied: access to / denied
 >
 > The directories (all of them) must be rwxr-xr-x (readable and
 > executable by everyone), this apply to all the subdirectories and
 > the parent directories in the path, the files have to be
 > rw-r--r--.
 >
 > It looks to me that is a problem of permissions somewhere.
 >
 > Davide<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: (13)Permission denied: access to / denied 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Permission Denied - apachectl start - Greetings, When we try to start apache for the first time we get a permission denied error. This happens even when logged in as root. I'm sure this is probably a newbie Linux error but would appreciate any help. The Linux is Mandrake. TIA, George

Access denied by rule - I am running two vhosts. and can not get a handle on this error message.

Client denied - Can anyone tell me how to resolve a "client denied by server configuration" error. I have a CGI component which fails to run and returns this error. My <directory> directive for the cgi-bin directory is as follows: AllowOverride None Op...

permissions problem...? - Hi there. I have just built a RedHat 9 server to run apache. Used the RPM from the CD. Set it up. It all looks good. Except that when I got my home page, it gives me "You don't have permission to access / on this server" I have double c...

User permissions - I've installed apache2 on debian with mod_vhost. In [...]/htdocs/ are symlinks like www.domain1.com and www.domain2.com which link to /home/user1/public_html and /home/user2/public_html. So far this works fine. Every user can login via ftp, where its...
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]