OT:Apache question

Mark Knecht mknecht at controlnet.com
Fri Feb 20 18:21:45 UTC 2004


Rick Stevens wrote:
> 
> Why not get into your apache config file and do something like this:
> 
>     Alias /files "/directory/where/the/files/are"
> 
> 
>     <Directory "/directory/where/the/files/are">
>         Options Indexes FollowSymlinks MultiViews
>         AllowOverride None
>         Order allow,deny
>         Allow from all
>     </Directory>
> 
> Stop and restart Apache after changing the file.  Aiming your browser
> at "http://www.your.site/files" will result in an index listing of the
> "/directory/where/the/files/are" directory.

Rick,
    Starting to make the changes now. Thanks.

    One question. What permissions need to be on the 
"directory/where/the/files/are" ?? I want them to be bother 
readable/streamable and also copiable if someone right clicks and wants 
to save them.

Thanks,
Mark





More information about the Redhat-install-list mailing list