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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8143

RewriteLogLevel other than 0 prevents http request completion.





------- Additional Comments From [EMAIL PROTECTED]  2002-05-04 04:06 -------
RewriteLock is not set.  The docs suggest it is unnecessary, since I am not
using a rewriting-map program.

Here are the Rewrite directives I currently use:
RewriteEngine On
RewriteLog   logs/rewrite.log
RewriteLogLevel 0
RewriteMap   lower              int:tolower
RewriteMap   goto               txt:/usr/local/apache2/conf/GOTO.conf
RewriteRule  ^/go/+(.*)$      ${goto:${lower:$1}|GoToMatch.html} 
[R=permanent,L,NC]

# ./httpd -V
Server version: Apache/2.0.35
Server built:   May  2 2002 11:30:37
Server's Module Magic Number: 20020329:0
Architecture:   32-bit
Server compiled with....
 -D APACHE_MPM_DIR="server/mpm/prefork"
 -D APR_HAS_SENDFILE
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6
 -D APR_USE_SYSVSEM_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D HTTPD_ROOT="/usr/local/apache2"
 -D SUEXEC_BIN="/usr/local/apache2/bin/suexec"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D SERVER_CONFIG_FILE="conf/httpd.conf"

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

Reply via email to