search for: rewrite_log

Displaying 5 results from an estimated 5 matches for "rewrite_log".

2008 Dec 04
1
rsync Failure
...about to call exit(255) 2008/12/01 17:15:35 [7453] rsync: connection unexpectedly closed (448450920 bytes received so far) [receiver] Server B: 2008/12/03 16:08:35 [26912] sender finished //var/log/httpd/ ssl_request_log.4 2008/12/03 16:08:35 [26912] send_files(145596,//var/log/httpd/stage- rewrite_log) 2008/12/03 16:08:35 [26912] send_files mapped //var/log/httpd/stage- rewrite_log of size 38039011 2008/12/03 16:08:35 [26912] recv_files(var/log/httpd/stage-rewrite_log) 2008/12/03 16:08:35 [26912] calling match_sums //var/log/httpd/stage- rewrite_log 2008/12/03 16:25:24 [26912] rsync: connectio...
2005 May 13
0
Apache config for Squirrelmail?
...configuration files as well. # Alias /webmail /usr/share/squirrelmail <Directory /usr/share/squirrelmail> AllowOverride None Options ExecCGI Order allow,deny Allow from all </Directory> RewriteEngine on RewriteLog "/var/log/httpd/rewrite_log" RewriteLogLevel 0 # AIDE-MEMOIRE # Arguments $1, $2 etc. refer to () matches in the # CURRENT RewriteRule line. # Arguments %1, %2 etc. refer to () matches in the # LAST matched RewriteCond. # Do not process established ssl squirrelmail sessions RewriteCond %{HTTPS} on RewriteC...
2007 Dec 11
0
problems using auth_ntlm_winbind_module
...<VirtualHost *:80> #DocumentRoot /srv/www ServerAdmin robert@redcor.ch ServerName intranettest.zehndergroup.com CustomLog /var/log/httpd/intranet-access.log combined ErrorLog /var/log/httpd/intranet-error.log LogLevel debug RewriteLog "/var/log/httpd/rewrite_log" RewriteLogLevel 2 <Location "/"> AuthName "NTLM Authentication thingy" NTLMAuth on NTLMAuthHelper "/usr/bin/ntlm_auth \ --helper-protocol=squid-2.5-ntlmssp -d10 -l/root" NTLMBasicAuthoritative on...
2006 May 10
2
Output Compression in Mongrel?
I''d like to implement output compression in Mongrel (ala Apache''s mod_deflate). I have found a Rails plugin that, with minor modification, works. Is there even an advantage to moving the output compression from the Rails app to a Mongrel handler? Unless, of course, someone knows how to configure mod_proxy_balancer with mod_deflate... == Will Green Web Developer & IT
2006 Jul 24
7
Apache server-status?auto in rails
Just want to check the status of Apache monitor. but Apache server-status?auto can not be explained as normal URL in rails. For Http://localhost/server-status?auto, rails always regard server-status as one controller/method. It prompts errot: Recognition failed for "/server-status" Therefore, can not get the status info of Apache monitor. Pls expert help me!!! Thanks in advance.