I've having an issue where a long-running backend script behind AJP is causing
apache to error with "Service Temporarily
Unavailable" after exactly 5 minutes.
I tried to solve this by moving from mod_rewrite to mod_proxy, with the
following configuration:
# Search Engine Safe URL rewrite
On 27/10/2011 15:11, Eric Covener wrote:
If you want them cached, there's a benefit in enabling caching.
Thanks for replying.
But would I be correct in thinking that they both ultimately do the same task,
I.e. work on the headers. So would I be right in thinking that there is no
point to ena
On 10/26/2011 07:58 PM, Yehuda Katz wrote:
> On Wed, Oct 26, 2011 at 9:49 PM, Alexandr Normuradov
> mailto:norma...@gmail.com>> wrote:
>
> Use MPM ITK.
> Solves security, memory and speed problems.
> Tested in production, very good alternative for environments when
> users are not v
Eric Covener wrote:
On Thu, Oct 27, 2011 at 3:22 PM, J.Lance Wilkinson 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]
On Thu, Oct 27, 2011 at 3:22 PM, J.Lance Wilkinson 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 failing syst
Oops! Gmail screwed with newlines. Let me try again:
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 combined
Alias /aw
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 root
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:
DocumentRoot /srv/http/app/p
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 wrote:
> I would have guessed the proxy would re-encode those anyway. Do you
> run your httpd und
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 http://httpd.apache.org/userslist.html>
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
/path1/path2/detail.ac
On Thu, Oct 27, 2011 at 7:49 AM, Brent Clark 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 scripts that define no-
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
-
13 matches
Mail list logo