Michelle Weber on Sun, 19 Dec 1999 00:59:22 -0500 (EST) |
Yeah, usually I can find all of my questions about apache on their site, and I already checked my Options line, this is what I have: Options Indexes FollowSymLinks Includes But upon further investigation of httpd.conf, I see that there is options under <Directory /> and <Directory "/home/httpd/htdocs"> for options and only one of them had the Indexes. So that fixed it. Thanks -- Michelle Weber umweber@mcs.drexel.edu On Sat, 18 Dec 1999, Mental wrote: > Hey. Had a spare few minutes after the ballet. Just saw Nutcracker with > da grrly. It rocked. Packing for NY tomorrow..... I digress. > > Your problem is most likely the Options section of your directory > config. Generally speaking directory indexes are undesireable. At least > as far as I'm concerned. I dont like people poking under the hood of > what I present to them. I'm a control freak. What can I say? When > setting up your directory, make sure to put Indexes on the options > line. Thus you'll have an entry something like this: > > <Directory /home/apache/prawn> > Options ExecCGI Multiviews Indexes Includes FollowSymLinks > AllowOverride None # This will break .htaccess files FYI > order allow,deny > allow from all > </Directory> > > Now, in general I've found answers to just about every single > "How do I" question by either just looking on apache.org's website, > or a simple search of Deja.com. While coming up with some stuff to > cover for next month I realized I'll be pretty much regurgitating whats > already documented. Apache has quite possibly the best documentation > I've come across. > > > On Sat, Dec 18, 1999 at 04:41:29PM -0500, Michelle Weber wrote: > > either way doesn't work. > > > > -- > > Michelle Weber > > umweber@mcs.drexel.edu > > > > > > On Sat, 18 Dec 1999, Nicolai Rosen wrote: > > > > > And is the path entered www.domain.tld/directory or > > > www.domain.tld/directory/ > > > ? > > > > > > > > >I have a question, how do I allow directory contents to be viewed when > > > > > >there is no index file present? I tried using the directive > > > >"IndexOptions > > > > > >FancyIndexing" but it doesn't really seem to do anything different, I > > > > > >still get permission denied while trying to browse through directories. > > > > > > > > > > > >-- > > > > > >Michelle Weber > > > > > >umweber@mcs.drexel.edu > > > ______________________________________________________ > > > Get Your Private, Free Email at http://www.hotmail.com > > > > > > > > > _______________________________________________ > > > Plug maillist - Plug@lists.nothinbut.net > > > http://lists.nothinbut.net/mail/listinfo/plug > > > > > > > > > _______________________________________________ > > Plug maillist - Plug@lists.nothinbut.net > > http://lists.nothinbut.net/mail/listinfo/plug > > > Mental > -- > > "you make insanity respectable." > --Helcat on the subject of Mental. > > _______________________________________________ > Plug maillist - Plug@lists.nothinbut.net > http://lists.nothinbut.net/mail/listinfo/plug > _______________________________________________ Plug maillist - Plug@lists.nothinbut.net http://lists.nothinbut.net/mail/listinfo/plug
|
|