Fancy indexing

Fancy indexing

Post by Jeff Lea » Thu, 09 Nov 2000 04:00:00



All,

I'm having trouble with the fancy indexing option with apache. I've got it
turned on in the conf file but when I try to access a user directory without
an index.html file, I get a 403 (forbidden) error. the log has this -
HTTP/1.1" 403 294 entry. The permissons look good on all the directories and
the pages are displayed fine if the index.html file is present. I'm sure I'm
missing something obvious.

TIA
Jeff

 
 
 

Fancy indexing

Post by adam » Thu, 09 Nov 2000 04:00:00



> I'm having trouble with the fancy indexing option with apache. I've got it
> turned on in the conf file but when I try to access a user directory without
> an index.html file, I get a 403 (forbidden) error. the log has this -
> HTTP/1.1" 403 294 entry. The permissons look good on all the directories and
> the pages are displayed fine if the index.html file is present. I'm sure I'm
> missing something obvious.

What does the error_log have to say?  What are the permissions of the
directories?  su to the web user and try to ls the directory.  Did you
make sure you have Indexes set in the Options for the <Directory> block
you're dealing with?  

-adam

 
 
 

Fancy indexing

Post by Kurt J. Lanz » Thu, 09 Nov 2000 04:00:00



> All,

> I'm having trouble with the fancy indexing option with apache. I've got it
> turned on in the conf file but when I try to access a user directory without
> an index.html file, I get a 403 (forbidden) error. the log has this -
> HTTP/1.1" 403 294 entry. The permissons look good on all the directories and
> the pages are displayed fine if the index.html file is present. I'm sure I'm
> missing something obvious.

You sure are missing the obvious. Read all about
Apache's Options directive. I'm much too lazy to type
the full answer here.
 
 
 

1. Help: Fancy Index Problem

I am running Apache 2.0.36 on Redhat 7.3.  I am trying to allow fancy
indexes, where you get the icons, files sizes, etc. if there is no
index.html file present.  It currently shows a list of files in that
directory with bullet-points.

I have the following section in /usr/local/apache2/bin/httpd.conf

    <Directory /home/*/public_html>
             Options MultiViews Indexes FollowSymLinks IncludesNOEXEC
             Order allow,deny
         Allow from all
    </Directory>

Thanks,
Randy.

2. Linux netfilter/iptables firewall : impacts on performances ?

3. How to Resize Apache Fancy Indexing Description Column

4. .rhosts and /etc/hosts.equiv

5. Apache 1.2b7 proxy -- fancy indexing?

6. OnLine DiskSuite 4.0 and syslog?

7. Fancy Indexing on Apache

8. Security FAQ available?

9. Fancy Indexing

10. fancy indexing problems

11. Fancy Indexing in Apache 1.2.4

12. How can I tell if Fancy Indexing is enabled on my host? HEADER README stuff

13. How to get Apache excute index.cgi instead of index.html