LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 02-18-2005, 12:00 AM   #1
joey52
Member
 
Registered: Dec 2004
Posts: 59

Rep: Reputation: 15
Folder indexing


Lets say if I want a directory of a website to be read or store lets say pictures. I keep getting this error:

Forbidden
You don't have permission to access /pictures/ on this server.
--------------------------------------------------------------------------------
Apache/2.0.48 (Fedora) Server at

What file do i have to configure to make this directory show the contents.

Like this: http://www.rocclan.heretic-hosting.com/pbss/

Last edited by joey52; 02-18-2005 at 12:06 AM.
 
Old 02-18-2005, 02:38 AM   #2
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,174
Blog Entries: 1

Rep: Reputation: 2040Reputation: 2040Reputation: 2040Reputation: 2040Reputation: 2040Reputation: 2040Reputation: 2040Reputation: 2040Reputation: 2040Reputation: 2040Reputation: 2040
Edit you apache httpd.conf and add a <Directory...> directive like this:
Code:
<Directory "/apache/docroot/pictures">
Options  Indexes FollowSymLinks
Order allow,deny
Allow from all
</Directory>
Where /apache/docroot is the DocumentRoot of your server.
The keyword is "Indexes" which tells apache to index the contents of the directory specified by the directive. Of course you can just add "Indexes" inside the directive of your DocumentRoot directory to set this globally.
 
Old 02-18-2005, 03:05 AM   #3
joey52
Member
 
Registered: Dec 2004
Posts: 59

Original Poster
Rep: Reputation: 15
Thanks man. It worked!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
File indexing - Best program to use? IMSargon Linux - Software 2 04-02-2006 02:59 PM
Beagle isn't indexing anything simeandrews Linux - Software 11 09-28-2005 05:02 AM
LibPST -> just indexing? p41elvis Linux - Software 1 10-26-2004 06:55 AM
Appache indexing NewtonIX Linux - Software 7 08-21-2004 08:46 PM
Advice on indexing service tisource Linux - General 5 11-26-2003 01:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration