Re: [EMAIL PROTECTED] hardware for proxy

2008-09-09 Thread Evert Lammerts
Why would you start out with implementing a single point of failure? On Tue, Sep 9, 2008 at 10:19 AM, Alexandru David Constantinescu <[EMAIL PROTECTED]> wrote: > Hello to all > > I plan to implement a proxy server for apache. The idea is to act like a > firewall, proxy , load balancer and cache. I

Re: [us...@httpd] Forbidden error

2008-08-19 Thread Evert Lammerts
Your User's called 'nobody' do a >> chown nobody /path/to/document/root obviously, replacing /path/to/document/root with the actual path to your document root. On Tue, Aug 19, 2008 at 3:17 PM, Ch Praveena <[EMAIL PROTECTED]> wrote: > > I am attaching my httpd.conf file. Please check with this..

Re: [EMAIL PROTECTED] Forbidden error

2008-08-19 Thread Evert Lammerts
ache's User is. Evert On Tue, Aug 19, 2008 at 2:58 PM, Ch Praveena <[EMAIL PROTECTED]> wrote: > Ok.. But please confirm me what exactly do I need to give the command > meaning "/path/to/document/root"? > > Is it something like the PREFIX path? or anything else.. &

Re: [EMAIL PROTECTED] Forbidden error

2008-08-19 Thread Evert Lammerts
data': invalid user > > NOTE: I ve not given the default PREFIX path while configuring the httpd > home directory. > > > > 2008/8/19 Evert Lammerts <[EMAIL PROTECTED]> >> >> > 1. I have started linux from the ROOT user. >> >> It doesn't

Re: [EMAIL PROTECTED] Forbidden error

2008-08-19 Thread Evert Lammerts
Sorry, instead of www-user it should be www-data. So, try: >> chown www-data /path/to/document/root On Tue, Aug 19, 2008 at 2:35 PM, Evert Lammerts <[EMAIL PROTECTED]> wrote: >> 1. I have started linux from the ROOT user. > > It doesn't matter which user yo

Re: [EMAIL PROTECTED] Forbidden error

2008-08-19 Thread Evert Lammerts
> 1. I have started linux from the ROOT user. It doesn't matter which user you've started apache with. The permissions apache works with are by default set to 'www-user' (in apache2.conf), meaning that www-user needs to have access to your document root folder. Check which folder is your document

Re: [EMAIL PROTECTED] PHP/MySQL and COUNT() problem

2008-04-26 Thread Evert Lammerts
I've forwarded this msg to the php-db list ([EMAIL PROTECTED]). Try to subscribe to it. The mysql extension for php is only an interface between php and mysql - the parsing of queries is done within mysql itself. So if your query works through CLI it will also work from within php. Try to var_

[EMAIL PROTECTED] Re: apache process locks at 100% cpu usage

2008-03-19 Thread Evert Lammerts
benchmarks time out and the server is left with a process list filled with apache2 processes that need to be killed with killall. It does seem to be a concurrency problem but I can't figure out where it comes from. Any help would be great! Evert Evert Lammerts wrote: Hi all, On a php driven we

[EMAIL PROTECTED] apache process locks at 100% cpu usage

2008-03-19 Thread Evert Lammerts
Hi all, On a php driven webpage we do 2 asynchronous requests with an xmlhttprequest immediately after the page loads. The first request returns without a problem, the second never returns and leaves the server (ubuntu dapper drake with apache 2.2.4) with an apache process using (according to