[users@httpd] Apache crashes?

2005-07-10 Thread Odhiambo Washington
Hello Admins, Occasionally, I get the following in my logs: sucks.domain.tldm kernel log messages: > pid 11158 (httpd), uid 3000: exited on signal 6 > pid 26601 (httpd), uid 3000: exited on signal 6 > pid 11161 (httpd), uid 3000: exited on signal 6 > pid 11169 (httpd), uid 3000: exited on signal

Re: [users@httpd] Apache 2 aborting downloads

2005-07-10 Thread Sai Jai Ganesh Gurubaran
Hi Joshua, Thanks for the tip. We tried the same and here are some of the observations. 1. Debugging the Apache on the single threaded environment - issue not reproducible. 2. We upgraded to Apache version 54, and tested 7 parallel downloads (from different machines). All went successful. 3. Dive

Re: FW: [users@httpd] Apache 2 aborting downloads

2005-07-10 Thread Sai Jai Ganesh Gurubaran
Hi Joshua, Thanks for the tip. We tried the same and here are some of the observations. 1. Debugging the Apache on the single threaded environment - issue not reproducible. 2. We upgraded to Apache version 54, and tested 7 parallel downloads (from different machines). All went successful. 3. Div

[users@httpd] Some virtual hosts serve as expected, one doesn't...

2005-07-10 Thread Stan Peters
Apache 2.0.53 running in console on WinXP Pro SP2 locally for test purposes. httpd.conf Under NameVirtualHost I have 4 existing VirtualHosts that are served correctly. I want to add a new VirtualHost, I'm using the same code for each virtualhost: ServerName vhostname DocumentRoot /Apache2/

[users@httpd] reverse proxy-: full-duplex channel over http

2005-07-10 Thread Satinder Singh
Hi, I am trying to protected through reverse proxy, a client-serverapplication that is using chunked encoding to form full-duplex channelover http similar to the one mentioned in http://www.innovation.ch/java/HTTPClient/fullduplex.html But its not working. I think the proxy server waits f

Re: [users@httpd] Odd interaction between mod-rewrite and mod-cgi

2005-07-10 Thread Sean Conner
It was thus said that the Great Joshua Slive once stated: > > On 7/9/05, Sean Conner <[EMAIL PROTECTED]> wrote: > > > RewriteRule ^([0-9][0-9])(.*) nph-blog.cgi/$1$2 [L] > > RewriteRule ^(test)(.*) nph-raw.cgi/$1$2 [L] > > RewriteRule ^(foo)(.*)nph-raw

Re: [users@httpd] Rewrites in .htaccess work with http but not https?

2005-07-10 Thread Joshua Slive
On 7/8/05, Markus Mayer <[EMAIL PROTECTED]> wrote: > Hallo Everybody! :-) > > I have a really strange problem for which I can't find a solution. > > I have a .htaccess file with a simple rewrite rule in it which right now just > rewrites from one non existent file to an existing file (see below).

Re: [users@httpd] Chunked encoding handling in reverse proxy

2005-07-10 Thread Joshua Slive
On 7/8/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hi, > I am trying to protect client-server application through Apache > reverse proxy. > My server is protected behind apache reverse proxy and client is standalone > application that can access server through internet. The

Re: [users@httpd] Apache2.1.6: failed to enable APR_TPC_DEFER_ACCEPT

2005-07-10 Thread Joshua Slive
On 7/8/05, Juan Noguera <[EMAIL PROTECTED]> wrote: > > > Hello, > > I just installed Apache2.1.6[alpha] on a Mac G3 (PPC) running a fully > updated Debian Linux. It compiled ok (no error). However, when trying to > start it (apachectl start) I get the following error: > > (92)Protocol not av

Re: [users@httpd] Odd interaction between mod-rewrite and mod-cgi

2005-07-10 Thread Joshua Slive
On 7/9/05, Sean Conner <[EMAIL PROTECTED]> wrote: > RewriteRule ^([0-9][0-9])(.*) nph-blog.cgi/$1$2 [L] > RewriteRule ^(test)(.*) nph-raw.cgi/$1$2 [L] > RewriteRule ^(foo)(.*)nph-raw.cgi?$1$2 [L] > > Hit the following URLs: > > http://work.

Re: [users@httpd] pre logging

2005-07-10 Thread Joshua Slive
On 7/10/05, kalin mintchev <[EMAIL PROTECTED]> wrote: > > hi all... > > is there a way in apache 1.3.x to write to a log before the request is > processed? Not that I know of without a custom module. 2.0 has mod_log_forensic, of course. Joshua.

[users@httpd] RewriteRule issue

2005-07-10 Thread Devraj Mukherjee
Hi All, I am implementing a site using Apache 2.0/PHP/MySQL and using the Typo3 content management product. Everything works well but (there is always a but) a little Rewrite problem. We migrated from a static site so Google and all the other search engines still bring up search results for

Re: [users@httpd] Large File Support in Apache 1.3.33

2005-07-10 Thread Dan Goodes
On Thu, 7 Jul 2005 at 16:06, Joe Orton wrote: > On Thu, Jul 07, 2005 at 08:10:42AM +1000, Dan Goodes wrote: > > Hi Folks > > > > I remember reading somewhere that Apache 1.3.33 supposedly supports large > > files >2G on 32-bit systems. However I'm not having much success. > > No, this won't work i

Re: [users@httpd] DocumentRoot directive issues -- (wrong subject)-- this is about Coldfusion issues

2005-07-10 Thread Jacob Drew
wrong subject. sorry. --- Jacob Drew <[EMAIL PROTECTED]> wrote: > Hi-- I have apache 2.0.48 running on windows server > 2000-- coldfusion is also running on the server, MX > 6.5. I am able to view .html pages but when I load > .cfm pages i get: > > "Please try your request again in a few minut

[users@httpd] DocumentRoot directive issues

2005-07-10 Thread Jacob Drew
Hi-- I have apache 2.0.48 running on windows server 2000-- coldfusion is also running on the server, MX 6.5. I am able to view .html pages but when I load .cfm pages i get: "Please try your request again in a few minutes." No error code. Nothing in the logs, besides a normal get request in the

Re: [users@httpd] Server binary file

2005-07-10 Thread Minnesota Slinky
On Jul 10, 2005, at 11:54 AM, Web Master wrote: I'm new to this and learning as I go. I need to know the name of the server binary file so I can install cold fusion. I'm running Apache 2.0.54 on a win 2kserver. Thank you try this: http://www.activsoftware.com/apache/ Hope the helps.

[users@httpd] Server binary file

2005-07-10 Thread Web Master
  I'm new to this and learning as I go. I need to know the name of the server binary file so I can install cold fusion. I'm running Apache 2.0.54 on a win 2kserver. Thank you

[users@httpd] pre logging

2005-07-10 Thread kalin mintchev
hi all... is there a way in apache 1.3.x to write to a log before the request is processed? thanks... - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for