Re: [EMAIL PROTECTED] Configuring Apache2 with Tomcat 5.5

2006-01-10 Thread Dietmar . Mueller
Hello, I look over your config and I've two questions: 1st: Are in /auto/mod_jk.conf the jk_mount directives? 2nd: You set Dookument root to the same directory where tomcat has the applications. You have now 2 ways to find the path to the tomcat applications. One way is over the classic static w

Re: [EMAIL PROTECTED] Max number of connections from a single client to a server.

2006-01-10 Thread paritosh mahana
Ok..will have a look at it and let u know of any further problem.Thanks.On 1/11/06, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote:Some are in documented in: httpd-docs-2.0.55.en/mod/mpm_common.htmlOthers are documented in:apache/httpd-docs-2.0.55.en/mod/mpm_winnt.htmlThe documentation will give you

RE: [EMAIL PROTECTED] 2.2 Troubles

2006-01-10 Thread Oliver.Schaudt
>Is there another more prefered way of finding out what the browser is sending >to the server, for future reference? Internet Explorer: iehttpheaders http://www.blunck.info/iehttpheaders.html Firefox: Tamper Data https://addons.mozilla.org/extensions/moreinfo.php?id=966 or Livehttpheaders http

Re: [EMAIL PROTECTED] Max number of connections from a single client to a server.

2006-01-10 Thread httpd2
Some are in documented in: httpd-docs-2.0.55.en/mod/mpm_common.html Others are documented in: apache/httpd-docs-2.0.55.en/mod/mpm_winnt.html The documentation will give you details of where they apply in the configuration files. Keith On Wed, 11 Jan 2006, paritosh mahana wrote: > To: use

Re: [EMAIL PROTECTED] Max number of connections from a single client to a server.

2006-01-10 Thread httpd2
You might also like to read about process creation in /httpd-docs-2.0.55.en/misc/perf-tuning.html under the User's Guide. Keith - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apac

Re: [EMAIL PROTECTED] Max number of connections from a single client to a server.

2006-01-10 Thread paritosh mahana
None of the mentioned directives are set in httpd.conf  file:(Where to look for them then?On 1/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Those directives look OK Paritosh.What about these directives:ListenBacklog:MaxMemFree:ThreadLimit:Win32DisableAcceptEx:Have you tried setting the LogL

Re: [EMAIL PROTECTED] Max number of connections from a single client to a server.

2006-01-10 Thread httpd2
Those directives look OK Paritosh. What about these directives: ListenBacklog: MaxMemFree: ThreadLimit: Win32DisableAcceptEx: Have you tried setting the LogLevel to debug. see what help messages you get in the error log then. Keith On Wed, 11 Jan 2006, paritosh mahana wrote: > To: users@ht

[EMAIL PROTECTED] The new mod_dbd with mod_rewrite

2006-01-10 Thread ryan agler
I have a great feature idea for utilizing the new database functionality in Apache 2.2, and am looking for ideas of where to start. The ability to have a RewriteMap that queries a database and supports "connection pooling in threaded MPMs". I haven't really seen anything that utilizes mod_dbd yet

Re: [EMAIL PROTECTED] Max number of connections from a single client to a server.

2006-01-10 Thread paritosh mahana
Server OS:windows 2003 serverApacehe Version:2.0.53MPM:# WinNT MPM# ThreadsPerChild: constant number of worker threads in the server process# MaxRequestsPerChild: maximum  number of requests a server process serves ThreadsPerChild 250MaxRequestsPerChild  0Requests per second: depends on how many si

Re: [EMAIL PROTECTED] Max number of connections from a single client to a server.

2006-01-10 Thread httpd2
Hi Paitosh. Interesting problem! Can you give more details please for: OS: Apache version: MPM: How many requests per second: Regards Keith - The official User-To-User support forum of the Apache HTTP Server Project. See ht

Re: [EMAIL PROTECTED] Max number of connections from a single client to a server.

2006-01-10 Thread paritosh mahana
Ok, let me explain the problem a bit.And the test application that I am trying to build is doing several webrequest to a single server for data upload/update/download. But when I am making many threads and requesting for something in each thread some requests time out. So what I think is happening

RE: [EMAIL PROTECTED] allow certain IP

2006-01-10 Thread Wagner, Aaron
http://httpd.apache.org/docs/2.0/mod/mod_access.html#allow Thanx Aaron N Wagner Monitoring Systems and Network Tools CCO-Command Center Operations 804.515.6298 > -Original Message- > From: JC [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 10, 2006 14:20 > To: Apache Users > Sub

[EMAIL PROTECTED] allow certain IP

2006-01-10 Thread JC
Hi there, I have apache server, but I need to configure so that it allows only selected IPs access it. please help!!! Thanks -- - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.

Re: [EMAIL PROTECTED] 2.2 Troubles

2006-01-10 Thread David Salisbury
- Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> On 1/9/06, David Salisbury <[EMAIL PROTECTED]> wrote: Is anyone else out there having trouble with 2.2.0? For me, I only get a blank page for our home page. This happens in I.E. and firefox, though sometimes in one and

[EMAIL PROTECTED] Authentication with Certificates

2006-01-10 Thread Alan Chandler
I have an apache2 web server delivering static content and front ending tomcat which delivers dynamic content. It can do this because all static URLs are of a defined form (eg location/*.css or location/*.jpg), and I use JKMount and JKUnmount directives to separate out the content types. I cur

[EMAIL PROTECTED] Configuring Apache2 with Tomcat 5.5

2006-01-10 Thread vince maxey
Problem: Both Apache and Tomcat are installed and working fine independently (or were until I began modifying config files to connect them). At this point, Tomcat is still functional. I can type http://localhost:8080/path/page.jsp and all is well with my application. However when I enter http

Re: [EMAIL PROTECTED] Disabling PUT DELETE and TRACE on Apache?

2006-01-10 Thread William A. Rowe, Jr.
Emmanuel E wrote: Hi, Is there any way to disable PUT DELETE and TRACE methods on Apache? User authentication is one way but then it still allows authenticated users to use those methods. There is no PUT or DELETE unless you are loading and setting Dav On. There is no reason to disable TRACE

Re: [EMAIL PROTECTED] Disabling PUT DELETE and TRACE on Apache?

2006-01-10 Thread Joshua Slive
On 1/10/06, Emmanuel E <[EMAIL PROTECTED]> wrote: > Hi, > > Is there any way to disable PUT DELETE and TRACE methods on Apache? User > authentication is one way but then it still allows authenticated users to > use those methods. For DELETE, see the and sections. But note that DELETE is not ena

[EMAIL PROTECTED] Disabling PUT DELETE and TRACE on Apache?

2006-01-10 Thread Emmanuel E
Hi, Is there any way to disable PUT DELETE and TRACE methods on Apache? User authentication is one way but then it still allows authenticated users to use those methods. On Windows since Apache runs as system it does have full access permissions to all files. From what I've been able to glean on

Re: [EMAIL PROTECTED] Apache 2.2 - so - is it stable? How compatible is it?

2006-01-10 Thread Joshua Slive
On 1/10/06, Marc Perkel <[EMAIL PROTECTED]> wrote: > I remember upgrading from 1.4 to 2.0 as being somewhat painful but well > worth it. So - I pose this question: > > How much pain is involved to go to 2.2 from 2.0.5x ? Start by reading http://httpd.apache.org/docs/2.2/new_features_2_2.html and h

Re: [EMAIL PROTECTED] Max number of connections from a single client to a server.

2006-01-10 Thread Nick Kew
On Tuesday 10 January 2006 10:58, Axel-Stéphane SMORGRAV wrote: > After re-reading the original post, I observe the mention of "from a > single client". > > There is nothing that limits the number of connections from any particular > client. AIUI mod_evasive (formerly mod_dosevasive) lets you do

[EMAIL PROTECTED] verify error:num=20:unable to get local issuer certificate

2006-01-10 Thread Arun G Nair
Hi all,     I get this error when trying to connect to my SSL enabled site with openssl's s_client. "verify error:num=20:unable to get local issuer certificate"  I have purchased a CRT signed by AddTrust External Root CA through Comodo. -

Re: [EMAIL PROTECTED] Odd SSI SegFaults using 2.0.55

2006-01-10 Thread Joe Orton
On Mon, Jan 09, 2006 at 10:27:03PM -0600, Josh Trutwin wrote: > I had a request to enable SSI on one of the domains I manage on a > 2.0.55 server (built from source) on Debian Linux. > > SSI behavior can only be described as "odd". ... > I verified the existence and permission of all files. This

AW: [EMAIL PROTECTED] ProxyPass trouble, WAS: Can't get "stickysession" to work

2006-01-10 Thread Oliver.Schaudt
> Isn't that a bit strange? normally yes >Why not have stickysession made so it can be set >to any session identifying cookie, regardless of format? The problem could be, that in some situation -without a special route configured- both servers behind the Apache e.g. 2 Tomcats can send the same

[EMAIL PROTECTED] Apache 2.2 - so - is it stable? How compatible is it?

2006-01-10 Thread Marc Perkel
I remember upgrading from 1.4 to 2.0 as being somewhat painful but well worth it. So - I pose this question: How much pain is involved to go to 2.2 from 2.0.5x ? What do I gain as someone who isn't doing a lot of tricky stuff hosting LAMP apps, MT, Joomla, Wordpress, PhpBB, etc, ? Is it soli

RE: [EMAIL PROTECTED] Max number of connections from a single client to a server.

2006-01-10 Thread Axel-Stéphane SMORGRAV
After re-reading the original post, I observe the mention of "from a single client". There is nothing that limits the number of connections from any particular client. -ascs -Original Message- From: Axel-Stéphane SMORGRAV Sent: Tuesday, January 10, 2006 11:09 AM To: users@httpd.apach

RE: [EMAIL PROTECTED] Override SSLVerifyClient

2006-01-10 Thread Axel-Stéphane SMORGRAV
I am puzzled. The following works for me (Apache 2.0.54/Solaris 8): LogLevel warn ProxyRequests Off ServerName labelle16 SSLEngine On SSLCertificateFile /u01/etc/x509/ssl.crt/labelle16.crt SSLCertificateKeyFile /u01/etc/x509/ssl.key/labelle16.key SSLRequireSSL

RE: [EMAIL PROTECTED] Max number of connections from a single client to a server.

2006-01-10 Thread Axel-Stéphane SMORGRAV
There are several parameters that determine the maximum number of connections. Only one of them is an Apache parameter: MaxClients. In addition to this, there are system limits that restrict the number of connections a single process may accept. If you use the worker MPM of Apache 2.x, the ma

RE: [EMAIL PROTECTED] Max number of connections from a single client to a server.

2006-01-10 Thread Boyle Owen
What connections? HTTP is stateless and each request is a separate transaction. Having said that, HTTP/1.1 allows "Keep-alive" so a client can send many requests over the same TCP/IP connection (see http://httpd.apache.org/docs/2.0/mod/core.html#keepalive). I'm not entirely sure I understand y

RE: [EMAIL PROTECTED] Automating apachectl startssl on startup

2006-01-10 Thread Boyle Owen
> -Original Message- > From: Aman Raheja [mailto:[EMAIL PROTECTED] > Sent: Montag, 9. Januar 2006 19:29 > To: users@httpd.apache.org; users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Automating apachectl startssl on startup > > > Well this solution is dependent on programing skills