[EMAIL PROTECTED] How to integrate Apache HTTPD 2.0.x + Tomcat 6.0.x

2007-09-30 Thread Plant More Tree
Hi guys, I was trying to find some tutorial on integrating Apache HTTPD 2 + Tomcat 6 but has no luck. All of them just don't work. I found 1 here http://blog.taragana.com/index.php/archive/5-steps-to-integrate-tomcat-55-with-apache-20/ but doesn't work at all. Anyone pls kindly give a

Re: [EMAIL PROTECTED] Only require satisfaction of one AuthType in 2.2

2007-09-30 Thread William A. Rowe, Jr.
William A. Rowe, Jr. wrote: Sorry - too many JJ's posting, had this confused. On Mon, September 24, 2007 8:44 pm, Joel Johnson wrote: The problem I'm running into is in designating the authentication as *optional*. For example, I'd like to setup a wiki at wiki.and have the contents publicly

[EMAIL PROTECTED] Large files

2007-09-30 Thread Michael Conlen
Is it possible to transfer files larger than 2^32 bytes long using Apache on a 32 bit system? If I have a file greater than that length of legnth A apache indicates that it's going to send [ A (mod 2^32) ] bytes. My file is in excess of 7*2^32 bytes long. -- Michael Conlen

Re: [EMAIL PROTECTED] Large files

2007-09-30 Thread Michael Conlen
Please ignore, I found large file support in 2.2.x FM is R -- Michael Conlen On Sep 30, 2007, at 5:45 AM, Michael Conlen wrote: Is it possible to transfer files larger than 2^32 bytes long using Apache on a 32 bit system? If I have a file greater than that length of legnth A apache

Re: [EMAIL PROTECTED] Multiple concurrent instances of apache

2007-09-30 Thread Brian Munroe
On 9/29/07, Ian Johnson [EMAIL PROTECTED] wrote: To Whom is able to help: I am trying to install multiple instances of apache 2.2.6 on a gentoo box. Not my first way of doing things, but to each his own. 1. Has someone in here done this on a gentoo box. If so can you please provide

Re: [EMAIL PROTECTED] Investigating high harddrive load

2007-09-30 Thread Samuel Vogel
I enabled mysql logging and after some SQL magic I had found the problem. Thanks! Regards, Samy Brian A. Seklecki schrieb: Basic log analysis should be pretty obvious? Do you have a standard format for vhost log subdirs? /var/log/${vhost}/{access,error}_log ? $ sudo tail -F

[EMAIL PROTECTED] Apache taking hours to answer on low system load

2007-09-30 Thread Samuel Vogel
Hey guys, My Apache Server at kilu.de is taking pretty long to answer requests, even thou the system doesn't seem to have a high load. Also as soon as I start Apache, every try to start some other process results in: # ls -bash: fork: Cannot allocate memory The output of top (started before

Re: [EMAIL PROTECTED] mod_authnz_ldap and env vars?

2007-09-30 Thread Richard Fogle
James, Thanks for the response, I quite agree this is something that I would logically expect to be included. Would you mind posting your patch? Even if it doesn't get merged I'm sure I'm not the only one who needs to know this information. It makes little sense to have all these

Re: [EMAIL PROTECTED] Apache taking hours to answer on low system load

2007-09-30 Thread Sander Temme
On Sep 30, 2007, at 10:27 AM, Samuel Vogel wrote: -bash: fork: Cannot allocate memory ... Everything seems normal doesn't it? I'm running the default Debian etch configuration on this vServer and increasing MaxClients didn't do any good. What could the problem be? Looks like you have

[EMAIL PROTECTED] Improvement to my conf file

2007-09-30 Thread Norman Khine
Hello, I have the following configuration: VirtualHost *:80 ServerName www.domain.com DocumentRoot /var/www/www.domain.com/htdocs/ RewriteEngine on RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^/cgi-bin/eb.cgi https://%{SERVER_NAME}/cgi-bin/eb.cgi$1 [L,R]

Re: [EMAIL PROTECTED] Improvement to my conf file

2007-09-30 Thread Joshua Slive
On 9/30/07, Norman Khine [EMAIL PROTECTED] wrote: Hello, I have the following configuration: VirtualHost *:80 ServerName www.domain.com DocumentRoot /var/www/www.domain.com/htdocs/ RewriteEngine on RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^/cgi-bin/eb.cgi

[EMAIL PROTECTED] Apache 2.0-Mongrel Proxy problems

2007-09-30 Thread Bruce Hodo
I've been trying to resolve this for over 2 weeks, but no one seems to be able to tell me what's wrong. Maybe you folks can help me. (this is a copy of a post I made on a Usenet alt.apache.configuration, with no responses) I'm running Ubuntu 6.06LTS, Apache 2.0.55, and WebMin 1.36. I've been

Re: [EMAIL PROTECTED] Apache 2.0-Mongrel Proxy problems

2007-09-30 Thread Joshua Slive
On 9/30/07, Bruce Hodo [EMAIL PROTECTED] wrote: Directory /var/www/rails/myapp/public/ Options FollowSymLinks +Includes +ExecCGI AllowOverride None Order allow,deny Allow from all RewriteEngine On

[EMAIL PROTECTED] requests time-out under load, no warnings in logs

2007-09-30 Thread Alec Matusis
We are running a busy Apache/2.0.54 server on 2.6.9 kernel, that suddenly becomes very slow- requests either time out, or it takes 10s to serve a 1K thumbnail. It is usually correlated with load spikes, but not perfectly (by looking at the bandwidth graph) Then it requires a stop/start, and it

Re: [EMAIL PROTECTED] Multiple concurrent instances of apache

2007-09-30 Thread Ian Johnson
Hi Brian, Thanks for your response. I only have one IP address and as such in order to run ssl I can't run virtual hosts (name based - and would rather not purchase another IP address - the old certificate requirement of ssl cert verification before apache is able to resolve the name). That

Re: [EMAIL PROTECTED] Multiple concurrent instances of apache

2007-09-30 Thread Joshua Slive
On 9/29/07, Ian Johnson [EMAIL PROTECTED] wrote: * Starting apache2.inst ... no listening sockets available, shutting down Unable to open logs Knowing that the ports in question are not being used elsewhere (netstat -na) I am now at a roadblock that I have not been able to resolve. The

Re: [EMAIL PROTECTED] Multiple concurrent instances of apache

2007-09-30 Thread Brian Munroe
On 9/30/07, Ian Johnson [EMAIL PROTECTED] wrote: Am I doing thinks a little backwards here. I simply have a requirement that: 1. I can't use a name based servers, and 2. I want to keep two completely separate and independent server roots. Is this not possible? I have had this

[EMAIL PROTECTED] Re: unable to copy dot prefixed files to Apache powered WebDAV shares - Siteminder is the culprit

2007-09-30 Thread Ali, Saqib
so i found the culprit for this mysterious behavior - it is the Siteminder module. If I disable the Siteminder module then I can read/write files that have a filename prefixed with a dot (e.g: .temp .pine etc) However I don't know how to resolve the issue without disabling the siteminder module