You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/07/26 12:31:05 UTC

DO NOT REPLY [Bug 35856] - Apache cannot include conf files in a vfat or accross a symlink to a vfat

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=35856>.
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=35856





------- Additional Comments From trawick@apache.org  2005-07-26 12:31 -------
Start the web server under strace and look at the open calls to see if Apache is
opening the expected file, and what the OS is returning when it does.

strace -o /tmp/tracefile -f /path/to/apachectl start
(this should exit when the failure occurs)

grep open /tmp/tracefile


-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org