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





------- Additional Comments From [EMAIL PROTECTED]  2005-03-25 14:22 -------
Phew...such a question makes one feel *really* unsure of oneself ;-)

Yes, it's the one built from source. There is not default webserver package
on the machine.

$ apachectl -v
Server version: Apache/2.0.53
Server built:   Feb 27 2005 15:32:36

Here's another gotcha:

apachectl did not catch an error in a mod_rewrite RewriteRule string.

Some details:

httpd.conf includes virtualhosts.conf unconditionally
httpd.conf includes ssl.conf, but checked by a <IfModule mod_ssl.c>

If I have a buggy rewrite, missing a ']', in virtualhosts.conf:

RewriteRule ^/(server-status.*$) https://rei1.m-plify.net/$1 [L,R=301

then apachectl correctly complains.

If I have a buggy rewrite, missing a ']', in ssl.conf:

RewriteRule ^/?(.*)$   https://rei1.m-plify.net/bugzilla/$1 [L,R=301

the error is missed.

So: it's just an inclusion problem, I guess. apachectl is not
including everything.

Indeed the earlier problem occurred in a file included by ssl.conf.



















-- 
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