Re: [users@httpd] web server load testing

2015-11-24 Thread Rose, John B
Can you give a couple examples of Siege tests with parameters you have found useful? I am looking at ab and Siege output ide by side and trying to interpret what it is telling me. Thanks From: Anne Blankert mailto:anne.blank...@geodan.nl>> Reply-To: "users@httpd.apache.org

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

2015-11-24 Thread Keith Roberts
Hi Jose. It looks like you need to create a separate virtual host for each of the sites you want to connect to. Try putting the original virtualhost configuration back to the way when it was working, then copy and paste that VH section and edit it for the new site. For each virtual host you wi

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

2015-11-24 Thread mohammad aghanabi
Thank you. I then worked with it a little to find how it works: RewriteCond expr "filesize('%{REQUEST_FILENAME}') -gt 1024" On Mon, Nov 23, 2015 at 4:43 PM, Yehuda Katz wrote: > I have never used it, but according to the documentation it is available > in 2.4. > RewriteCond supports expr [1],