Hi,
I've searched the archives and the web in general but haven't found an answer.
Problem:
I recently started setting up a new machine for use as a standard LAMP
server and as a box to investigate XEN virtualisation. When doing some
crude performance tests using ab, I found that performance of t
Joshua Slive wrote:
On 5/16/07, malone <[EMAIL PROTECTED]> wrote:
Instead of running the PHP script apache returns a 404 error. %2f
decodes to the "/" character, so I assume that is causing problems
somewhere. I also notice on my windows machine that %5c ("\") caus
I have an AliasMatch line as follows
AliasMatch ^/(.*) "/var/www/localhost/htdocs/test.php"
My aim is to make any URL be handled by the PHP script. This works great
for all URLs, unless they have %2f in them, e.g.
http://127.0.0.1/foo%2fbar
Instead of running the PHP script apache returns a 40