Re: [us...@httpd] Apache getting stuck with all workers in a BUSY_READ state

2010-06-16 Thread The Gaijin
On 06/16/2010 05:33 AM, David Fallon wrote: Thanks for the suggestion, but unfortunately I've tried that - truss in this case is attaching post whatever it's blocking on (so I just see it sleeping), and I haven't yet waited out the problem to see what happens when/if whatever's blocking times

Re: [us...@httpd] Best Practices for mod_perl, mod_python, and mod_php

2010-04-11 Thread The Gaijin
On 04/03/2010 12:59 AM, Nick Kew wrote: On 2 Apr 2010, at 22:29, The Gaijin wrote: Why would you expect to find anything specific? Past experience (and the ESR article the sign-up page points to) suggest that in most cases, someone else has already encountered an issue, or done what you're

[us...@httpd] Best Practices for mod_perl, mod_python, and mod_php

2010-04-02 Thread The Gaijin
Hello - I've inherited a system from our development group, and I've been attempting to find information on recommended best practices for running mixed mod_perl, mod_python and mod_php simultaneously on Apache HTTPd using mod_prefork. Unfortunately, my Google-fu hasn't produced much in the

Re: [EMAIL PROTECTED] Apache 2.2 security concern

2007-05-12 Thread The Gaijin
Sam Lavitt [EMAIL PROTECTED] wrote: I am wondernig if apache 2.2 has a means to prevent a user with a site hosted on the server, from accessing another users files. Sam - This might be a possible solution: http://www.telana.com/peruser.php I haven't used it, and the author doesn't

Re: [EMAIL PROTECTED] simple redirect

2007-05-10 Thread The Gaijin
On Wed, 2007-05-09 at 18:44 -0700, Dave Henderson wrote: I looked in the logs for any indication as to why it would be failing, but the last write to the access and error logs were several hours ago. Not sure why it isn't updating. Here is the complete vhost config (post change): [snip]

Re: [EMAIL PROTECTED] simple redirect

2007-05-09 Thread The Gaijin
Dave Henderson wrote: Gang, I am pulling my hair out over this. I am trying to redirect the browser so if a user were to type in something like: www.domain.com/fun it would redirect to www.domain.com/games/default.html. I have tried Alias's, redirect and RedirectMatch statements with

Re: [EMAIL PROTECTED] simple redirect

2007-05-09 Thread The Gaijin
Joshua Slive wrote: On 5/9/07, The Gaijin [EMAIL PROTECTED] wrote: Dave Henderson wrote: Gang, I am pulling my hair out over this. I am trying to redirect the browser so if a user were to type in something like: www.domain.com/fun it would redirect to www.domain.com/games

Re: [EMAIL PROTECTED] single webpage redirect

2007-05-05 Thread The Gaijin
On Sat, 2007-05-05 at 14:52 -0700, Dave Henderson wrote: Gang, I am trying to perform a redirect to another server when accessing a single webpage. Currently there are two sites connected over a WAN that both have Apache running to serve content. However, just one of these locations

[EMAIL PROTECTED] URL Rewriting and DAV with Digest Authentication

2007-05-04 Thread The Gaijin
Hello - I've been experimenting with using DAV and per-user directories as a replacement for FTP, with some success. The configuration below (minus the rewrite rules) works as expected - authenticated users can access their home directories using DAV with the URL