Bug 31099 - Include directive does not read symlinked files
Summary: Include directive does not read symlinked files
Status: CLOSED DUPLICATE of bug 28492
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Core (show other bugs)
Version: 2.0-HEAD
Hardware: Other Linux
: P3 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-07 16:57 UTC by Jari Aalto
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jari Aalto 2004-09-07 16:57:09 UTC
DESCRIPTION

  After doing this:
  ln -s /srv/version-control/cvs/this-host/apache /etc/apache2/my

  This will not load the file, because "my" dir is a symlink.
  Include /etc/apache2/my/server.conf

NOTES

   Manual [1] is silent about the treatment of symlinks with Include directive.
   error.log with "debug" indicates nothing. apache2 -t displays no errors. 

   I think the symlinks should be obeyed.
    

[1] http://httpd.apache.org/docs-2.0/mod/core.html#include
Comment 1 André Malo 2004-09-07 17:12:36 UTC

*** This bug has been marked as a duplicate of 28492 ***