Re: [users@httpd] Graceful draining of KeepAlive Connections

2016-11-15 Thread Bill Moseley
I was using are: > > KeepAlive on > KeepAliveTimeout 60 > MaxKeepAliveRequests 100 > > The small python script I was using to test keepAlive connections (the > behavior was the same when I was testing using browsers): > > import requests > import time > > s = requests.Session() > r = s.get("") > print("Sleeping") > time.sleep(500) > > > Thanks, > Alex Kaiser > -- Bill Moseley mose...@hank.org

[users@httpd] HTTP status code 120020

2016-01-08 Thread Bill Moseley
entry in the error log: (103) Software caused connection abort Very odd to see that status code.My assumption is those are clients that have disconnected before the response is returned. -- Bill Moseley mose...@hank.org

[users@httpd] How to use ScoreBoardFile?

2015-05-19 Thread Bill Moseley
nts and can't access /server-status to see what request are using up all the child processes. I was looking to see if this Perl module would read the scoreboard file: http://search.cpan.org/~opi/Apache2-ScoreBoardFile-0.01/lib/Apache2/ScoreBoardFile.pm -- Bill Moseley mose...@hank.org

Re: [users@httpd] Prefork MPM: Locking of error logs during write?

2014-09-07 Thread Bill Moseley
trigger the mixing of logs. Thanks for the information and confirmation. -- Bill Moseley mose...@hank.org

[users@httpd] Prefork MPM: Locking of error logs during write?

2014-09-06 Thread Bill Moseley
of the output? Apache doesn't do any locking or use semaphores to prevent concurrent writing to the log, correct? -- Bill Moseley mose...@hank.org

Re: [users@httpd] mod_proxy SSL forward proxy

2011-08-24 Thread Bill Moseley
Project. > See > http://httpd.apache.org/**userslist.html<http://httpd.apache.org/userslist.html>> > for more info. > To unsubscribe, e-mail: > users-unsubscribe@httpd.**apache.org > " from the digest: > users-digest-unsubscribe@**httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Bill Moseley mose...@hank.org

Re: [users@httpd] mod_proxy SSL forward proxy

2011-08-24 Thread Bill Moseley
: [Wed Aug 24 12:48:55 2011] [info] SSL Library Error: 336027803 error:1407609B:SSL routines:SSL23_GET_CLIENT_HELLO:https proxy request speaking HTTP to HTTPS port!? -- Bill Moseley mose...@hank.org

[users@httpd] mod_proxy SSL forward proxy

2011-08-24 Thread Bill Moseley
ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL -- Bill Moseley mose...@hank.org

[EMAIL PROTECTED] mod_access => mod_authz_host change

2006-12-14 Thread Bill Moseley
. Hard to imagine never needing "Allow". -- Bill Moseley [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. T

[EMAIL PROTECTED] variable substitution in httpd.conf

2006-10-30 Thread Bill Moseley
e foo ServerName bar NameVirtualaddress_ address_2 ServerName foo ServerName bar -- Bill Moseley [EMAIL PROTECTED] - The official User-To-User support forum o

[EMAIL PROTECTED] (75)Value too large for defined data type

2006-09-29 Thread Bill Moseley
access it I get a normal 403 page. BTW, the server is "AMD Opteron(tm) Processor 144" -- Bill Moseley [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See http://

[EMAIL PROTECTED] Content-Length: 0 on SSL POSTs with IE

2006-09-25 Thread Bill Moseley
rosoft making this up and just failing to submit the posted data for some reason when in SSL mode. -- Bill Moseley [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.

Re: [EMAIL PROTECTED] Using .htaccess in a front-end/back-end setup

2006-09-04 Thread Bill Moseley
rk. They are just going to have to learn to reload the server when they make changes. I don't like using .htaccess, in general. Thanks. Oh, and using "order" didn't help either. Not sure why, but have to move on. ;) -- Bill Moseley [EMAIL PROTECTED] --

Re: [EMAIL PROTECTED] Using .htaccess in a front-end/back-end setup

2006-09-04 Thread Bill Moseley
s never read (because the request has > been sent to the backend server). > > What I'd like to do is, before mod_rewrite looks at the request and > proxies to the back-end, be able to 1) Redirect, and 2) use Basic > Auth to control access. > > Any suggestions? > > > --

[EMAIL PROTECTED] Using .htaccess in a front-end/back-end setup

2006-09-04 Thread Bill Moseley
ver). What I'd like to do is, before mod_rewrite looks at the request and proxies to the back-end, be able to 1) Redirect, and 2) use Basic Auth to control access. Any suggestions? -- Bill Moseley [EMAIL PROTECTED] -

Re: [EMAIL PROTECTED] troubleshooting apache performance

2006-08-17 Thread Bill Moseley
; particular order within a short period of time on the same user machine. Same machine? I was going to suggest looking at DNS issues. -- Bill Moseley [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HT

Re: [EMAIL PROTECTED] Help with mod_rewrite rules

2006-08-10 Thread Bill Moseley
On Thu, Aug 10, 2006 at 08:38:32PM -0400, Joshua Slive wrote: > On 8/10/06, Bill Moseley <[EMAIL PROTECTED]> wrote: > >I suppose the simple way is the following: > > > >RewriteCond %{REQUEST_URI} \.(jpe?g|gif|png|txt|doc|ppt|pdf)$ > >

[EMAIL PROTECTED] Help with mod_rewrite rules

2006-08-10 Thread Bill Moseley
RewriteCond %{REQUEST_URI} !/css/ RewriteCond %{REQUEST_URI} ^/Rural [nocase] RewriteRule ^/(?:Rural/)?(.+)$ /domains/Rural/$1[last,nocase] # now non-rural, do the same. RewriteCond %{REQUEST_URI} \.(jpe?g|gif|png|txt|doc|ppt|pdf)$ Rewri

[EMAIL PROTECTED] Reverse Proxy -- excluding files

2006-08-08 Thread Bill Moseley
end in .html? I.e.: /foo- proxy /foo/ - proxy /foo/bar- proxy /foo/bar.html - proxy /foo/bar.123- don't proxy -- Bill Moseley [EMAIL PROTECTED] - The official User-To-Us

[EMAIL PROTECTED] Re: Can't bind to port on boot

2006-07-28 Thread Bill Moseley
at's one of the problems with using a "managed" dedicated server. > May I ask why you're binding on a specific address, instead of all > interfaces? Multiple web servers. -- Bill Moseley [EMAIL PROTECTED] ---

Re: [EMAIL PROTECTED] Can't bind to port on boot

2006-07-28 Thread Bill Moseley
On Fri, Jul 28, 2006 at 07:38:45AM -0700, Bill Moseley wrote: > > Cannot assign requested address: make_sock: could not bind > to address 208.97.158.169:1443 > no listening sockets available, shutting down > Unable to open logs To follow up, I tried with a

[EMAIL PROTECTED] Can't bind to port on boot

2006-07-28 Thread Bill Moseley
et connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name -- Bill Moseley [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HT

Re: [EMAIL PROTECTED] IE and redirect to SSL

2006-06-22 Thread Bill Moseley
On Thu, Jun 22, 2006 at 01:52:22PM -0400, Joshua Slive wrote: > On 6/22/06, Bill Moseley <[EMAIL PROTECTED]> wrote: > >On Wed, Jun 21, 2006 at 11:49:50PM -0700, Bill Moseley wrote: > >> 192.168.1.32 - - [21/Jun/2006:19:30:18 -0700] "\x16\x03" 200 7744 "-&quo

Re: [EMAIL PROTECTED] IE and redirect to SSL

2006-06-22 Thread Bill Moseley
On Wed, Jun 21, 2006 at 11:49:50PM -0700, Bill Moseley wrote: > 192.168.1.32 - - [21/Jun/2006:19:30:18 -0700] "\x16\x03" 200 7744 "-" "-" What could cause Apache to get that kind of request and log it as a 200 status, and not instead return a 400? Again, Apache

[EMAIL PROTECTED] IE and redirect to SSL

2006-06-21 Thread Bill Moseley
ot;-" 7.62.247.1 - - [21/Jun/2006:18:50:31 -0700] "\x80L\x01\x03" 200 7751 "-" "-" 7.62.247.1 - - [21/Jun/2006:18:50:31 -0700] "\x80L\x01\x03" 200 7749 "-" "-" 7.62.247.1 - - [21/Jun/2006:18:50:31 -0700] "\x80L\x01\x03" 2

[EMAIL PROTECTED] Few questions about mod_expires and not caching.

2006-05-25 Thread Bill Moseley
nable mod_expires, but was curious about this behavior. Thanks, -- Bill Moseley [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more

Re: [EMAIL PROTECTED] mod_cache

2006-05-20 Thread Bill Moseley
hat in 2.2 (or maybe I just don't understand caching enough to see why that's not done. ;) Thanks, -- Bill Moseley [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See

[EMAIL PROTECTED] mod_cache

2006-05-19 Thread Bill Moseley
t the back-end server returns both Cache-Control and Expires headers without regard to http/1.0 vs http/1.1. Not sure if that might be a problem or not. -- Bill Moseley [EMAIL PROTECTED] - The official User-To-User support

Re: [users@httpd] Why sub-requests for /?

2005-06-07 Thread Bill Moseley
be taking this possibility into consideration (or maybe ap_sub_req_lookup_uri() is not the right API or needs to disable logging or some such thing). That is, what's the next step? - accept this as a problem in my configuration (which I

Re: [users@httpd] Why sub-requests for /?

2005-06-07 Thread Bill Moseley
#x27;s a general > philosophical question or if you really have a problem. > > - what do you want to happen? > - what is happening that you don't want? I have an error in the logs and not sure why -- so I'm looking to understand what's happening and why and how it can be resolv

[users@httpd] Why sub-requests for /?

2005-06-06 Thread Bill Moseley
not show up #Allow from all SetHandler cgi-script Options +ExecCGI Allow from all -- Bill Moseley [EMAIL PROTECTED] - The official User-To-User support forum of the A