> -Message d'origine-
> De : Octavian Rasnita [mailto:orasn...@gmail.com]
> Envoyé : dimanche 23 mai 2010 18:05
> À : users@httpd.apache.org
> Objet : Re: [us...@httpd] Reverse Proxy and header manipulation
>
> From: "Tomer Okavi"
> > Hi
> > I'm using apache as front end for iis servers.
> -Message d'origine-
> De : Damian Lęcznar [mailto:damian.lecz...@gmail.com]
> Envoyé : lundi 24 mai 2010 01:59
> À : users@httpd.apache.org
> Objet : [us...@httpd] the current queue size and number of clients
>
> Hi,
> Is there a possibility to trace these parameters on the fly(the curr
Hi,
I don't have these data available there
Damian
2010/5/24 Emmanuel Bailleul
>
> > -Message d'origine-
> > De : Damian Lęcznar [mailto:damian.lecz...@gmail.com]
> > Envoyé : lundi 24 mai 2010 01:59
> > À : users@httpd.apache.org
> > Objet : [us...@httpd] the current queue size and nu
Hi All,
I have running various web farms and I'm looking for better solution to
forward all vhost logs to the centralized syslog server. How do you guys
keep vhost logs? I have done googling this kind of setup but there is no
result.
I'm thinking to use logger tool for every httpd services runni
Which version of apache do u use...
On 24 May 2010 07:06, Eric Covener wrote:
> On Sun, May 23, 2010 at 8:01 PM, Dennis J. wrote:
> > Hi,
> > Doesn't work. I added the lines to the virtual host and restartet Apache
> but
> > I can still connect with SSLv2:
> >
> > openssl s_client -ssl2 -connec
Don't get complicated through the various loggers available, simply use
logrotate the default linux application used to rotate the log files in
apache.
On 24 May 2010 14:46, James Corteciano wrote:
> Hi All,
>
> I have running various web farms and I'm looking for better solution to
> forward al
We wanted to use syslog too, but it's very rigid (only 8 localX facility
for custom logs) so we discarded this solution.
We heard of scribe, the logs aggregator Facebook uses; it seems very
flexible, and since FB is using it for his web servers, it's probably
doing its job quite well. Sitll, w
On Mon, May 24, 2010 at 5:01 AM, Damian Lęcznar
wrote:
> Hi,
> I don't have these data available there
netstat?
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See
Hi,
I have configured Apache loadbalancer with tomcat as backend i am getting
503 error in apache logs when accessing tomcat examples context. I have
start with one tomcat behind single apache on same machine
Here is my httpd conf
ServerName abc.com
ProxyRequests Off
Hello list,
Can any one suggest me the signature of flashgot as seen by apache ? I
need that to prevent flashgot from .htaccess. I have already tried by
tail -f /var/log/apache/access.log
but have not found anything which can be used to detect flashgot.
Thanks
--
জয়দীপ বক্সী
---
On 14.05.10 22:51, Reinhard Vicinus wrote:
> is the following behaviour of apache 2.2.15 (debian unstable) a feature
> or a bug?
>
> Listen 10.0.0.1:81
>
> SSLEngine on
> SSLCertificateFile /etc/apache2/conf/aaa.crt
> SSLCertificateKeyFile /etc/apache2/conf/aaa.key
>
> ServerName aaa
>
Hello All,
I'd like your help in the following scenario.
I need to restrict directory browsing for everyone but several ip addresses
to one folder.
I want to allow the several ip addresses to be able to browse the folders.
I want to prohibit the rest of the network from browsing but they should
On 24-May-2010, at 06:44, J. Bakshi wrote:
>
> Hello list,
>
> Can any one suggest me the signature of flashgot as seen by apache ?
Does flashgot show up in your server logs? I don't think so.
> I need that to prevent flashgot from .htaccess.
Good luck with that.
Why would you think this was
Is the request actually reaching the Tomcat server? When using a proxy the
error from the end point server will also appear in Apache logs as if Apache
is misconfigured when in reality the 503 may be coming from Tomcat because
of a misconfiguration there.
Check both logs and see if the request is
Post a question and let the community help.
Kevin
http://kevincastellow.workintel.com
On Fri, May 21, 2010 at 7:03 AM, Chris Johnson
wrote:
> Hi.
>
> I really need to talk to someone offline who has multi domain
> certificates and
> named virtual hosts configured, up and running please.
Sent on behalf of the Travel Assistance Committee:
The Travel Assistance Committee is now taking in applications for those
wanting to attend ApacheCon North America (NA) 2010, which is taking place
between the 1st and 5th November in Atlanta.
The Travel Assistance Committee is looking for people
Should i open a bug ticket on apache.org ?
On 23 May 2010 21:28, Mario Mol wrote:
> Hy Igor,
>
> thanks for your attention.
>
> Is this code above enough?
>
>
>
> Options FollowSymLinks
> Order Allow,Deny
> Allow from all
>
>
>
>
> ServerName www.gemt.com.br
>
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. fbwiki.lsces.co.uk was showing
it's own site, but is just displaying the base lsces
The Order statement...try that with Allow and Deny commands for the
directory
Sent from my phone
On May 25, 2010 12:12 AM, "Bertalan Voros"
wrote:
Hello All,
I'd like your help in the following scenario.
I need to restrict directory browsing for everyone but several ip addresses
to one folder
Have you configured the tomcat engine with route=public1 ? I think you
should put something like jvmRoute="public1" in the server.xml file
Igor
On Tue, May 25, 2010 at 1:08 AM, Kevin Castellow wrote:
> Is the request actually reaching the Tomcat server? When using a proxy the
> error from the e
On 05/24/2010 08:24 PM, LuKreme wrote:
> On 24-May-2010, at 06:44, J. Bakshi wrote:
>
>> Hello list,
>>
>> Can any one suggest me the signature of flashgot as seen by apache ?
>>
> Does flashgot show up in your server logs? I don't think so.
>
No, Not at all
>
>> I need that to prev
On Tue, May 25, 2010 at 2:08 AM, Mario Mol wrote:
> Should i open a bug ticket on apache.org ?
>
> On 23 May 2010 21:28, Mario Mol wrote:
>>
>> Hy Igor,
>>
>> thanks for your attention.
>>
>> Is this code above enough?
>>
>>
>> Options FollowSymLinks
>> Order Allow,Deny
>>
On Tue, May 25, 2010 at 8:06 AM, J. Bakshi wrote:
> On 05/24/2010 08:24 PM, LuKreme wrote:
>> On 24-May-2010, at 06:44, J. Bakshi wrote:
>>
>>> Hello list,
>>>
>>> Can any one suggest me the signature of flashgot as seen by apache ?
>>>
>> Does flashgot show up in your server logs? I don't think s
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
On 25 May 2010 01:45, Nilesh Govindarajan wrote:
> On Tue, May 25, 2010 at 2:08 AM, Mario Mol wrote:
> > Should i open a bug ticket on apache.o
On Mon, May 24, 2010 at 7:42 PM, Bertalan Voros
wrote:
> Hello All,
>
> I'd like your help in the following scenario.
>
> I need to restrict directory browsing for everyone but several ip addresses
> to one folder.
>
> I want to allow the several ip addresses to be able to browse the folders.
>
>
On Tue, May 25, 2010 at 10:24 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
>
> On 25 May 2010 01:45, Nilesh Govindarajan wrote:
>>
>> On Tue, May 25, 2010 a
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. fbwiki.lsces.co.uk was
Yes i have configured the tomcat engine with jvmRoute in server.xml of
tomcat
On Tue, May 25, 2010 at 5:26 AM, Igor Cicimov wrote:
> Have you configured the tomcat engine with route=public1 ? I think you
> should put something like jvmRoute="public1" in the server.xml file
>
> Igor
>
>
> On Tue,
Request is not reaching tomcat as nothing comes in tomcat logs. only 503
error in Apache logs
On Mon, May 24, 2010 at 8:08 PM, Kevin Castellow wrote:
> Is the request actually reaching the Tomcat server? When using a proxy the
> error from the end point server will also appear in Apache logs as
I have checked 503 error comes in apache access logs while apache error logs
show below error.
[Tue May 25 05:06:02 2010] [error] (70007)The timeout specified has expired:
proxy: AJP: attempt to connect to 10.10.1.130:8009 (77.66.1.130) failed
[Tue May 25 05:06:02 2010] [error] ap_proxy_connect_ba
On Tue, May 25, 2010 at 07:53, Nasir Zia wrote:
> I have checked 503 error comes in apache access logs while apache error logs
> show below error.
>
> [Tue May 25 05:06:02 2010] [error] (70007)The timeout specified has expired:
> proxy: AJP: attempt to connect to 10.10.1.130:8009 (77.66.1.130) fai
31 matches
Mail list logo