BalancerMember Ausfall

2008-03-19 Thread Tomasz Wrona
Hallo, ich habe folgende Konfiguration bei Apache 2.2.8: ... Proxy balancer://myCloud BalancerMember ajp://IP:8011 route=linux01 min=1 max=6 keepalive=On retry=30 ttl=60 BalancerMember ajp://IP:8011 route=linux02 min=1 max=6 keepalive=On retry=30 ttl=60 BalancerMember ajp://IP:8011

Re: BalancerMember Ausfall

2008-03-19 Thread James Blond
Hallo Thomasz, Das Problem ist, dass der Apache manchmal die Verbindung zur BalancerMember verliert und kann/will sie nicht mehr wiederherstellen. mit loadfactor und status[1] solltest Du eigentlich einstellen können, dass der Apache noch mal versucht auf den ersten server wieder

Re: [EMAIL PROTECTED] domain redirect

2008-03-19 Thread Lester Caine
Nils Jeppe wrote: On Tue, 18 Mar 2008, Lester Caine wrote: I'm sure it is possible without too much difficulty but what is the best way of doing it? The home.lsces.co.uk and www.lsces.co.uk are currently on different IP addresses but the new hosting is handling that side of things OK, so

[EMAIL PROTECTED] How to set openssl library path during Apache build (on Redhat)?

2008-03-19 Thread ohaya
Hi, Previously, I've built various versions of Apache with SSL support (using openssl) on some Solaris machines, but we're moving to Redhat. In our case, management wants openssl to go into /apps/openssl and Apache into /apps/httpd. Doing the openssl and Apache (2.2.4) builds (configure, then

[EMAIL PROTECTED] How to know the status of backend server(worker) running in loadbalancing environment (With mod_proxy_loadbalancer)

2008-03-19 Thread Narendra Verma
Hi experts, I setup my environment like this : tomcat1 Client-- apache--

Re: [EMAIL PROTECTED] How to set openssl library path during Apache build (on Redhat)?

2008-03-19 Thread Graeme Fowler
On Wed, 2008-03-19 at 02:22 -0400, [EMAIL PROTECTED] wrote: I can get around this by setting LD_LIBRARY_PATH to /apps/openssl/lib before running apachectl, but this is a bit annoying, so I was wondering if there's a command line parameter that I can set when I do the Apache configure so

[EMAIL PROTECTED] bogus requests

2008-03-19 Thread Abhijit Bhatnagar
Hey, Recently our website started receiving a lot of requests which have another url inside the original request. example: http://somedomain.com/index.php?action=http://someotherdomain.com I don't know how but it was somehow causing heavy load on the apache server. Our Apache server version

[EMAIL PROTECTED] High availability

2008-03-19 Thread Melanie Pfefer
Could you please share how you provide high availability on apache? veritas is supported? Sun cluster is supported? other simpler solutions? thanks. ___ Rise to the challenge for Sport Relief with Yahoo! For Good

Re: [EMAIL PROTECTED] bogus requests

2008-03-19 Thread Matus UHLAR - fantomas
On 19.03.08 05:31, Abhijit Bhatnagar wrote: Recently our website started receiving a lot of requests which have another url inside the original request. http://somedomain.com/index.php?action=http://someotherdomain.com I don't know how but it was somehow causing heavy load on the apache

Re: [EMAIL PROTECTED] How to know the status of backend server(worker) running in loadbalancing environment (With mod_proxy_loadbalancer)

2008-03-19 Thread Serge Dubrouski
On Wed, Mar 19, 2008 at 1:26 AM, Narendra Verma [EMAIL PROTECTED] wrote: Hi experts, I setup my environment like this : tomcat1 Client-- apache--

Re: [EMAIL PROTECTED] High availability

2008-03-19 Thread Serge Dubrouski
www.linux-ha.org On Wed, Mar 19, 2008 at 6:39 AM, Melanie Pfefer [EMAIL PROTECTED] wrote: Could you please share how you provide high availability on apache? veritas is supported? Sun cluster is supported? other simpler solutions? thanks.

Re: [EMAIL PROTECTED] bogus requests

2008-03-19 Thread Abhijit Bhatnagar
The first thing that I check in the index.php is the action and if it is not what I am expecting then I redirect to an error page This is working fine and the error page also opens up fine, but the load on the server increases as well as on the apache server. Matus UHLAR - fantomas [EMAIL

Re: [EMAIL PROTECTED] bogus requests

2008-03-19 Thread Abhijit Bhatnagar
what I want to ask precisely is that is there any possibility that apache might consider the bogus request as 2 requests?? Abhijit Bhatnagar [EMAIL PROTECTED] wrote: The first thing that I check in the index.php is the action and if it is not what I am expecting then I redirect to an error

[EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread James Carter
This might be more of a DNS question, but I'm looking for help. I have a dedicated DNS server and a dedicated Web Server. if I type in www.xx.com the webpage opens up. If I type in xx.com I get the Red Hat Test Page. Any suggestions would greatly be appreciated. Thanks, Bubba

RE: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread Wilda, Jet
Do you have ServerAlias xx.com set in your VHOST? ~Jet -Original Message- From: James Carter [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2008 9:03 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt This might be more of a DNS question,

Re: [EMAIL PROTECTED] How to set openssl library path during Apache build (on Redhat)?

2008-03-19 Thread ohaya
Graeme, THANKS! It looks like the /etc/ld.conf.d/openssl.conf was already created, so it works after I did just the /sbin/ldconfig. Jim Graeme Fowler [EMAIL PROTECTED] wrote: On Wed, 2008-03-19 at 02:22 -0400, [EMAIL PROTECTED] wrote: I can get around this by setting LD_LIBRARY_PATH

RE: [EMAIL PROTECTED] How to know the status of backend server(worker) running in loadbalancing environment (With mod_proxy_loadbalancer)

2008-03-19 Thread Narendra Verma
Thanks for replying, I configured it earlier 'balancer-manager' But it does not give complete info related what I want exactly. Means I want currently which server (worker) has how much load? Any suggestions are welcome. Narendra -Original Message- From: Serge Dubrouski [mailto:[EMAIL

RE: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread James Carter
I don't see that term anyplace in my httpd.conf --- Wilda, Jet [EMAIL PROTECTED] wrote: Do you have ServerAlias xx.com set in your VHOST? ~Jet -Original Message- From: James Carter [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2008 9:03 AM To: users@httpd.apache.org

RE: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread Luis Moreira
Possibly the problem is outside Apache. Run NSLOOKUP and see what it gives to www.xx.com and xx.com After that see how those addresses (I bet they will be different) are treated within Apache. A specific domain versus a defaut one, for instance. Luis Moreira -Original Message- From:

RE: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread James Carter
They came back with the correct addresses. Here is the response: www.xx.com came back with Non-authoritive answer of xxx.xxx.xxx.200 which is my web server xx.com came back with Non-authoritive answer of xxx.xxx.xxx.200, xxx.xxx.xxx.211 which .200 is my web server and .211 is my dns server

RE: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread James Carter
After doing a little more investigating, the Red Hat test page is actually loading up from the DNS server, not my actual web server. I guess I need to tell my dns server to point to the web server if it is an actual web page request. Thanks for any help,

Re: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread Neil A. Hillard
James, James Carter wrote: After doing a little more investigating, the Red Hat test page is actually loading up from the DNS server, not my actual web server. I guess I need to tell my dns server to point to the web server if it is an actual web page request. Your web requests don't need to

Re: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread James Carter
I have a dedicated DNS server and a dedicated Web Server. if I type in www.xx.com the webpage opens up. If I type in xx.com I get the Red Hat Test Page from my actual DNS server. I have removed the A record from my db.file and it still does the same thing. Would it help if I posted my db.file

Re: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread Neil A. Hillard
Bubba, James Carter wrote: I have a dedicated DNS server and a dedicated Web Server. if I type in www.xx.com the webpage opens up. If I type in xx.com I get the Red Hat Test Page from my actual DNS server. I have removed the A record from my db.file and it still does the same thing. And

Re: [EMAIL PROTECTED] How to know the status of backend server(worker) running in loadbalancing environment (With mod_proxy_loadbalancer)

2008-03-19 Thread Serge Dubrouski
On Wed, Mar 19, 2008 at 7:12 AM, Narendra Verma [EMAIL PROTECTED] wrote: Thanks for replying, I configured it earlier 'balancer-manager' But it does not give complete info related what I want exactly. Means I want currently which server (worker) has how much load? Any suggestions are

Re: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread James Carter
Thanks everyone for your suggestions.. Here are 2 of the domains that I'm working with (I've got over 100 domains with this problem). www.godefroybeauty.com and www.larsoncarter.com --- Neil A. Hillard [EMAIL PROTECTED] wrote: Bubba, James Carter wrote: I have a dedicated DNS server

RE: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread Jeff Beard
Do you have a virtual host configured for xx.com? -Original Message- From: James Carter [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2008 8:15 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt I have a dedicated DNS server and

RE: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread James Carter
yes, all of these are virtual host in my httpd.conf file on my webserver. --- Jeff Beard [EMAIL PROTECTED] wrote: Do you have a virtual host configured for xx.com? -Original Message- From: James Carter [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2008 8:15 AM To:

Re: [EMAIL PROTECTED] High availability

2008-03-19 Thread Melanie Pfefer
thanks but I also need whether apache can work with Sun Cluster or veritas. Can you please advise? thanks --- Serge Dubrouski [EMAIL PROTECTED] wrote: www.linux-ha.org On Wed, Mar 19, 2008 at 6:39 AM, Melanie Pfefer [EMAIL PROTECTED] wrote: Could you please share how you provide high

Re: [EMAIL PROTECTED] High availability

2008-03-19 Thread Serge Dubrouski
On Wed, Mar 19, 2008 at 8:37 AM, Melanie Pfefer [EMAIL PROTECTED] wrote: thanks but I also need whether apache can work with Sun Cluster or veritas. Can you please advise? thanks --- Serge Dubrouski [EMAIL PROTECTED] wrote: www.linux-ha.org On Wed, Mar 19, 2008 at 6:39 AM,

RE: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread Jeff Beard
Ok in looking at the DNS records for the www.godefroybeauty.com and godefroybeauty.com entries, they resolve to two different IP addresses. Are the Apache virtual hosts configured for the same IP address or the ones in DNS? Also, I'd follow the other suggestion and double check that you've

[EMAIL PROTECTED] Re: apache process locks at 100% cpu usage

2008-03-19 Thread Evert Lammerts
And how about this: after benchmarking apache with ab -c 100 -n 1 an apache process is left in the process list for a while with defunct appended - it disappears after a minute or so. If I benchmark the server from two different machines with two different requests, apache locks up, the

Re: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread Neil A. Hillard
Hi, James Carter wrote: Thanks everyone for your suggestions.. Here are 2 of the domains that I'm working with (I've got over 100 domains with this problem). www.godefroybeauty.com and www.larsoncarter.com OK, your A record for www.xx.com points to .200 but the A record for xx.com points

RE: [EMAIL PROTECTED] How to know the status of backend server(worker) running in loadbalancing environment (With mod_proxy_loadbalancer)

2008-03-19 Thread Narendra Verma
Hi Serge Dubrouski First of all thanks a lot for giving idea about it. Can you please tell me more about that how load balancer-manager shows that how many times this or that balancer member was elected and how many request any worker is currently serving. Narendra -Original Message-

Re: [EMAIL PROTECTED] How to know the status of backend server(worker) running in loadbalancing environment (With mod_proxy_loadbalancer)

2008-03-19 Thread Serge Dubrouski
On Wed, Mar 19, 2008 at 8:47 AM, Narendra Verma [EMAIL PROTECTED] wrote: Hi Serge Dubrouski First of all thanks a lot for giving idea about it. Can you please tell me more about that how load balancer-manager shows that how many times this or that balancer member was elected and how many

Re: [EMAIL PROTECTED] Re: apache process locks at 100% cpu usage

2008-03-19 Thread Joshua Slive
On Wed, Mar 19, 2008 at 10:42 AM, Evert Lammerts [EMAIL PROTECTED] wrote: And how about this: after benchmarking apache with ab -c 100 -n 1 an apache process is left in the process list for a while with defunct appended - it disappears after a minute or so. If I benchmark the server

Re: [EMAIL PROTECTED] bogus requests

2008-03-19 Thread Joshua Slive
On Wed, Mar 19, 2008 at 9:01 AM, Abhijit Bhatnagar [EMAIL PROTECTED] wrote: what I want to ask precisely is that is there any possibility that apache might consider the bogus request as 2 requests?? http://somedomain.com/index.php?action=http://someotherdomain.com To apache that is an

RE: [EMAIL PROTECTED] Access is slow when accessed by IP address instead of 'localhost'

2008-03-19 Thread Adam Martin
Dinesh, If accessing the Apache machine from other machines on the network is slow you may have a missing reverse lookup entry in your DNS. To test you might try the following from one of the slow machines. nslookup (hostname where Apache is installed) nslookup 192.168.1.2 The

[EMAIL PROTECTED] RPC/HTTP on FC8

2008-03-19 Thread Devon Harding
I have mod_proxy configured on a FC8 box (httpd-2.2.8-1.fc8) and can't seem to get RPC/HTTP for Exchange working. I keep getting prompt for authentication. OWA is working (I had to disable Integrated Authentication on IIS). I'm not using SSL. Here is my settings in /etc/httpd/conf/httpd.conf:

[EMAIL PROTECTED] virtual host issues

2008-03-19 Thread Rob Anderson
Hi all, I've been having a lot of trouble getting my Virtual Hosts to work. Currently it just loads the route directory and doesn't go thru to the dir. My conf file can be found here: http://www.insidiousfix.net/linuxug/conf.txt As far as i can see i've written my vh's are fine, i

[EMAIL PROTECTED] Query on Maxmemfree

2008-03-19 Thread Arnab Ganguly
Hi All, How do I restrain Apache process to grow to a certain limit?And also when the process dies how do I make sure it releases the resource it had acquired.What is the impact of the parameter MaxMemFree ?Any help or suggestion would be very much appreciated. Thanks -A

Re: [EMAIL PROTECTED] virtual host issues

2008-03-19 Thread Sean Allen
On Mar 19, 2008, at 5:03 PM, Rob Anderson wrote: Hi all, I’ve been having a lot of trouble getting my Virtual Hosts to work. Currently it just loads the route directory and doesn’t go thru to the dir. My conf file can be found here: http://www.insidiousfix.net/linuxug/conf.txt a

Re: [EMAIL PROTECTED] virtual host issues

2008-03-19 Thread Sean Allen
On Mar 19, 2008, at 5:22 PM, Sean Allen wrote: On Mar 19, 2008, at 5:03 PM, Rob Anderson wrote: Hi all, I’ve been having a lot of trouble getting my Virtual Hosts to work. Currently it just loads the route directory and doesn’t go thru to the dir. My conf file can be found here:

RE: [EMAIL PROTECTED] virtual host issues

2008-03-19 Thread Rob Anderson
__ Information from ESET NOD32 Antivirus, version of virus signature database 2960 (20080319) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com

Re: [EMAIL PROTECTED] mod_proxy performance with apache 2.2

2008-03-19 Thread Skye Poier Nott
Hi Joshua, I've tried changing MaxClients from 256 to 512 to 1024, no effect. I've tried changing from MPM prefork to worker, and twiddled threads per child, no effect. Just can't seem to get more than about 4 Mbit/sec out of the origin. I'll give dev@ a ping. Thanks, Skye On

Re: [EMAIL PROTECTED] mod_proxy performance with apache 2.2

2008-03-19 Thread Robert Anderson
I had a similar issue that was caused by caching. Do you have mod_cache or mod_disk_cache active? are they clearing properly? Regards, Robert Anderson B2B ECS TORONTO 17 Gormley Rd. W. Richmond Hill, ON,

[EMAIL PROTECTED] .htaccess files not recognized

2008-03-19 Thread Marc Fromm
1.) I created an .htpasswd file with a user using the command htpasswd -mbc /etc/.htpasswd username password group and other have read permissions 2.) I created an .htaccess file in a web directory with the following AuthType Basic AuthName Outside Access AuthUserfile /etc/.htpasswd require user

Re: [EMAIL PROTECTED] virtual host issues

2008-03-19 Thread Joshua Slive
On Wed, Mar 19, 2008 at 5:35 PM, Rob Anderson [EMAIL PROTECTED] wrote: Hi Sean Where i have my.uber.ip.address:80 i have my actual ip address on the conf file, ive just done that so i didn't publicly post my ip. If you ment to remove the port number off the end, i've tried but that

Re: [EMAIL PROTECTED] .htaccess files not recognized

2008-03-19 Thread Joshua Slive
On Wed, Mar 19, 2008 at 6:32 PM, Marc Fromm [EMAIL PROTECTED] wrote: 1.) I created an .htpasswd file with a user using the command htpasswd -mbc /etc/.htpasswd username password group and other have read permissions 2.) I created an .htaccess file in a web directory with the following

RE: [EMAIL PROTECTED] How to know the status of backend server(worker) running in loadbalancing environment (With mod_proxy_loadbalancer)

2008-03-19 Thread Narendra Verma
Hi, Thanks a lot for reply. Ya this is very important info that make sense. Here elected is one of the attribute that shows how many time worker has elected. Is there any more attribute related to it that can give the info that how many request or how many session are currently holed by any