Re: [users@httpd] RE: Having issues trying to use rewriterule,proxypass,proxyreversepass

2014-02-07 Thread Tom Evans
On Fri, Feb 7, 2014 at 11:04 PM, Riggen, Scott wrote: > Current configuration in my vhosts file. > > > > This is not in a location or directory block. It is in the normal > virtualhost block > > I want my first rewriterule setup so that a user can type in > https://myserver.mydomain.com/ and it w

[users@httpd] RE: Having issues trying to use rewriterule,proxypass,proxyreversepass

2014-02-07 Thread Riggen, Scott
Current configuration in my vhosts file. This is not in a location or directory block. It is in the normal virtualhost block I want my first rewriterule setup so that a user can type in https://myserver.mydomain.com/ and it will rewrite that to the full URL for the internal server. i.e. https

[users@httpd] RE: Having issues trying to use rewriterule,proxypass,proxyreversepass

2014-02-07 Thread Riggen, Scott
Well. A couple of days now and still no closer to making this work. I'm sure I am missing something obvious. Time to pour over all the apache docs line by line since I have not found anything relevant via google or bing. Or maybe switch to another web server other than apache.. Scott From:

Re: [users@httpd] RewriteEngine

2014-02-07 Thread Michael Streeter
On 1/28/2014 10:09 AM, Eric K. Dickinson wrote: Good Morning. We have a bunch of WordPress sites. We also have a requirement to be scanned by Nessus and AppScan. This drives the caching on WordPress nuts. I have been able to significantly reduce this with a ReWriteRule. RewriteEngine on Rewrit

[users@httpd] About the SRPT web request scheduling

2014-02-07 Thread Weilin Xu
Hi all, I've read a few academic papers on web request scheduling, (e.g. http://www.cs.cmu.edu/~bianca/project_pages/project_sync.html ) but I didn't find any application on the real web servers when searching the Internet. Are these scheduling methods really helpful nowadays for web servers? Be

[users@httpd] WordPress Rewrite Guru Requested

2014-02-07 Thread David Favor
I have an ugly WordPress rewrite problem I'm trying to solve. Performance for pages/posts + trailing slash == Awesome! net1# ab -k -t 10 -n 1000 -c 5 http://FastSEOHosting.com/hello-world/ | grep Requests Finished 38323 requests Requests per second:3832.30 [#/sec] (mean) Pe

Re: [users@httpd] Generating a gzip response from multiple pre-gzipped files on disk

2014-02-07 Thread Thomas Eckert
Can you post the headers, from sending the request(s) up to and including the response(s) ? I think you might be hitting the same spot as I recently did in (1). In short, most (if not all) popular clients do not unpack responses if they think they shouldn't even if the headers tell them to. So for

Re: [users@httpd] reverse proxy: connect to origin servers via http or https?

2014-02-07 Thread Thomas Eckert
> The question is: from the proxy performance/scalability point of view is it better to configure backends (origin servers) with http or with https? "Better" depends on what you want to achieve. Do you want to securely deliver simple html content with no fancy stuff ? Do you want to have authentic

[users@httpd] Request time out in version 2.2.7

2014-02-07 Thread Mangesh Sawant
Is it possible to set request time out for Apache LDAP Client (2.2.7)?? Also we testing apache LDAP client ver 2.2.7 with Microsoft Active Directory. For simulating LDAP server down, we are using commands 1) iptables -A INPUT -d 172.16.202.146 -j DROP; 2) iptables -A OUTPUT -d 172.16.202.146 -j D