[EMAIL PROTECTED] Binding question.

2008-07-21 Thread James Sherwood
Hello, I am having trouble binding apache to an ip. It works fine for port 80 but when I try to add port 443 something goes wrong. This is what I have: Listen 192.168.150.12:80 Listen 192.168.150.12:443 NameVirtualHost 192.168.150.12 NameVirtualHost 192.168.150.12:443 lets say this is mydoma

Re: [EMAIL PROTECTED] Using Apache for UI Automation

2007-09-26 Thread James Sherwood
Not sure if this helps, but when we were having directory issues on the lan we had to run the apache service as a specific user that had rights to those areas. --James - Original Message - From: "Jonathan Herriott" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 26, 2007 3:34 PM

[EMAIL PROTECTED] Apache log files on Windows

2007-09-25 Thread James Sherwood
Hello, I was wondering if anyone knows a way to copy a log file from apache without shuting down apache on a windows server 2003? We are using Apache 2.0.54 on a windows server 2003. When I try to copy the logs I get the error "A program has a partial lock on the file" Thanks, --James

Re: [EMAIL PROTECTED] Redirect question

2007-09-21 Thread James Sherwood
nfiguration I have two different server names, if you access http://my-host2 you access ip ***.***.***.40 . To achieve this setup, I've created several eth ip's on this same machine. I'm not an apache expert, but this is my understanding of how it all works together. Sincerely

Re: [EMAIL PROTECTED] Max Users

2007-09-21 Thread James Sherwood
r 21, 2007 12:18 PM Subject: Re: [EMAIL PROTECTED] Max Users Have you tried to add that directive ? MaxClients N Luis James Sherwood wrote: Hello, I am trying to get my apache to not allow users past X number. We are using Apache 2.0.54 on Win2003 server The httpd.conf does not have a MaxC

Re: [EMAIL PROTECTED] Redirect question

2007-09-21 Thread James Sherwood
ow that one test came in on your first ip address and that a second test came in on a different one? Sincerely, -Rachel James Sherwood wrote: Hello, Ok to my understanding if i have the vhosts: ServerAdmin [EMAIL PROTECTED] DocumentRoot "E:/Programs/Apache/Apache2/htdocs/wmm" Se

[EMAIL PROTECTED] Max Users

2007-09-21 Thread James Sherwood
Hello, I am trying to get my apache to not allow users past X number. We are using Apache 2.0.54 on Win2003 server The httpd.conf does not have a MaxClients directive in it. The only thing it has is: ThreadsPerChild 450 MaxRequestsPerChild 0 There is no module called mpm_winnt.c in any of t

[EMAIL PROTECTED] mod_cache question

2007-09-19 Thread James Sherwood
Hello, I was looking at mod_cache and was wondering people's opinions on it. We are serving up dynamic content using Apache, mod_jk and tomcat. The most of our hits will come from 3-6 pages. Will mod_cache actually cache the dynamic pages for x period of time? This would save us a ton of

Re: [EMAIL PROTECTED] Deny after X number of connections

2007-09-19 Thread James Sherwood
Hello, Thanks, Windows 2003 Server Apache 2.0.54 Mod_JK 1.2.25 --James - Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 19, 2007 3:56 PM Subject: Re: [EMAIL PROTECTED] Deny after X number of connections On 9/19/07

Re: [EMAIL PROTECTED] Redirect question

2007-09-19 Thread James Sherwood
" We have both hosts using the same workers "ajp13" but could specify them here to use different ones. Both VirtualHost elements are in the same http.conf file. Hope that helps, -Rachel On Sat, 2007-09-15 at 21:50, James Sherwood wrote: Hello, We use mod_jk with apache and tom

Re: [EMAIL PROTECTED] Deny after X number of connections

2007-09-19 Thread James Sherwood
- Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 19, 2007 11:55 AM Subject: Re: [EMAIL PROTECTED] Deny after X number of connections On 9/18/07, James Sherwood <[EMAIL PROTECTED]> wrote: Hello, I have a couple of questions

[EMAIL PROTECTED] Deny after X number of connections

2007-09-18 Thread James Sherwood
Hello, I have a couple of questions on this: 1: Is there a way to deny users once apache reaches X number of connections. 2: If so can you do a custom page said users see? 3: If so can you get specific to deny connections based on virtual hosts? Thanks in advance, James ---

Re: [EMAIL PROTECTED] Load balancing question

2007-09-17 Thread James Sherwood
http://tomcat.apache.org/connectors-doc/generic_howto/timeouts.html On 9/17/07, James Sherwood <[EMAIL PROTECTED]> wrote: Hello, CORRECTED(status page working now) We upgraded to the latest mod_jk and this were the results: 1: All monitors were fine, there were no bottlenecks anywh

Re: [EMAIL PROTECTED] Load balancing question

2007-09-17 Thread James Sherwood
tween each other or something? Any help would be GREATLY appreciated, --James - Original Message - From: James Sherwood To: users@httpd.apache.org Sent: Monday, September 17, 2007 9:12 AM Subject: Re: [EMAIL PROTECTED] Load balancing question Hello, I cannot get my mod

Re: [EMAIL PROTECTED] Load balancing question

2007-09-17 Thread James Sherwood
e server to see if httpd is still available after the load test. -- Bj On 9/14/07, James Sherwood <[EMAIL PROTECTED]> wrote: Hello, Everything is Windows2003 Server. After the load we cannot load pages either through apache or by contacting tomcat directly.

[EMAIL PROTECTED] Redirect question

2007-09-15 Thread James Sherwood
Hello, We use mod_jk with apache and tomcat. Is there a way to redirect requests to a certian worker via their ip range? Thanks in advance, James - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [EMAIL PROTECTED] Load balancing question

2007-09-14 Thread James Sherwood
Hello, Everything is Windows2003 Server. After the load we cannot load pages either through apache or by contacting tomcat directly. I beleive you are on the right path tho, about connections not getting released, thats what I figure it is too but I do not know how to fix it. Thanks, James

[EMAIL PROTECTED] Load balancing question

2007-09-14 Thread James Sherwood
Hello, We are currently trying to increase the amount of hits our system can handle without buying hardware loadbalancers etc. Our current setup is: Server 1: Apache, DB, 2 Tomcats Server2: 1 Tomcat Server3: 2 Tomcats We use the apache on server 1 to loadbalance across all tomcats using modj

[EMAIL PROTECTED] Load balance question

2007-09-07 Thread James Sherwood
Hello, We are trying to load balance our server for a certian number of hits and are using WebLOAD to test it. Currently it will only sustain a load of about 100(around 45 hits a second). Our configuration: Apache using modjk to 2 tomcats on 1 server. Anything over 100 and everything begins t

[EMAIL PROTECTED] How to limit the number of connections

2006-09-25 Thread James Sherwood
We launched a new site today and the connections are CRAZY. Is there a way in apache to limit the amount of connections per virtual host or just limit the amount of connections period? Thanks, James - The official User-To-

[EMAIL PROTECTED] Redirect/Rewrite question

2005-07-20 Thread James Sherwood
Scenario:   I have an apache server on a global ip and one behind a firewall attached to tomcat via mod_jk.  I would like to redirect or rewrite from the global apache to the one behind the firewall.   What I have done: I am trying to do a rewrite and it is working somewhat.  This is what I