[gentoo-user] Re: [OT apache Q] How to make apache display files in specific directories

2005-10-04 Thread Harry Putnam
Catalin Trifu [EMAIL PROTECTED] writes: Option Indexes Harry Putnam wrote: I seem to recall some trick stuff done with .htaccess or the like that would cause apache to be able to display any files appearing in a directory when someone hit www.myhost.org/somedir Anyone here know how that

RE: [gentoo-user] Re: [OT apache Q] How to make apache display files in specific directories

2005-10-04 Thread Michael Cox
-user] Re: [OT apache Q] How to make apache display files in specific directories Catalin Trifu [EMAIL PROTECTED] writes: Option Indexes Harry Putnam wrote: I seem to recall some trick stuff done with .htaccess or the like that would cause apache to be able to display any files appearing

Re: [gentoo-user] Re: [OT apache Q] How to make apache display files in specific directories

2005-10-04 Thread Michael Crute
On 10/4/05, Harry Putnam [EMAIL PROTECTED] wrote: You don't have permission to access /hpweb/TrainingVids/DigitalPhotography/ on this server. However that directory has the same permissions as all others. (my user) Are you sure that it has execute permissions for everyone? -Mike --

Re: [gentoo-user] Re: [OT apache Q] How to make apache display files in specific directories

2005-10-04 Thread Mike Williams
On Tuesday 04 October 2005 17:23, Michael Cox wrote: You don't have permission to access /hpweb/TrainingVids/DigitalPhotography/ on this server. However that directory has the same permissions as all others. (my user) Put the All back as it was, and add an IfModule mod_access.c section to

Re: [gentoo-user] Re: [OT apache Q] How to make apache display files in specific directories

2005-10-04 Thread Michael Crute
On 10/4/05, Harry Putnam [EMAIL PROTECTED] wrote: It looks like this: reader ls -ld /var/www/localhost/htdocs/hpweb/\ TrainingVids/DigitalPhotography/ drwxrwxrwx 9 reader users 392 Oct 4 11:15 \ /var/www/localhost/htdocs/hpweb/TrainingVids/DigitalPhotography/ Should it be something

[gentoo-user] Re: [OT apache Q] How to make apache display files in specific directories

2005-10-04 Thread Harry Putnam
Mike Williams [EMAIL PROTECTED] writes: On Tuesday 04 October 2005 17:23, Michael Cox wrote: You don't have permission to access /hpweb/TrainingVids/DigitalPhotography/ on this server. However that directory has the same permissions as all others. (my user) Put the All back as it was, and

[gentoo-user] Re: [OT apache Q] How to make apache display files in specific directories

2005-10-04 Thread James
Michael Crute mcrute at gmail.com writes: However that directory has the same permissions as all others. (my user) Are you sure that it has execute permissions for everyone? Um, here's a question. Does the 'apache' entry in /etc/group have anything to do with these permissions, in this

Re: [gentoo-user] Re: [OT apache Q] How to make apache display files in specific directories

2005-10-04 Thread Michael Crute
On 10/4/05, James [EMAIL PROTECTED] wrote: Michael Crute mcrute at gmail.com writes: However that directory has the same permissions as all others. (my user) Are you sure that it has execute permissions for everyone? Um, here's a question. Does the 'apache' entry in /etc/group have

[gentoo-user] Re: [OT apache Q] How to make apache display files in specific directories

2005-10-04 Thread Harry Putnam
Michael Crute [EMAIL PROTECTED] writes: var L www L vhost1 -- userb/apache (751) L vhost 2 -- usera/apache (751) L cgi-bin -- usera/apache (751) L htdocs -- usera/apache (751) | L folder 1 -- usera/apache

[gentoo-user] Re: [OT apache Q] How to make apache display files in specific directories

2005-10-04 Thread Harry Putnam
Harry Putnam [EMAIL PROTECTED] writes: Catalin Trifu [EMAIL PROTECTED] writes: Option Indexes Harry Putnam wrote: I seem to recall some trick stuff done with .htaccess or the like that would cause apache to be able to display any files appearing in a directory when someone hit

[gentoo-user] Re: [OT apache Q] How to make apache display files in specific directories

2005-10-04 Thread Harry Putnam
Harry Putnam [EMAIL PROTECTED] writes: Also I noticed that just including the parent dir is enough. That is, just `[...]/hpweb' not hpweb/TrainingVids/DigitalPhotography Slight correction here... The only reason above worked was because I had edited -All to +All in main `Directory' entry.