what is ajp?
On 25 November 2016 at 20:11, Lou DeGenaro wrote:
> Matching slashes worked! Thanks.
>
> On Fri, Nov 25, 2016 at 11:00 AM, Daniel wrote:
>
>> Please match slashes when using proxypass and proxypassreverse otherwise
>> expect the unexpected.
>>
>> ProxyPass / http://localhost:8080/
I am trying to get rid of the PHP module for various reasons. I tried
adding the following directives in my .htaccess as a test. The idea is
to eventually move that into httpd.conf.
AddHandler phpweb .php
Action phpweb /cgi-bin/phpweb
The binary phpweb is a tine program that simply execs the r
Before you get into trying to resolve issues with load there are a few
things to consider:
Your "model" of traffic is probably wrong...
* Have you seen this traffic shape.. if a user requests a page - it
will probably be a few milliseconds before the browser requests the
first static fil
Hi,
I've a question on how to prioritize traffic in order to optimize
the service in the case of traffic bursts:
Context:
* a server with finite resources (let's say 1 GB mem)
* a PHP application: initial page load needs 100 MB (index.php)
* for each page load (index.php) approx:
* ~ 40 subseq