Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Servers & Networking
FedoraForum Search

Forgot Password? Join Us!

Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 23rd September 2006, 06:03 PM
misjka Offline
Registered User
 
Join Date: Jul 2006
Posts: 40
Question Apache 2.2: Listing directories without index files...

Hi!

I try to setup an Apache server and have done so before with 1.x versions before... But now as I try to setup a server where directory listings will be permitted, without index files, it doesn't work . In the error log I find:
Code:
Directory index forbidden by Options directive: /var/www/html/xxx/
In the config file I have these settings:
Code:
DocumentRoot "/var/www/html"

<Directory />
    Options Indexes FollowSymLinks
    AllowOverride None
</Directory>
Code:
<Directory "/var/www/html">
    Options Indexes Includes FollowSymLinks MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

Code:
<VirtualHost *:80>
   ServerAdmin info@xxx.se
   DocumentRoot /var/www/html/xxx
   ServerName xxx.se
   ErrorLog /var/log/httpd/xxx-error_log
   CustomLog /var/log/httpd/xxx-access_log common
</VirtualHost>

<Directory /var/www/html/xxx>
    Options All
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
Since I have found the Apache support quite hard to get and to understand, I hope someone more experienced person in this forum may help me out since I really need a clue here...

Thanks,
misjka
__________________
Running FC5 on an IBM P3 Aptiva, an IBM P3 Thinkpad and a Datacorner P4.

Last edited by misjka; 23rd September 2006 at 06:09 PM.
Reply With Quote
  #2  
Old 24th September 2006, 05:10 PM
misjka Offline
Registered User
 
Join Date: Jul 2006
Posts: 40
Exclamation

Ahhh, problem solved !

It was the -Index (minusIndex) directive in ./conf.d/welcome.conf that was the cause (version 2 addon??)!
__________________
Running FC5 on an IBM P3 Aptiva, an IBM P3 Thinkpad and a Datacorner P4.
Reply With Quote
Reply

Tags
apache, directories, files, index, listing

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Java: Listing all files and folders, including sub directories keatonvictor Programming & Packaging 1 8th September 2008 06:42 AM
ls command not listing common directories tech291083 Using Fedora 3 12th May 2007 02:24 PM
Apache directory listing krneki Servers & Networking 5 19th June 2006 06:01 AM
Apache Can't See User Directories or Indexes in Sub Directories jeix Servers & Networking 7 15th June 2006 06:27 AM
Apache File Listing shuyki Servers & Networking 0 23rd January 2005 12:49 PM


Current GMT-time: 02:40 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat