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
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..
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..
&
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
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
> 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
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_
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
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