DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39973>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39973





------- Additional Comments From [EMAIL PROTECTED]  2006-07-17 18:05 -------
Perhaps a test case will make this crystal clear:

Three folders:
  apache/             (contains 2.2.1)
  apache-2.2.2/
  apachedata/       (contains htdocs, conf, logs, etc.)
The first two folders contain no runtime data, only symlinks, like this:
  ln -s ../apachedata/htdocs htdocs
  etc.

1. I should be able to start either of these servers and everything works.  
Perhaps this is true today.  For 
this to be true, nothing in the conf files should be required to reference the 
actual software folder.
2. I should be able to do the following and have everything still work.
     apache/bin/apachectl stop
     mv apache apache-2.2.1
     mv apache-2.2.2 apache
     apache/bin/apachectl start
3. It would be nice if configure would allow one to specify a separate folder 
for all runtime data and 
then make all the appropriate symlinks.

With the problem stated this way, it appears that relative pathnames in the 
conf files is a nonissue, 
since directives can simply use the full path to the apachedata/ folder.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to