[users@httpd] Enabling mod_expires and mod_headers

2011-10-27 Thread Brent Clark
Hiya I would like to know is there any benefit to enabling mod_expires and mod_headers together on a server. I'm not sure if my logic is correct, but my idea is to increase caching of images, css, js files on scripts that define no-cache in the headers. Kind Regards Brent Clark

Re: [users@httpd] Enabling mod_expires and mod_headers

2011-10-27 Thread Eric Covener
On Thu, Oct 27, 2011 at 7:49 AM, Brent Clark brentgclarkl...@gmail.com wrote: Hiya I would like to know is there any benefit to enabling mod_expires and mod_headers together on a server. I'm not sure if my logic is correct, but my idea is to increase caching of images, css, js files on

[users@httpd] UTF8 uri encoding mod_proxy

2011-10-27 Thread Michele Mase'
Unluckly I should manage UTF8 characters in hte URI, more exactly in the query string. All requests pass through an apache 2.2.x mod_proxy. Request correctly made by Firefox 10.10.10.10-27/10/2011 12:23:49 CEST 4FF6BE8CC0EF4B9505FEEA75FC85954CHTTP/1.1GET7

Re: [users@httpd] UTF8 uri encoding mod_proxy

2011-10-27 Thread Eric Covener
I would have guessed the proxy would re-encode those anyway. Do you run your httpd under an unusual locale? - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [users@httpd] UTF8 uri encoding mod_proxy

2011-10-27 Thread Michele Mase'
The server locale is EN-US.UTF8 and the apache web server runs under the default settings on a RedHat 6.x system; the /etc/sysconfig/httpd is untouched. On Thu, Oct 27, 2011 at 3:49 PM, Eric Covener cove...@gmail.com wrote: I would have guessed the proxy would re-encode those anyway.  Do you

[users@httpd] proxypass to thin except /awstats

2011-10-27 Thread Doğan Çeçen
Hi, I want apache to proxy everything to thin but /awstats. I tried: ProxyPass /awstats ! ProxyPass / balancer://thinservers/ ProxyPass everything to thin does work. But example.com/awstats still goes to thin and I get 404. Here is my complete configuration: VirtualHost *:9880    DocumentRoot

[users@httpd] Rewrite confusion

2011-10-27 Thread J.Lance Wilkinson
I have a set of RewriteRule directives in an Apache HTTPD v2.2.6 on a Solaris 10 zone which work just fine to take any incoming URI /robots.txt and cause that to execute a perl script, /robotz/robots.pl where a ScriptAlias defines the /robotz directory, outside my document

[users@httpd] Re: proxypass to thin except /awstats

2011-10-27 Thread Doğan Çeçen
Oops! Gmail screwed with newlines. Let me try again: VirtualHost *:9880 DocumentRoot/srv/http/app/public ServerName example.com ServerAlias www.example.com ErrorLog/var/log/apache2/example.com-error.log CustomLog /var/log/apache2/example.com-access.log

Re: [users@httpd] Rewrite confusion

2011-10-27 Thread Eric Covener
On Thu, Oct 27, 2011 at 3:22 PM, J.Lance Wilkinson jl...@psu.edu wrote: RewriteRule ^/robots.txt$  \        https://secureappsdev.libraries.psu.edu/robotz/robots.pl  \                [L,T=application/x-httpd-cgi] Try a substitution of this for arg2 and arg3? /robotz/robots.pl [L,PT] Is the

Re: [users@httpd] Rewrite confusion

2011-10-27 Thread J.Lance Wilkinson
Eric Covener wrote: On Thu, Oct 27, 2011 at 3:22 PM, J.Lance Wilkinson jl...@psu.edu wrote: RewriteRule ^/robots.txt$ \ https://secureappsdev.libraries.psu.edu/robotz/robots.pl \ [L,T=application/x-httpd-cgi] Try a substitution of this for arg2 and arg3?

Re: [users@httpd] best practice: suexec with PHP5 in a many-user/non-technical-user environment

2011-10-27 Thread Jesse B. Crawford
On 10/26/2011 07:58 PM, Yehuda Katz wrote: On Wed, Oct 26, 2011 at 9:49 PM, Alexandr Normuradov norma...@gmail.com mailto:norma...@gmail.com wrote: Use MPM ITK. Solves security, memory and speed problems. Tested in production, very good alternative for environments when