[users@httpd] access_log file just has the word full in it

2013-09-02 Thread Paul
Hi, I am running Server version: Apache/2.2.15 (Unix) Server built: Feb 14 2012 09:47:14 Scientific Linux release 6.3 (Carbon) Disks not full Filesystem 1K-blocks Used Available Use% Mounted on /dev/xvda110320184 4348564 5447384 45% / tmpfs

[users@httpd] server-status page: meaning of W in multitier architecture

2013-09-02 Thread Massimiliano De Ruosi
Hello, I'm using Apache (2.2.16-6) as a frontend in a multitier stack: Apache contacts load balancer (on port:9000) using a proxy directive: RewriteRule ^/(.*) http://localhost:9000/(backend foo)/$1 [P] I'm using numbers 1-6 to distinct different times in request/response life: Client --1-

Re: [users@httpd] server-status page: meaning of W in multitier architecture

2013-09-02 Thread Eric Covener
Looking at server-status page, I cant understand the scope of scoreboard key: W (Sending Reply): it refers only to sending reply to client (6), or the entire process of contacting backend, waiting for response, and sending it to client (2+3+4+5+6), or maybe other? It's counterintuitive, but W

[users@httpd] Apache log just has the word full in it

2013-09-02 Thread Paul
Sorry if this is a repeat, it is just I am not sure if my last post arrived. We are running Server version: Apache/2.2.15 (Unix) Server built: Feb 14 2012 09:47:14 on Scientific Linux release 6.3 (Carbon) The issue is that the apache server just logs full to the access_log file. Nothing

Re: [users@httpd] access_log file just has the word full in it

2013-09-02 Thread Jeff Trawick
On Mon, Sep 2, 2013 at 4:18 AM, Paul descaling...@gmail.com wrote: Hi, I am running Server version: Apache/2.2.15 (Unix) Server built: Feb 14 2012 09:47:14 Scientific Linux release 6.3 (Carbon) Disks not full Filesystem 1K-blocks Used Available Use% Mounted on

Re: [users@httpd] access_log file just has the word full in it

2013-09-02 Thread Paul
thanks Jeff, someone had put a log directive in a conf file when they were migrating . Was doing my head in . thanks again On 09/02/2013 02:04 PM, Jeff Trawick wrote: On Mon, Sep 2, 2013 at 4:18 AM, Paul descaling...@gmail.com mailto:descaling...@gmail.com wrote: Hi, I am running

[users@httpd] AllowOverride All but AuthConfig

2013-09-02 Thread Mihamina Rakotomandimby
Hi all At VirtualHost level, I would like to AllowOverride All but AuthConfig for /var/www/html. That is in order to force Auth on this server but allow all other directives in all .htaccess under /var/www/html and subdirectories. When documenting, I see that the list of Directives is

[users@httpd] Pool of connections

2013-09-02 Thread Naira Kaieski
Hi, I have some doubts about pool of connections with my application developed in PHP. I want optimize the use of resources and database connections has a high computacional cost. So the ideia is keep a pool of open connections with database. I'm using Apache webserver, language PHP and

Re: [users@httpd] Rate limiting

2013-09-02 Thread John Doe
From: Akash Jain akash.delh...@gmail.com How can i rate limit no. Of requests per ip for a particular url to prevent DoS? https://www.google.fr/search?q=apache+rate+limit+per+ip if only it was that easy... DoS attacks use thousands of IPs. JD

[users@httpd] apache reverse proxy

2013-09-02 Thread Panzeri Alessandro
I have a reverse proxy machine and a web server machine. The FQDN of the web server machine is fr.example.com. What I need is to configure the reverse proxy such that every request on port 80 to the folder /am is proxied to http://fr.example.comhttp://fr.example.com/:8080/am. So far I've added

Re: [users@httpd] Pool of connections

2013-09-02 Thread Nick Kew
On Mon, 2013-09-02 at 09:31 -0300, Naira Kaieski wrote: So the ideia is keep a pool of open connections with database. That's what mod_dbd does for you. But using a connection pool with PHP throws you straight into PHP-vs-threading issues. Is your application thread-safe? -- Nick Kew

Re: [users@httpd] Rate limiting

2013-09-02 Thread Tom Evans
On Mon, Sep 2, 2013 at 2:17 PM, John Doe jd...@yahoo.com wrote: From: Akash Jain akash.delh...@gmail.com How can i rate limit no. Of requests per ip for a particular url to prevent DoS? https://www.google.fr/search?q=apache+rate+limit+per+ip if only it was that easy... DoS attacks use

Re: [users@httpd] Rate limiting

2013-09-02 Thread Mihamina Rakotomandimby
On 2013-09-02 13:36, Akash Jain wrote: How can i rate limit no. Of requests per ip for a particular url to prevent DoS? I would recommend managing it at network level, with iptables for example. -- RMA.

RE: [users@httpd] Rate limiting

2013-09-02 Thread Geoff Millikan
Since this is a common request I'd love to see someone put together a best practices, solutions and examples post for the community. I would recommend managing it at network level, with iptables for example Agreed, and while it's off topic for this list take a look at iptables hashlimit.

Re: [users@httpd] Queries regarding the feasibility of achieving a use-case with HTTPD

2013-09-02 Thread Pete Houston
I take that sentence to be referring to the relationship between the client IP address and the session and to have no connection with the session duration. You as the developer can set the cookie in any way you require. All the best, Pete -- Openstrike - improving business through open source