search for: nokeepalive

Displaying 20 results from an estimated 26 matches for "nokeepalive".

Did you mean: keepalive
2007 May 04
2
possible fix for mongrel hangs
...For no obvious reason our mongrel processes just freeze up and nothing short of a kill -9 can retrieve them. This is in a standard linux apache 2.2/balancer setup. Anyway, following some threads online I tried adding these directives: SetEnv force-proxy-request-1.0 1 SetEnv proxy-nokeepalive 1 To the apache config and I haven''t seen a hang all week. Sorry I don''t have a more scientific explanation for this or ideas for a deeper fix but these might be worth a try if you''re stuck. -- miles
2007 Nov 23
3
Mongrel+Apache 2.2 Proxy
...ET application uploading a small xml-file. The log message in apache looks like this [21/Nov/2007:15:56:15 +0100] "POST /archivefiles/173688 HTTP/1.1" 404 - .. and the vhost <VirtualHost *:8080> #Fix for Apache bug 39499 SetEnv force-proxy-request-1.0 1 SetEnv proxy-nokeepalive 1 XSendFile on XSendFileAllowAbove on RewriteEngine On # Check for maintenance file. Let apache load it if it exists RewriteCond %{DOCUMENT_ROOT}/system/maintenance.html -f RewriteRule . /system/maintenance.html [L] # Let apache serve static files RewriteCond...
2006 Jun 07
2
Ajax and IE causing Page Not Found and 500 Errors behind SSL
...laining about getting sporadic page not found errors when using AJAX features of the site and file uploads behind SSL. I am posting the research I have done on the subject. I have the following in my Apache conf <IfModule setenvif_module> BrowserMatch ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 </IfModule> in an effort to make SSL work better with IE, but I am still getting the problem. I am not sure if this is working as I have tried the following: curl -D header -A "Mozilla/4.0 (compatible; MSIE 6.0; Window...
2006 Aug 17
5
Apache Proxy Error + Mongrel dying
...ubsequently slowing down the whole web site. I have to restart the mongrel cluster and then it starts working well again, but after a while, I get the same error again. I know of the Apache bug and put this in my httpd.conf: #Fix for Apache bug 39499 SetEnv force-proxy-request-1.0 1 SetEnv proxy-nokeepalive 1 It seemed to work at first, but now I''m getting the errors again. Would using 0.3.14 fix this? is it ready for production? Thanks for your help, - Michele Finotto
2015 May 07
2
Apache 2.2 itk - 404 not found
...AddHandler type-map var Order allow,deny Allow from all LanguagePriority en es de fr ForceLanguagePriority Prefer Fallback </Directory> </IfModule> </IfModule> BrowserMatch "Mozilla/2" nokeepalive BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0 BrowserMatch "RealPlayer 4\.0" force-response-1.0 BrowserMatch "Java/1\.0" force-response-1.0 BrowserMatch "JDK/1\.0" force-response-1.0 BrowserMatch "Microsoft...
2008 Jun 12
7
Problem uploading files (possibly an OS X issue?)
I have a running Rails application that uploads files back to the server occasionally. I recently switched my development machine from a Linux box to OS X 10.5, using the Apache server built-in on OS X and mod_fcgid. I thought everything was fine until I recently tried to use the file upload feature. If I specify a reasonable sized (164 Kb) file for upload then I get an immediate error, before my
2007 Oct 17
9
proxy errors with apache2.2.3 + mongrels
I''ve posted this to rails-deployment as well. I have to administer a medium size rails app (1''5 million requests each day), recently I''ve switched from lighttpd + fcgi to apache + mongrel. In the following lines I am going to describe the platform: All machines are running Debian Etch, with 4 gb ram and dual core intel32 processors. Web server runs debian''s
2015 May 07
3
Apache 2.2 itk - 404 not found
...deny >> Allow from all >> LanguagePriority en es de fr >> ForceLanguagePriority Prefer Fallback >> </Directory> >> </IfModule> >> </IfModule> >> BrowserMatch "Mozilla/2" nokeepalive >> BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0 >> BrowserMatch "RealPlayer 4\.0" force-response-1.0 >> BrowserMatch "Java/1\.0" force-response-1.0 >> BrowserMatch "JDK/1\.0" force-response-1...
2004 Aug 24
1
error when unsubscribe (PR#7198)
...HTTP_ACCEPT application/vnd.ms-excel, application/msword, application/vnd.ms-powerpoint, image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* SSL_SERVER_M_SERIAL 13 SSL_SERVER_S_DN_CN stat.ethz.ch HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0; H010818; (R1 1.3)) nokeepalive 1 GATEWAY_INTERFACE CGI/1.1 SSL_PROTOCOL SSLv3 REMOTE_PORT 39557 HTTP_ACCEPT_LANGUAGE en-gb, en-gb HTTP_ACCEPT_ENCODING gzip, deflate, gzip, deflate ssl_unclean_shutdown 1 SSL_SERVER_V_END Jan 6 12:56:05 2014 GMT CONTENT_TYPE application/x-www-form-urlencoded, application/x...
2015 May 07
0
Apache 2.2 itk - 404 not found
...p var > Order allow,deny > Allow from all > LanguagePriority en es de fr > ForceLanguagePriority Prefer Fallback > </Directory> > </IfModule> > </IfModule> > BrowserMatch "Mozilla/2" nokeepalive > BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0 > BrowserMatch "RealPlayer 4\.0" force-response-1.0 > BrowserMatch "Java/1\.0" force-response-1.0 > BrowserMatch "JDK/1\.0" force-response-1.0 > BrowserMa...
2008 Oct 07
6
https problems
I''m having a problem but don''t know what is causing it so I don''t know exactly where to post, please bear with me. I''m trying to set up https access however whenever I go to https://url_for_site the root route renders but the url is rewritten to http://url_for_site. The ssl request shows in the apache logs but obviously no further ssl requests show up.
2006 Mar 06
3
File uploads giving "page not found" on IE
I am having a really wierd problem in IE. I have a simple file upload form with two selects and a textarea. This is a medical transcription application - very simply an administrator can upload a file and assign it to both a doctor and a transcriptionist at the same time and optionally provide a note to the transcriptionist. If I remove the MT selector, it always works. If it''s on
2007 Jun 13
1
Apache proxy error with uploads only
Is there a *searchable* archive for this mailing list? If not, I''m using Apache 2.2.3 and Mongrel 1.0.1 on FreeBSD 5.4- RELEASE-p22 #11. Google gave me the following solutions for uploads that result in a proxy error: SetEnv force-proxy-request-1.0 1 SetEnv proxy-nokeepalive 1 or KeepAlive Off in Apache''s VirtualHost directive. Regrettably none of these work. Have any more suggestions been made on this list? In Apache''s error log I see the following: proxy: error reading status line from remote server 127.0.0.1 proxy: Error reading from rem...
2011 Oct 10
0
passenger , ruby on rails , apache 2.2.21
...cateChainFile "/home/sasi/test1.cer" <FilesMatch "\.(cgi|shtml|phtml|php)$"> SSLOptions +StdEnvVars </FilesMatch> <Directory "/usr/local/apache2/cgi-bin"> SSLOptions +StdEnvVars </Directory> BrowserMatch ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 CustomLog "/usr/local/apache2/logs/ssl_request_log" \ "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" RequestHeader set X_FORWARDED_PROTO "https" RewriteEngine On RewriteCond %{S...
2004 Feb 06
0
Bug (PR#6550)
...HTTP_ACCEPT application/vnd.ms-excel, application/msword, application/vnd.ms-powerpoint, image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* SSL_SERVER_M_SERIAL 07 SSL_SERVER_S_DN_CN www.stat.math.ethz.ch HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0; H010818) nokeepalive 1 GATEWAY_INTERFACE CGI/1.1 SSL_PROTOCOL SSLv3 REMOTE_PORT 17870 HTTP_ACCEPT_LANGUAGE en-gb, en-gb HTTP_ACCEPT_ENCODING gzip, deflate, gzip, deflate ssl_unclean_shutdown 1 SSL_SERVER_V_END Feb 4 16:20:08 2013 GMT CONTENT_TYPE application/x-www-form-urlencoded, application/x...
2004 Jan 06
0
bug report (PR#6394)
...HTTP_ACCEPT application/vnd.ms-excel, application/msword, application/vnd.ms-powerpoint, image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* SSL_SERVER_M_SERIAL 07 SSL_SERVER_S_DN_CN www.stat.math.ethz.ch HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0; H010818) nokeepalive 1 GATEWAY_INTERFACE CGI/1.1 SSL_PROTOCOL SSLv3 REMOTE_PORT 42015 HTTP_ACCEPT_LANGUAGE en-gb, en-gb HTTP_ACCEPT_ENCODING gzip, deflate, gzip, deflate ssl_unclean_shutdown 1 SSL_SERVER_V_END Feb 4 16:20:08 2013 GMT CONTENT_TYPE application/x-www-form-urlencoded, application/x...
2006 Aug 07
0
some questions about mongrel
...ProxyPassReverse / http://localhost:3010/ ProxyPreserveHost On RewriteEngine On RewriteRule "^(images|stylesheets|javascripts)/?(.*)" "$0" [L] </VirtualHost> i''ve seen mention of adding SetEnv force-proxy-request-1.0 1 SetEnv proxy-nokeepalive 1 hoever, the errors related to this ''fix'' aren''t the same errors i am experiencing. system info: rails: 1.1.4 mongrel: 0.3.13.3 ruby 1.8.4 apache2 2.2.0 thanks for any/all help. Chris
2007 Nov 01
9
Mongrel + apache 2.2 + proxy error
Hi, I have a setup with apache 2.2.6 proxying requests to a cluster of 5 mongrels. Occassionally, I receive the following error in the logs: [Tue Oct 30 12:00:28 2007] [error] (70007)The timeout specified has expired: proxy: pass request body failed to 127.0.0.1:8013 (127.0.0.1) from 213.205.247.171 () [Tue Oct 30 12:00:28 2007] [error] [client 213.205.247.171] Handler for proxy-server returned
2007 Oct 18
0
Mongrel-users Digest, Vol 21, Issue 16
...ding status line from remote server bomber, referer: > http://www.google.com/search?hl=es&q=tipos+de+herramintas++++&lr= > > We had this problem and solved it adding the following lines in our apache conf: #Fix for Apache bug 39499 SetEnv force-proxy-request-1.0 1 SetEnv proxy-nokeepalive 1 Regards! -------------- next part -------------- A non-text attachment was scrubbed... Name: rgo.vcf Type: text/x-vcard Size: 251 bytes Desc: not available Url : http://rubyforge.org/pipermail/mongrel-users/attachments/20071018/159b6c99/a ttachment-0001.vcf ------------------------------ Mes...
2007 Nov 21
6
mod_proxy_balancer under heavy load.
...ide None Order allow,deny Allow from all </Directory> ServerAdmin xxx@xxx.com ProxyPass / balancer://puppetmaster:8140/ timeout=120 ProxyPassReverse / balancer://puppetmaster:8140/ ProxyPreserveHost on SetEnv force-proxy-request-1.0 1 SetEnv proxy-nokeepalive 1 ErrorLog /blah CustomLog /blah </VirtualHost> This is coping with clients checking in at about the rate of one a second. The piling up of CLOSE_WAITs has stopped. I get the odd proxy error with an individual puppet operation, usually fileserver.describe, but clients almost always...