Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 37480 invoked from network); 29 Jul 2009 12:59:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Jul 2009 12:59:43 -0000 Received: (qmail 6848 invoked by uid 500); 29 Jul 2009 12:59:40 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 6785 invoked by uid 500); 29 Jul 2009 12:59:40 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 6776 invoked by uid 99); 29 Jul 2009 12:59:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jul 2009 12:59:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tevans.uk@googlemail.com designates 74.125.78.148 as permitted sender) Received: from [74.125.78.148] (HELO ey-out-1920.google.com) (74.125.78.148) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jul 2009 12:59:29 +0000 Received: by ey-out-1920.google.com with SMTP id 13so324939eye.48 for ; Wed, 29 Jul 2009 05:59:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:in-reply-to :references:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=XP25PPN0K/EvJjEdY5NlLg1qy5PE2gFuC9lasZXSX3Q=; b=q+Qspzg5FPYka/pDbHjPSZ1xi0Y4EDgy6S1fJQvtnzv+pheRzDcI8WYcxGeXv2c6Gv //asFzBe949i1yBtqcsfoXTRD6NPVKVgS3K0MjSdSPzHB1w8UTqKXrl++uxIJCDgDbcQ Vc8oJgShMjCL9mwfrZvZO0S9Sniwb8rq8evJg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; b=pmkFvF6fgGcXUWqyaEWrfox/F3P9DfvWd3Oqjt+oAn+dxYWQNjPHtG9savKaU4epC5 IIUWAegCPBUKflGD/F8yi5qJeunRLJkLOPn6hu1t+AiKOkCaTS8E16gfaI6vq/LvFhur xmU+BHEYTMQTmlAaSjN1fRWWDjnG+0GtwjW0w= Received: by 10.210.63.18 with SMTP id l18mr11644763eba.11.1248872348737; Wed, 29 Jul 2009 05:59:08 -0700 (PDT) Received: from ?127.0.0.1? (87-194-39-182.bethere.co.uk [87.194.39.182]) by mx.google.com with ESMTPS id 10sm823988eyd.27.2009.07.29.05.59.07 (version=SSLv3 cipher=RC4-MD5); Wed, 29 Jul 2009 05:59:08 -0700 (PDT) From: Tom Evans To: users@httpd.apache.org In-Reply-To: <1248870423.13746.27.camel@steven-perso.revimmo> References: <1248800542.3951.124.camel@steven-perso.revimmo> <1248801195.51948.19.camel@strangepork.london.mintel.ad> <1248863150.4707.1.camel@steven-perso.revimmo> <1404e5910907290407o2b4f9eenfc97d81a699c939@mail.gmail.com> <1248866060.13746.21.camel@steven-perso.revimmo> <1404e5910907290421g4e6c6748k5e050e889b3ee438@mail.gmail.com> <1248870423.13746.27.camel@steven-perso.revimmo> Content-Type: text/plain Date: Wed, 29 Jul 2009 13:59:00 +0100 Message-Id: <1248872345.51948.22.camel@strangepork.london.mintel.ad> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Symbolic links not working. On Wed, 2009-07-29 at 14:27 +0200, Steven Lobbezoo wrote: > Ok, so i tried that (the statement as below, but with my linked from > directory. > The result is the same : no dice. > > To be perfectly clear : > I have this : > /srv/www/htdocs/sottovento > where sottovento is the root directory for my virtual domain and is a > link to > /srv/www/htdocs/la-france/gite > Where "gite" is a directory with all my php files (and of course > index.php) > > All directories are 777, all files in gite are world readable. > > Steven > Then apache needs to be told that it can follow symlinks from /srv/www/htdocs. If you add this, does it work? What error message if it doesn't work? Options FollowSymLinks Cheers Tom --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org