[users@httpd] RewriteCond to compare file sizes

2015-11-23 Thread mohammad aghanabi
Hello 4 years ago a user offered [ https://bz.apache.org/bugzilla/show_bug.cgi?id=43845] a modification to mod_rewrite.c which would made it usable to compare file sizes within RewriteCond CondPattern. and someone commented on it "trunk has support for complex expressions in RewriteCond which als

Re: [users@httpd] mpm-event, ServerLimit and ThreadsPerChild on multicore systems

2015-11-23 Thread Abby Normal
On 20.11.2015 17:20, Eric Covener wrote: On Wed, Nov 18, 2015 at 3:45 PM, Abby Normal wrote: I ask this simple question because I could not find the relation to cpu cores and threads of CPU. If ServerLimit is for child processes than I do not see the point raising it above 8 because I have one

Re: [users@httpd] RewriteCond to compare file sizes

2015-11-23 Thread Yehuda Katz
I have never used it, but according to the documentation it is available in 2.4. RewriteCond supports expr [1], and expr has a function for filesize [2]. [1] http://httpd.apache.org/docs/2.4/mod/mod_rewrite.html#rewritecond [2] http://httpd.apache.org/docs/2.4/expr.html#functions - Y Sent from

Re: [users@httpd] Fwd: Server Problem

2015-11-23 Thread Curtis Maurand
Make sure php is enabled on the server. It sounds like it is not. On 11/21/2015 10:37 PM, KARANDEEP SINGH DHALIWAL wrote: -- Forwarded message -- From: *KARANDEEP SINGH DHALIWAL* > Date: Sat, Nov 21, 2015 at 8:17 PM Subject: Server Problem To: use

[users@httpd] forward proxy log config %U has the query string in it

2015-11-23 Thread Amin Pashapour
Hi Looks like I have found an issue with Apache logging when httpd is used as a forward proxy. When I enable: ProxyRequests OnProxyVia On I use %U and %q in my LogFormat, This happens only when I use my httpd as a proxy in my browser.   LogFormat "{\"remote_host\":\"%h\",\"time\":\"%t\",\"server

[users@httpd] RE: Passwords on Nested Folders

2015-11-23 Thread Graham Pye
For the benefit of anyone reading this later, in an archive presumably, the problem turned out to be (most likely) caused by a long standing Firefox bug - see the following cases for further details: https://bugzilla.mozilla.org/show_bug.cgi?id=707156 https://bugzilla.mozilla.org/show_bug.cgi?

[users@httpd] Problem with dbd authentication, Oracle, oci8 and PHP

2015-11-23 Thread Jose Tremols
Hello, I've been fighting with this problem for a week. I have installed oci8 in order to access an Oracle 11g database from php 5.4.16 My php pages work fine. I can connect, select, update, insert. Here is the code of a simple php page named connect.php that I put under Apache default site I