Problem seeing directory outside of APACHE_HOME

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I’m trying to let the users view a directory’s contents that is located outside of /var/www/html.

 

I’ve also tried using an .htaccess file with “Options +Indexes” in it in the root directory of the desired listing.

 

I added the following to my httpd.conf

 

Alias /releases "/data/holding"

 

<Directory "/data/holding">

    AllowOverride All

    Options All Indexes FollowSymLinks MultiViews

    Order allow,deny

    Allow from all

</Directory>

 

I’ve even chmod’d the files to 777 (I know, bad, but I had to try)

 

But all I get when I go to http://myserver.com/releases is a 403 Forbidden page.

 

Can someone help me???

 

 

 

David Bartmess. Configuration Manager

Cell:   +1 (303) 883-9117

Office:+1 (303) 256-5123

 


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux