| Hendrik Visage on Sun, 08 Jun 2003 21:52:21 +0200 (SAST) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| [Linux dev] Apache2 & Symbolic links... |
Hi there, I'm in need of a httpd.conf
for apache2 that would allow symbolic links.
I've copied the debian CDs to /md7/debian/files
(basically mount -o loop debian-3.0r1-1.iso /mnt/loop
cd /mnt/loop; find . -print | cpio -pdvmu /md7/debian/files)
and there are a few links deeper down that
is pointing from stable -> woody etc.
Now I've tried the following, but what am I missing,
as everytime it tells me that the symbolic link is denied.
Even the directory listing of the directories that
contain the links, doesn't show.
Thanx
Hendrik
Alias /deb "/md7/debian/files"
<Directory /md7/debian/files>
Options FollowSymLinks
Order allow,deny
Allow from all
</directory>
Alias /deb "/md7/debian/files"
<Directory /md7/debian/files>
Options +All
Order allow,deny
Allow from all
</directory>
---
To unsubscribe: send the line "unsubscribe dev" in the subject of a
mail to dev-request@xxxxxxxxxxxxx Problems: dev-admins@xxxxxxxxxxxx
Archives at http://www.linux.org.za/Lists-Archives/