[us...@httpd] Re: apache reverse proxy redirecting to a different port

2010-05-25 Thread Tapas Mishra
Sorry I forgot to enable site. a2ensite every site is up and working. Thanks all. On Wed, May 26, 2010 at 11:46 AM, Tapas Mishra wrote: > Hi, > I am having a few websites running in a Reverse Proxy scenario on > Ubuntu Server 10.04. > The configuration is like this > > Code: >                    

[us...@httpd] apache reverse proxy redirecting to a different port

2010-05-25 Thread Tapas Mishra
Hi, I am having a few websites running in a Reverse Proxy scenario on Ubuntu Server 10.04. The configuration is like this Code: |--192.168.1.1 |(site1.abc.com) |

Re: [us...@httpd] the current queue size and number of clients

2010-05-25 Thread Eric Covener
On Tue, May 25, 2010 at 5:36 PM, Damian Lęcznar wrote: > So what use it for ListenBacklog directive in apache? That's how Apache gives "guidance" about the depth of the backlog the OS should maintain, but since Apache isn't maintaining it, Apache doesn't know/care about what's queued up. -- Eri

Re: [us...@httpd] the current queue size and number of clients

2010-05-25 Thread Damian Lęcznar
So what use it for ListenBacklog directive in apache? W dniu 2010-05-25 23:33, Eric Covener pisze: On Tue, May 25, 2010 at 5:19 PM, Damian Lęcznar wrote: do you have any other idea to get those values(queue lenght and max clients) directly from apache? , any mod or simple modification of

Re: [us...@httpd] the current queue size and number of clients

2010-05-25 Thread Eric Covener
On Tue, May 25, 2010 at 5:19 PM, Damian Lęcznar wrote: > do you have any other idea to get those values(queue lenght and max clients) > directly from apache? , any mod or simple modification of apache source > code? > thx:)) Apache doesn't know how many are queued by the OS. mod_status knows of c

Re: [us...@httpd] the current queue size and number of clients

2010-05-25 Thread Damian Lęcznar
do you have any other idea to get those values(queue lenght and max clients) directly from apache? , any mod or simple modification of apache source code? thx:)) W dniu 2010-05-24 13:51, Eric Covener pisze: On Mon, May 24, 2010 at 5:01 AM, Damian Lęcznar wrote: Hi, I don't have these da

[us...@httpd] %D now working onder Windows 7?

2010-05-25 Thread Tony Anecito
I noticed for the first time that %D seems to have a 1msec resolution unders Windows 7 that it did not under Windows 2000. Has anyone noticed that? Seemed it used to be only 15msec resolution. Thanks, -Tony - The offic

Re: [us...@httpd] httpd vhost centralized logging

2010-05-25 Thread Matus UHLAR - fantomas
On 24.05.10 11:45, Sandro Tosi wrote: > We wanted to use syslog too, but it's very rigid (only 8 localX facility > for custom logs) so we discarded this solution. you can use one local facility and zillions of program names to distinguish between different logs. -- Matus UHLAR - fantomas, uh..

Re: [us...@httpd] Problems uploading files to Apache HTTP server using Internet Explorer 6

2010-05-25 Thread Nilesh Govindarajan
On Tue, May 25, 2010 at 7:18 PM, Baljeet Nijjhar wrote: > Hi > > Experiencing a frustrating issue with functionality that seemed to work ok > earlier. I upload a file from IE6 to the server, and I frequently get 'The > page cannot be displayed' immediately appearing in the browser (no response > i

[us...@httpd] Problems uploading files to Apache HTTP server using Internet Explorer 6

2010-05-25 Thread Baljeet Nijjhar
Hi Experiencing a frustrating issue with functionality that seemed to work ok earlier. I upload a file from IE6 to the server, and I frequently get 'The page cannot be displayed' immediately appearing in the browser (no response is received). The next time I try the same request, it ends up timing

Re: [us...@httpd] client denied by server configuration, but sometimes works and sometimes not!

2010-05-25 Thread Mario Mol
All right, so what can i do to check it? I found out that this file doesnt exists and there are a plenty of files in website that reffer to a file that doest no exits. So on error.log shows a lot of file not found but sometimes shows a lot of client denied by server configuration, and at this tim

Re: [us...@httpd] virtual host failure on SUSE

2010-05-25 Thread Lester Caine
Eric Covener wrote: Given the number of files SUSE spread it over, that is a little difficult! But I've cracked it ... NameVirtualHost directive was missing Perhaps you added it to one of the files the package manager things should be overlayed during an upgrade, instead of one of the files to

Re: [us...@httpd] Redirecting based on the Country

2010-05-25 Thread Mark Watts
On Tue, 2010-05-25 at 16:40 +0530, Sakthi Esakiappan wrote: > Hello, > > We have 2 sites domain.com & domain.co.uk which has separate data. We > want the UK customers to land only in domain.co.uk and reset of the > people should land in domain.com. Is there any possibility for doing > this Apache

RE: [us...@httpd] Redirecting based on the Country

2010-05-25 Thread Emmanuel Bailleul
> De : Sakthi Esakiappan [mailto:sakthi.esakiap...@mercuryminds.com] > Envoyé : mardi 25 mai 2010 13:10 > À : users@httpd.apache.org > Objet : [us...@httpd] Redirecting based on the Country > > Hello, > > We have 2 sites domain.com & domain.co.uk which has separate data. We want > the UK customer

Re: [us...@httpd] 301 redirect

2010-05-25 Thread Eric Covener
On Tue, May 25, 2010 at 8:28 AM, Matus UHLAR - fantomas wrote: >> On Tue, May 25, 2010 at 8:20 AM, Matus UHLAR - fantomas >> wrote: >> > On 19.05.10 00:02, Piotr Kloc wrote: >> >> Can I set the redirect 301 not in .htaccess but in apache conf ? >> >> I have tried to set this >> >> >> >> RewriteEn

Re: [us...@httpd] Redirecting based on the Country

2010-05-25 Thread Eric Covener
On Tue, May 25, 2010 at 7:10 AM, Sakthi Esakiappan wrote: > Hello, > > We have 2 sites domain.com & domain.co.uk which has separate data. We want > the UK customers to land only in domain.co.uk and reset of the people should > land in domain.com. Is there any possibility for doing this Apache mod

Re: [us...@httpd] 301 redirect

2010-05-25 Thread Matus UHLAR - fantomas
> On Tue, May 25, 2010 at 8:20 AM, Matus UHLAR - fantomas > wrote: > > On 19.05.10 00:02, Piotr Kloc wrote: > >> Can I set the redirect 301 not in .htaccess but in apache conf ? > >> I have tried to set this > >> > >> RewriteEngine on > >> RewriteRule ^webmail/(.*)$ http://somedomain.com/webmail/$

Re: [us...@httpd] client denied by server configuration, but sometimes works and sometimes not!

2010-05-25 Thread Eric Covener
On Tue, May 25, 2010 at 4:33 AM, Tom Evans wrote: > On Tue, May 25, 2010 at 5:54 AM, Mario Mol wrote: >> Well, >> >> i`ve done apt-get update , so its all fresh new. >> >> Could this be related to some of security mods? For example, mod-security, >> qos, psad? >> >> Cheer,s >> > > In order to ser

Re: [us...@httpd] Is /etc/resolve.conf being Used for Apache 2?

2010-05-25 Thread Matus UHLAR - fantomas
Hello, please configure your mailer to wrap lines below 80 characters per line. 72 to 75 is usually OK. Thank you. On 18.05.10 19:05, Wang, Mary Y wrote: > Well.. I'm just trying to make sure that I cover all ends to make sure > that a DNS alias (a CNAME) is working correctly like I expected. I'

Re: [us...@httpd] virtual host failure on SUSE

2010-05-25 Thread Eric Covener
> Given the number of files SUSE spread it over, that is a little difficult! > But I've cracked it ... NameVirtualHost directive was missing Perhaps you added it to one of the files the package manager things should be overlayed during an upgrade, instead of one of the files to be preserved/custom

Re: [us...@httpd] 301 redirect

2010-05-25 Thread Eric Covener
On Tue, May 25, 2010 at 8:20 AM, Matus UHLAR - fantomas wrote: > On 19.05.10 00:02, Piotr Kloc wrote: >> Can I set the redirect 301 not in .htaccess but in apache conf ? >> I have tried to set this >> >> RewriteEngine on >> RewriteRule ^webmail/(.*)$ http://somedomain.com/webmail/$1 [R=301,L] > >>

Re: [us...@httpd] 301 redirect

2010-05-25 Thread Matus UHLAR - fantomas
On 19.05.10 00:02, Piotr Kloc wrote: > Can I set the redirect 301 not in .htaccess but in apache conf ? > I have tried to set this > > RewriteEngine on > RewriteRule ^webmail/(.*)$ http://somedomain.com/webmail/$1 [R=301,L] Redirect permanent /webmail/ http://somedomain.com/webmail/ you even don

Re: [us...@httpd] virtual host failure on SUSE

2010-05-25 Thread Lester Caine
Nilesh Govindarajan wrote: On Tue, May 25, 2010 at 2:47 PM, Lester Caine wrote: Nilesh Govindarajan wrote: On Tue, May 25, 2010 at 3:01 AM, Lester Cainewrote: I've had this problem before and fixed it but can't remember what the fix was :( I've got a couple of virtual sites on an SUSE

Re: [us...@httpd] virtual host failure on SUSE

2010-05-25 Thread Nilesh Govindarajan
On Tue, May 25, 2010 at 2:47 PM, Lester Caine wrote: > Nilesh Govindarajan wrote: >> >> On Tue, May 25, 2010 at 3:01 AM, Lester Caine  wrote: >>> >>> I've had this problem before and fixed it but can't remember what the fix >>> was :( >>> >>> I've got a couple of virtual sites on an SUSE server wh

[us...@httpd] Redirecting based on the Country

2010-05-25 Thread Sakthi Esakiappan
Hello, We have 2 sites domain.com & domain.co.uk which has separate data. We want the UK customers to land only in domain.co.uk and reset of the people should land in domain.com. Is there any possibility for doing this Apache -- With Regards, Sakthi Esakiappan.M Server Administrator MercuryMind

[us...@httpd] mod_proxy_balancer disable-app

2010-05-25 Thread FUNASAKI KENJI
Hi, I have a question. Is it possible for apache proxy balancer to execute "disable-app" ? "disable-app" means that, apache should not create new session for this webapp, but still continue serving existing session on this node. I can set load factor from 1 to 100 in httpd.conf. But I cannot se

Re: [us...@httpd] virtual host failure on SUSE

2010-05-25 Thread Lester Caine
Nilesh Govindarajan wrote: On Tue, May 25, 2010 at 3:01 AM, Lester Caine wrote: I've had this problem before and fixed it but can't remember what the fix was :( I've got a couple of virtual sites on an SUSE server which I've just updated and now what was perfectly functional is not working. fb

Re: [us...@httpd] client denied by server configuration, but sometimes works and sometimes not!

2010-05-25 Thread Tom Evans
On Tue, May 25, 2010 at 5:54 AM, Mario Mol wrote: > Well, > > i`ve done apt-get update , so its all fresh new. > > Could this be related to some of security mods? For example, mod-security, > qos, psad? > > Cheer,s > In order to serve a file, apache must be able to access it. Since your configura