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=35380>. 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=35380 Summary: in winxp, there are one difference between windows service and console Product: Apache httpd-2.0 Version: 2.1-HEAD Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: All AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] when I run apache2.0.54 in winxp, there are one difference between windows service and console. This is end of my httpd.conf, the other is as same as httpd.default.conf. ======================================== Alias /pma263/ "E:/lj/s_bak/" <Directory "E:/lj/s_bak"> AllowOverride None Options Indexes MultiViews Order allow,deny Allow from all </Directory> ======================================== When I run as console ,this is OK. When I run as windows service ,it is error. I can see in the Event Viewer event id 3299, event message is ===================================================== The Apache service named reported the following error: >>> <Directory "E:/lj/s_bak"> path is invalid. . ===================================================== but when i change httpd.conf, delete "s_bak" ======================================== Alias /pma263/ "E:/lj/" <Directory "E:/lj"> AllowOverride None Options Indexes MultiViews Order allow,deny Allow from all </Directory> ======================================== This is all right. but when i change httpd.conf, delete <Directory..... ======================================== Alias /pma263/ "E:/lj/s_back" ======================================== When I run as console, this OK. When windows service, Alias pma263 can't work. -- 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]
