Re: [us...@httpd] How to configure Apache 2.2.8 to act as reverse proxy?

2009-10-14 Thread Ted Byers
Yes, that is what I was looking for, but there is a problem in that it is not distributed with either IndigoPerl or any of the other Windows binary distributions (somewhat older) I use. I have three different binary distributions of Apache 2 (one as old as 2.0, and others as recent as 2.2.8), and

Re: [us...@httpd] Reverse proxy

2009-10-14 Thread Devraj Mukherjee
I am not familiar with Oracle app servers but I am guessing they are Tomcat based? If they are then you might want to look at mod_proxy_ajp as well. On Fri, Oct 9, 2009 at 6:59 PM, isha b wrote: > Hi all > > I have a Oracle Web application which is running in backend server as > http://oracleweb

Re: [us...@httpd] virtualhost doubt

2009-10-14 Thread Devraj Mukherjee
Hi Andre, I believe this would be easier handled at the application server / application level than trying to get Apache to direct error logs based on URLs. Unless of course you can create two VirualHost entries in which case you can redirect the logs to different locations. On Tue, Oct 13, 2009

Re: [us...@httpd] Authorisation using LDAP

2009-10-14 Thread Devraj Mukherjee
Hi Stephen, What you describe can be handled by http://httpd.apache.org/docs/2.0/mod/mod_auth_ldap.html and a combination of Location tags if you want your authentication to be fine grained. On Wed, Oct 14, 2009 at 3:49 AM, Foster, Stephen (ASPIRE) wrote: > > > > > Hi there, > > I’m wanting to

Re: [us...@httpd] How to configure Apache 2.2.8 to act as reverse proxy?

2009-10-14 Thread Devraj Mukherjee
Hi Ted, You might be looking for mod_proxy_html http://apache.webthing.com/mod_proxy_html/ See if that helps. On Thu, Oct 15, 2009 at 8:28 AM, Ted Byers wrote: > > This ought to be a FAQ, but I haven't found it yet. > > Please be patient with my as I am out of my element (I develop software, an

[us...@httpd] How to configure Apache 2.2.8 to act as reverse proxy?

2009-10-14 Thread Ted Byers
This ought to be a FAQ, but I haven't found it yet. Please be patient with my as I am out of my element (I develop software, and I don't normally administer servers of any sort). I need a simple set up so I can write and test code that handles the VIA HTTP header. If I've understood the documen

Re: [us...@httpd] Restarting Individual Sites

2009-10-14 Thread Jonathan Zuckerman
On Wed, Oct 14, 2009 at 11:47 AM, Chance Ervin wrote: > d on the Apache service. > > > > It seems that an edit to the config file with a graceful restart of Apache > may do the trick but that introduces risk that a mistake was made in the > file and only found after trying to restart. Any help bei

Re: [us...@httpd] Restarting Individual Sites

2009-10-14 Thread Frank Gingras
Chance, You can issue a simple apachectl graceful, and the new site will be visible. Chance Ervin wrote: Server version: Apache/2.2.13 (Unix) After looking through related apache forums, I am unable to find whether it is possible just to reload a individual site through Apache without rest

Re: [us...@httpd] apache-fcgi-mono-sql arrangement stalls under load

2009-10-14 Thread J. Greenlees
Jason James wrote: Hi, I have the following arrangement: Apache 2.2.8 Fcgi 2.3.4 mono 2.4.2.3 with a mysql database (v 5.0) at the back. Does anyone have any ideas why we are experiencing this stalling with fcgi/mono please? I personally suspect that it is because the .NET framework is b

[us...@httpd] Restarting Individual Sites

2009-10-14 Thread Chance Ervin
Server version: Apache/2.2.13 (Unix) After looking through related apache forums, I am unable to find whether it is possible just to reload a individual site through Apache without restarting the entire Apache process. Basically, I am looking for a way to be able to stop/start/restart a site in

Re: [us...@httpd] Apache config assessment

2009-10-14 Thread J. Greenlees
Andre Rodrigues wrote: Hi, I´ve made an apache lab config using ssl, jkmount and other stuffs. But, I have some doubts: 1- How can I improve my config? we cannot answer that without seeing the config 2- Is there anything missing? see above 3- Can I do the same with less config lines?

[us...@httpd] Apache config assessment

2009-10-14 Thread Andre Rodrigues
Hi, I´ve made an apache lab config using ssl, jkmount and other stuffs. But, I have some doubts: 1- How can I improve my config? 2- Is there anything missing? 3- Can I do the same with less config lines? Finally, is there a way to make a config assessment? Thanks, André _

[us...@httpd] apache-fcgi-mono-sql arrangement stalls under load

2009-10-14 Thread Jason James
Hi, I have the following arrangement: Apache 2.2.8 Fcgi 2.3.4 mono 2.4.2.3 with a mysql database (v 5.0) at the back. All works fine. However I throw a load tester (OpenSTA: 5 virtual users + 1000 iterations) at the front web page which has no SQL calls in it but is created through ASP.NET and t

Re: [us...@httpd] Apache 2.0.x fix for security vulnerability CVE-2008-2364

2009-10-14 Thread Eric Covener
On Wed, Oct 14, 2009 at 12:11 PM, Ryan Watkins wrote: > I see a fix for security vulnerability CVE-2008-2364 > (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2364) has been > released for Apache 2.2.x.  Has there been an Apache 2.0.x fix released? http://www.apache.org/dist/httpd/patches

[us...@httpd] Apache 2.0.x fix for security vulnerability CVE-2008-2364

2009-10-14 Thread Ryan Watkins
I see a fix for security vulnerability CVE-2008-2364 ( http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2364) has been released for Apache 2.2.x. Has there been an Apache 2.0.x fix released?

Re: [us...@httpd] Filter by group attribute using mod authnz_ldap

2009-10-14 Thread Mxrgus Pxrt
Marc Patermann wrote: Hi, Mxrgus Pxrt schrieb: Would it be possible to filter users not only by user attributes or groups but also by attributes of group using authnz_ldap? Example: Users: cn: First Last, ou: people, dc: lol cn: Second Last, ou: pople, dc: lol Groups: cn: lord, ou: group,

[us...@httpd] Filter by group attribute using mod authnz_ldap

2009-10-14 Thread Mxrgus Pxrt
Hi, Would it be possible to filter users not only by user attributes or groups but also by attributes of group using authnz_ldap? Example: Users: cn: First Last, ou: people, dc: lol cn: Second Last, ou: pople, dc: lol Groups: cn: lord, ou: group, dc: lol member: First Last attribute111: yes

[us...@httpd] mod_proxy_ajp on Apache 2.0.52

2009-10-14 Thread Dimitris Mouchritsas
Hi all, just a quick question. Can we compile mod_proxy_ajp for Apache 2.0.52 or we need to install Apache 2.1 or later for this to work? Thanks - The official User-To-User support forum of the Apache HTTP Server Project. See

[us...@httpd] ProxyPass, RedirectMatch and double slashes

2009-10-14 Thread Mark Watts
I've got a pair of Apache 2.2.13 boxes. One is acting as a load balancer (mod_proxy_balancer), proxying requests to the back-end server. Eventually a second back-end server will be commissioned. On the proxy I have the following config: BalancerMember http://sweb01 loadfactor=1

[us...@httpd] Setting an limit for maximum request but dont throw away additional request

2009-10-14 Thread Andreas Rehmer
Hi list, sometimes my website goes down in case of to many request. I now like to implement somthing like an request restriction. The Webserver have an maximum amount of request that they have to handel after this limit is reached the webserver schould accept a new request but hold it in a que

Re: [us...@httpd] .htaccess files not working from internet? intranetaccessfine

2009-10-14 Thread Kaya Saman
matt farey wrote: Sorry this blasted blackberry misses letters! (And top posts!) Sent from my BlackBerry® wireless device That's cool :-) my next step is to learn how to synch Blackberry's with colab systems such as Zimbra and Scalix. it's nice being an enthusiastic student! - althou

Re: [us...@httpd] .htaccess files not working from internet? intranetaccessfine

2009-10-14 Thread matt farey
Sorry this blasted blackberry misses letters! (And top posts!) Sent from my BlackBerry® wireless device -Original Message- From: Kaya Saman Date: Wed, 14 Oct 2009 13:10:11 To: Subject: Re: [us...@httpd] .htaccess files not working from internet? intranetaccessfine Firefox plugin i

Re: [us...@httpd] .htaccess files not working from internet? intranetaccessfine

2009-10-14 Thread matt farey
What should happen, is that Firefox requests URL Goes via squid, Squid sends on firefoxes request headers Apache backend sends "must authenticate" headers These must be picked u by squid and reversed out to firefox, if this is happening, you will see the firefox basic authentication pop-up. Once

Re: [us...@httpd] .htaccess files not working from internet? intranetaccessfine

2009-10-14 Thread Kaya Saman
Firefox plugin is giving me quite an interesting readout and I think I've located the issue which is what Matt Farey has been saying all along about the Squid forwarding of HTTP Auth Basic Headers: I get WWW-Authenticate: Basic realm="Restricted Files" message which I'm pretty sure is this par

Re: [us...@httpd] .htaccess files not working from internet? intranetaccessfine

2009-10-14 Thread matt farey
Curl is not showing the response headers, Is it -X or -H (or neither - I forget!) If you have access to windows, you can use fiddlertool proxy, damn hot debugging proxy. But at least you can see that squid does not understand how to supply the credentials from the html! Matt Sent from my Blac

Re: [us...@httpd] .htaccess files not working from internet? intranetaccessfine

2009-10-14 Thread Kaya Saman
Hi guys, this is output from curl: [code] r...@hp-compaq-2230s:~# curl http://zeta-ray.optiplex-networks.com/munin/ 401 Authorization Required Authorization Required This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentia