[users@httpd] Having issue with mod_proxy / balancer-manager not showing all of my balancer groups

2011-09-07 Thread Stephen Powis
I've been pulling out my hair for the past two evenings trying to figure out why one of my defined balancer groups is not showing up in under the balancer-manager status page. I'm doing a reverse proxy where various requested URLs are passed to different groups of webservers behind my proxy box.

RE: [users@httpd] Re: HELP: apache 2.2.17 creating zombies that are increasing server load

2011-09-07 Thread Martin, Jeff
Hi, Unfortunately the error_log does not yield any hints for me... -bash-3.00$ grep Read-only error_log -bash-3.00$ grep cgid error_log There are a lot of errors that crossdomain.xml File Does not exist but that’s about it and I see that across all the servers. I turned on LogLevel debug and tha

[users@httpd] Re: HELP: apache 2.2.17 creating zombies that are increasing server load

2011-09-07 Thread Danijel Tasov
Hi Jeff, Martin, Jeff wrote: > 16042 csdrd 20M 16M cpu20 500 3:52:05 3.1% httpd/24 > 16042 csdrd 20M 16M zombie 0- 0:00:00 0.0% httpd/65 > 16042 csdrd 20M 16M zombie 0- 0:00:00 0.0% httpd/64 > 16042 csdrd 20M 16M zombie 0- 0:00:00 0.0% ht

[users@httpd] HELP: apache 2.2.17 creating zombies that are increasing server load

2011-09-07 Thread Martin, Jeff
Hello, I have a Solaris 10 server running apache 2.2.17 and on a weekly basis its creating zombies and increasing the load to the point where we have to restart it every Thursday night. There are 6 apache instances running on this box but this is the only one seeing the issue. There have been no ch

Re: [users@httpd] Apache rewrite rule with hungarian character set

2011-09-07 Thread János Löbb
I think you have to use mod_mime and use the directives AddCharset, AddEncoding, AddLanguage, stb... for the hungarian based requests. Make sure the header going for the hungarian vhost has the right language, characterset and encoding specified. In Hungarian that would look like: "a barátsá

Re: [users@httpd] chroot and php5 on Ubuntu 11.04 wired error

2011-09-07 Thread Marco Pizzoli
Hi, I already had your problem. I suggest you look at this thread with also my contribution to the analysis. http://www.apache-httpd.com/list/38/845938.html Marco On Wed, Sep 7, 2011 at 3:45 PM, Frank Gingras wrote: > On 07/09/2011 9:21 AM, Balogh Péter wrote: > >> Hi Frank, >> >> I've just ins

Re: [users@httpd] chroot and php5 on Ubuntu 11.04 wired error

2011-09-07 Thread Frank Gingras
On 07/09/2011 9:21 AM, Balogh Péter wrote: Hi Frank, I've just inserted the following line on the top of the apache2.conf ChrootDir /hosting I didn't do anything else, to make it work, and that's the only line I've removed, to fix the issue Best regards, Peter Balogh On 2011.09.07. 14:59, Fra

Re: [users@httpd] chroot and php5 on Ubuntu 11.04 wired error

2011-09-07 Thread Balogh Péter
Hi Frank, I've just inserted the following line on the top of the apache2.conf ChrootDir /hosting I didn't do anything else, to make it work, and that's the only line I've removed, to fix the issue Best regards, Peter Balogh On 2011.09.07. 14:59, Frank Gingras wrote: On 07/09/11 06:40 AM,

Re: [users@httpd] chroot and php5 on Ubuntu 11.04 wired error

2011-09-07 Thread Frank Gingras
On 07/09/11 06:40 AM, Balogh Péter wrote: Hi Frank, I can try a PHP list, but it's clearly an apache chroot related problem. Best regards, Peter Balogh On 2011.09.07. 4:00, Frank Gingras wrote: On 06/09/2011 3:17 PM, Balogh Péter wrote: Hi, I've tried searching the archives (the FAQ is 40

RE: [users@httpd] load balancing

2011-09-07 Thread Kashif Rahman
You can install another apache and run it on different IP or if same IP then have different port, then that would work for you. Thank you, Best Regards, Kashif Rahman Principal SCM Engineer cid:image001.jpg@01CBB64A.A77B4560 Vopium A/S | Office# 2, 7th Floor, Shaheen Complex | 38 Ab

Re: [users@httpd] load balancing

2011-09-07 Thread Mark Wiltshire
Have you see this http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html R Mark On 7 Sep 2011, at 13:47, Amira Othman wrote: Hi all, I am using httpd-2.2.3-43.el5.1.vm on centos 5.6 I want to add another web server to act as web farm. I want to use mod_proxy for load balancing between

[users@httpd] load balancing

2011-09-07 Thread Amira Othman
Hi all, I am using httpd-2.2.3-43.el5.1.vm on centos 5.6 I want to add another web server to act as web farm. I want to use mod_proxy for load balancing between servers but I don't know how.any one can help me in this issue ? Regards Amira Othman Server Administrator

Re: [users@httpd] Apache Support for RFC 6302: Logging Recommendations for Internet-Facing Servers

2011-09-07 Thread Eric Covener
On Wed, Sep 7, 2011 at 6:01 AM, Chris Mason wrote: > Hi, > > I am enquiring to see if there are any plans to support source port > logging as part of the default Apache installation? > I know that Apache supports logging of the source port, but I am > looking to see if this can be enabled by defau

Re: [users@httpd] chroot and php5 on Ubuntu 11.04 wired error

2011-09-07 Thread Balogh Péter
Hi Frank, I can try a PHP list, but it's clearly an apache chroot related problem. Best regards, Peter Balogh On 2011.09.07. 4:00, Frank Gingras wrote: On 06/09/2011 3:17 PM, Balogh Péter wrote: Hi, I've tried searching the archives (the FAQ is 404 at the moment), but couldn't find any trea

[users@httpd] Apache Support for RFC 6302: Logging Recommendations for Internet-Facing Servers

2011-09-07 Thread Chris Mason
Hi, I am enquiring to see if there are any plans to support source port logging as part of the default Apache installation? I know that Apache supports logging of the source port, but I am looking to see if this can be enabled by default? Apache is one of the most commonly used web server applica