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:
>
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)
|
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
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
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
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
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
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..
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
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
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
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
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
> 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
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
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
> 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/$
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
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'
> 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
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]
>
>>
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
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
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
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
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
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
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
28 matches
Mail list logo