Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
07-10-2004, 01:33 AM
|
#1
|
LQ Newbie
Registered: Apr 2004
Posts: 15
Rep:
|
Apache 403 Forbidden
I know there are about 100 versions of this particular subject, but I have tried everything and so far... no dice.
First off, I couldn't even get apache to start due to an error in my /etc/hosts file. I was ecstatic just to get apache to start and I could access the apache test page when accessing from a remote computer.
That's great.
Now I try to put files in my /var/www/html directory, AND...
.. of course... nothing.
Changed permissions and ownership to apache:apache and r+x.
... nothing.
Everything in the httpd.conf file seems to look appropriate, but I'm no expert soooo...
Any suggestions? What else could it be? It can't be a firewally problem because I wouldn't even get the test page if that were the case. I've tried all kinds of variations on permissions to no avail.
Help greatly appreciated...
mrmike
|
|
|
07-10-2004, 03:19 AM
|
#2
|
Senior Member
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290
|
Check the permissions on /var (should be root:root drwxr-xr-x), /var/www (the same), and /var/www/html (Apache should be able to read and execute it, depending on the set up, you might want it owned by root or apache). If that looks good check the files themselves, make sure that either they are owned by Apache or are world readable. I've noticed in some configurations Apache runs as user apache but not as group apache, so you might want to check this.
|
|
|
07-10-2004, 03:50 AM
|
#3
|
Senior Member
Registered: Apr 2004
Location: Potchefstroom, South Africa
Distribution: Fedora 17 - 3.3.4-5.fc17.x86_64
Posts: 1,552
Rep: 
|
No sure about this, but shouldn't the .html files you want served by Apache go into /usr/local/apache2/htdocs/?
|
|
|
07-10-2004, 11:31 AM
|
#4
|
LQ Newbie
Registered: Apr 2004
Posts: 15
Original Poster
Rep:
|
Just when I was about to go absolutly insane over this, look what I found buried at the bottom of my httpd.conf:
Code:
<Directory "/var/www/html">
Options Indexes Includes FollowSymLinks
AllowOverride None
Allow from from all
Order allow,deny
</Directory>
Drop the repetitive "from" and all is well.
FINALLY !!
Thanks for all the help.
|
|
|
All times are GMT -5. The time now is 10:03 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|