Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 40749 invoked by uid 500); 6 Mar 2003 17:47:53 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 40730 invoked from network); 6 Mar 2003 17:47:53 -0000 Received: from f59.sea1.hotmail.com (HELO hotmail.com) (207.68.163.59) by daedalus.apache.org with SMTP; 6 Mar 2003 17:47:53 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 6 Mar 2003 09:47:56 -0800 Received: from 168.179.102.118 by sea1fd.sea1.hotmail.msn.com with HTTP; Thu, 06 Mar 2003 17:47:56 GMT X-Originating-IP: [168.179.102.118] From: "Manu Kits" To: users@httpd.apache.org Bcc: Date: Thu, 06 Mar 2003 17:47:56 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 06 Mar 2003 17:47:56.0684 (UTC) FILETIME=[85494CC0:01C2E408] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] Apache-Symbolic Link NOT Allowed ???? Here is the snippet of my HTTPD.CONF file: ------------------------------------------------------------------------------------- DocumentRoot "/usr/local/apache/htdocs" Options +FollowSymLinks +Indexes AllowOverride None Options +FollowSymLinks +Indexes Order allow,deny Allow from all Options +FollowSymLinks MultiViews AllowOverride All Order allow,deny Allow from all UserDir public_html AllowOverride FileInfo AuthConfig Limit Options +FollowSymLinks +Indexes Order allow,deny Allow from all Order deny,allow Deny from all ------------------------------------------------------------------------------------- I have a UNIX SYSTEM USER 'hari' whose HOME dir is /home/hari. I have also CREATED SYMBOLIC LINK of /home/hari in /usr/local/apache/htdocs/hari What I need is that when I type www.hostname.com/hari/index.html, it should DISPLAY page from /home/hari/public_html/index.html When I do this I get following message: ------------------------------------------------------------------------------------------------ Forbidden You don't have permission to access /hari/index.html on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. ------------------------------------------------------------------------------------------------ My ERROR_LOG file shows following: ------------------------------------------------------------------------------------------------ [Wed Mar 5 14:38:33 2003] [notice] Accept mutex: pthread (Default: pthread) [Wed Mar 5 14:38:42 2003] [error] Symbolic link not allowed: /usr/local/apache/htdocs/hari/ [Wed Mar 5 14:38:42 2003] [error] File does not exist: /usr/local/apache/htdocs/error_doc.html ------------------------------------------------------------------------------------------------ I tried adding Alias /hari /home/hari/public_html but still NOT working!!!! Later I tried following (ls command for file, and sym link) ------------------------------------------------------------------------------------------------ root#ls -ld /home/hari/public_html /home/hari /usr/local/apache2003/htdocs/hari drwxr-xr-x 4 hari staff 512 Aug 20 2002 /home/hari drwxr-xr-x 2 root system 512 Mar 05 11:50 /home/hari/public_html lrwxrwxrwx 1 root system 25 Mar 05 13:34 /usr/local/apache2003/htdocs/hari -> /home/hari/public_html root# ------------------------------------------------------------------------------------------------ As seen above, home/hari is (home) directory owned by user 'hari' and group 'staff'. I guess that could be one of the reasone it is NOT working...but I cannot change the owner of directory /home/kithany to ROOT becos it is owned by USER hari. Any information on this is appreciated. Any suggestions is welcome. THANKS! _________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus --------------------------------------------------------------------- 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