---
title: "symbolic link"
type: "forum-thread"
url: "https://www.webforum.nu/amne/webbservrar/56195-symbolic-link"
topic: "Webbservrar"
topic_url: "https://www.webforum.nu/amne/webbservrar"
author: "Picklezz"
published: "2002-10-16T14:51:29.000Z"
updated: "2002-11-08T19:56:30.000Z"
replies: 3
views: 266
page: 1
pages: 1
language: "sv-SE"
site: "webForum — webforum.nu"
rights: "Upphovsrätten till varje inlägg tillhör dess författare."
attribution: "Citera som: webForum, https://www.webforum.nu/amne/webbservrar/56195-symbolic-link"
---

# symbolic link

## #1 — Picklezz, 2002-10-16T14:51Z

```
[Wed Oct 16 16:41:42 2002] [error] [client 192.168.0.10] Symbolic link not allowed: /wwwroot/test.bilden.nu/
```

 

vad är det som är fel??? Jag kör Apache 1.3.27 och FreeBSD

har gjort en symbolic link med ln -s kommandot

Permalänk: https://www.webforum.nu/p/56195

## #2 — GunnarD, 2002-10-16T16:47Z

Du måste ha med optionen "FollowSymLinks" i configurationen (httpd.conf)

Permalänk: https://www.webforum.nu/p/822462

## #3 — Picklezz, 2002-10-16T20:09Z

\<Directory /\>
    Options FollowSymLinks
    AllowOverride None
\</Directory\>

Har jag med och 

\<Directory "/usr/local/www/data"\>

\#
\# This may also be "None", "All", or any combination of "Indexes",
\# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
\#
\# Note that "MultiViews" must be named \*explicitly\* --- "Options All"
\# doesn't give it to you.
\#
    Options Indexes FollowSymLinks MultiViews

ligger också med...men ändå funkar det inte...

Permalänk: https://www.webforum.nu/p/822777

## #4 — mayday, 2002-11-08T19:56Z

kolla rättigheterna på katalogen 
chmod +x

Permalänk: https://www.webforum.nu/p/850444

---

Tråden på webben: https://www.webforum.nu/amne/webbservrar/56195-symbolic-link
