Re: [EMAIL PROTECTED] Analyzing access and error logs

2007-12-09 Thread Christian Folini
On Fri, Dec 07, 2007 at 09:13:40AM -0800, Dragon wrote: > Put the following terms into Google and you will come up with several > alternatives at the top of the first page: > > "apache httpd log analysis open source free software" The 2nd page lists http://en.wikipedia.org/wiki/Web_log_analy

[EMAIL PROTECTED] Please help - confused about reverse proxy

2007-12-09 Thread Phil Wild
Hi apache users, I am trying to setup a reverse proxy. I have followed a few of the guides and it has worked a charm but now I am trying to dom something a little different. I have an apache2 website with all the right modules loaded for reverse proxying called running on makebelieve site receive

Re: [EMAIL PROTECTED] 'Deny from' implications

2007-12-09 Thread Christian Folini
On Sat, Dec 08, 2007 at 10:25:06AM -0800, Charles Michener wrote: > I have a 'not too bright' router that does not allow me to block naughty IP's > from my Apache 2.2 server so I am successfully blocking them from Apache > using the 'Deny from' directive. > > What performance load do I get as I

[EMAIL PROTECTED] How to process SSI commands after mod_cache?

2007-12-09 Thread Marko Asplund
I'm using Apache 2.2 as caching reverse proxy for a Java application running in Tomcat. Apache talks to Tomcat using AJP and mod_cache is configured to cache static and dynamic content generated by the application. I'd like to be able to cache dynamic pages that include SSI commands in a way t

Re: [EMAIL PROTECTED] access.log problem

2007-12-09 Thread Staf Wagemakers
On Dec 10, 2007 12:04 AM, Steve Reilly <[EMAIL PROTECTED]> wrote: > > I admit through fault of my own, the apache2 access logs were deleted. > My question is this, are these logs automagically regenerated on their > own when apache2 is restarted?, and if they are, what can I do if they > have not

RE: [EMAIL PROTECTED] Reverse proxy cache control problems

2007-12-09 Thread Axel-Stephane SMORGRAV
You are exactly right. However, the real question is: why does the request contain that max-age directive? Returning a s-max-age should not prevent the cache from revalidating the response with the origin server. To get the best performance you want to 1. avoid having the browser revalidating

[EMAIL PROTECTED] Hi

2007-12-09 Thread Lahiru Gunathilake
Hello folks, I'm running Apache Axis2c with Apache httpd.I want to find out bottlenecks of Axis2c when i run large number of request and when i sen.I want to test through httpd.Is there any tool to test it.I tried to use bixdata but it's bit of confusing since it has some more two other tools call

Re: [EMAIL PROTECTED] Redirecting paths with extra slashes

2007-12-09 Thread Christian Lerrahn
On Sun, 9 Dec 2007 11:06:31 -0500 "Eric Covener" <[EMAIL PROTECTED]> wrote: > On Dec 9, 2007 1:09 AM, Christian Lerrahn <[EMAIL PROTECTED]> wrote: > > > RewriteRule (.*/)/+(.*) $1$2 [R=permanent,L] > > > > fixes almost all of my problems. The only problem that remains is > > that the pattern does

Re: [EMAIL PROTECTED] Using ProxyPass exclude with directory containing .htaccess

2007-12-09 Thread Paul
Vincent Bray wrote: On 10/12/2007, Paul <[EMAIL PROTECTED]> wrote: Thanks again, I've removed the limit directive, but still can't get the protection working. (don't worry, the .htpasswd file isn't in the document root - I just made a typo when removing the real directories for posting - well

Re: [EMAIL PROTECTED] Using ProxyPass exclude with directory containing .htaccess

2007-12-09 Thread Vincent Bray
On 10/12/2007, Paul <[EMAIL PROTECTED]> wrote: > Thanks again, I've removed the limit directive, but still can't get the > protection working. > (don't worry, the .htpasswd file isn't in the document root - I just > made a typo when removing the real directories for posting - well > spotted though!

Re: [EMAIL PROTECTED] Using ProxyPass exclude with directory containing .htaccess

2007-12-09 Thread Paul
Vincent Bray wrote: On 10/12/2007, Paul <[EMAIL PROTECTED]> wrote: Thanks, I have tried using but I haven't got it to prompt for a username and password yet. I just copied the contents of .htaccess: AuthType Basic AuthName 'Members Only' AuthUserFile /var/www/mysite/.htpasswd require vali

Re: [EMAIL PROTECTED] Using ProxyPass exclude with directory containing .htaccess

2007-12-09 Thread Vincent Bray
On 10/12/2007, Paul <[EMAIL PROTECTED]> wrote: > Thanks, I have tried using but I haven't got it to prompt > for a username and password yet. I just copied the contents of .htaccess: > > > AuthType Basic > AuthName 'Members Only' > AuthUserFile /var/www/mysite/.htpasswd > > require valid-user >

Re: [EMAIL PROTECTED] Using ProxyPass exclude with directory containing .htaccess

2007-12-09 Thread Paul
Vincent Bray wrote: On 10/12/2007, Paul <[EMAIL PROTECTED]> wrote: I've successfully been using ProxyPass to serve my application. I've excluded the 'common' directory using ProxyPass /common/ ! However, if I put an .htaccess file in that common directory, it no longer excludes it from the

Re: [EMAIL PROTECTED] Using ProxyPass exclude with directory containing .htaccess

2007-12-09 Thread Vincent Bray
On 10/12/2007, Paul <[EMAIL PROTECTED]> wrote: > I've successfully been using ProxyPass to serve my application. I've > excluded the 'common' directory using > > ProxyPass /common/ ! > > However, if I put an .htaccess file in that common directory, it no > longer excludes it from the proxy pass - t

[EMAIL PROTECTED] Using ProxyPass exclude with directory containing .htaccess

2007-12-09 Thread Paul
I've successfully been using ProxyPass to serve my application. I've excluded the 'common' directory using ProxyPass /common/ ! However, if I put an .htaccess file in that common directory, it no longer excludes it from the proxy pass - the request is sent to my application where it gets a 40

[EMAIL PROTECTED] access.log problem

2007-12-09 Thread Steve Reilly
good evening, I admit through fault of my own, the apache2 access logs were deleted. My question is this, are these logs automagically regenerated on their own when apache2 is restarted?, and if they are, what can I do if they have not been regenerated by numerous apache2 restarts, and also

[EMAIL PROTECTED] Compiling Apache with mod_ssl on Mac OS 10.5

2007-12-09 Thread Jacob Weber
Hello. I'm having trouble compiling Apache with mod_ssl, on an MacBook Pro running Mac OS 10.5.1. I'm trying to build the following programs (rather than using the ones that come with the OS): openssl-0.9.8g mm-1.4.1 mod_ssl-2.8.30-1.3.39 apache_1.3.39 Everythi

Re: [EMAIL PROTECTED] Reverse proxy cache control problems

2007-12-09 Thread Marko Asplund
After reading a bit more on what RFC 2616 says about Cache-control I figured out it was apparently the Cache-Control: max-age=0 header the browser was sending that made mod_cache not use the cached copy even though the server was returning Cache-Control: max-age=3600 After switching the lin

Re: [EMAIL PROTECTED] Apache does not start.

2007-12-09 Thread Sander Temme
On Dec 9, 2007, at 6:04 AM, Erik Kullberg wrote: The installation (as autostart) of Apache 1.3.33 (same as before) went OK. I use the same httpd.conf as before (worked ok the last four years). It is run with PHP, which also is mounted exactly the same way as before and with the same php.ini

RE: [EMAIL PROTECTED] mod_proxy_html (Expecially for Nick Kew) (SOLVED)

2007-12-09 Thread Rocco Scappatura
>> >Is there any way to solve this problem? >> >> >> >> >> Have you tried adding these? >> >> ProxyHTMLEvents onclick ondblclick onmousedown onmouseup \ >> onmouseover onmousemove onmouseout >> onkeypress \ >> onkeydown onkeyup onfocus onbl

Re: [EMAIL PROTECTED] Redirecting paths with extra slashes

2007-12-09 Thread Eric Covener
On Dec 9, 2007 1:09 AM, Christian Lerrahn <[EMAIL PROTECTED]> wrote: > RewriteRule (.*/)/+(.*) $1$2 [R=permanent,L] > > fixes almost all of my problems. The only problem that remains is that > the pattern doesn't match at the beginning of the path. Works for me in perl and httpd. Try RewriteLog

Re: [EMAIL PROTECTED] Reverse proxy all but something (SOLVED)

2007-12-09 Thread Rocco Scappatura
> Now I have the problem of avoiding proxing for the URLs of , thta awstats uses: > > ProxyPass /cgi-bin/awstats.pl ! > ProxyPass /awstatsclasses/ ! > ProxyPass /awstatscss/ ! > ProxyPass /awstatsicons/ ! > > Unluckly, this not work. The key is how to tell Apache that all

[EMAIL PROTECTED] Apache does not start.

2007-12-09 Thread Erik Kullberg
I am moving into a new PC with W Vista, from a worn out one with W XP. The installation (as autostart) of Apache 1.3.33 (same as before) went OK. I use the same httpd.conf as before (worked ok the last four years). It is run with PHP, which also is mounted exactly the same way as before and with

Re: [EMAIL PROTECTED] Reverse proxy all but something

2007-12-09 Thread Rocco Scappatura
> On Dec 8, 2007 5:16 PM, Eric Covener <[EMAIL PROTECTED]> wrote: >> On Dec 8, 2007 3:22 PM, Rocco Scappatura <[EMAIL PROTECTED]> >> wrote: >> >> > ProxyRequests off > > Whoops, snipped the wrong line. Thanks Eric, I just forgot what I read previous about the directive ProxyPass. Sorry