logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: RewriteLog causes Apache x64 to crash
Author
schallm



Joined: 04 Mar 2008
Posts: 1

PostPosted: Tue 04 Mar '08 16:09    Post subject: RewriteLog causes Apache x64 to crash Reply with quote

I am testing the x64 Apache 2.2.8 build from http://www.blackdot.be/?inc=apache/binaries on a Win2k3 box. So far everything works fine unless I turn on rewrite logging. If I uncomment the logging lines below Apache will crash. All that is in the error log is
"[Mon Mar 03 14:33:25 2008] [notice] Parent: child process exited with status 3221225477 -- Restarting."

It is a fresh install of Apache x64 2.2.8 with only the following changes. Apache is running as Local System.

Thanks for your help.

Code:

LoadModule deflate_module modules/mod_deflate.so
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule rewrite_module modules/mod_rewrite.so

# Redirect all non-static requests to cluster
RewriteEngine On
#RewriteLog logs/proxy_rewrite.log
#RewriteLogLevel 1
RewriteCond %{REQUEST_URI} !\.(js|css|png|gif|ico)$
RewriteRule ^/(.*)$ http://localhost:9080%{REQUEST_URI} [P,QSA,L]

ProxyRequests on
ProxyPassReverse / http://localhost:9080/

AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript text/css text/json
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Sat 15 Mar '08 21:51    Post subject: Reply with quote

Where did you download the log rotate? Also on blackdot? if yes you maybe contact the author.
Back to top


Reply to topic   Topic: RewriteLog causes Apache x64 to crash View previous topic :: View next topic
Post new topic   Forum Index -> Apache