show/hide this revision's text 2 Better wording

kmkaplan's post workedis the right answer, but it gave me the error:

Syntax error on line 32 of .../httpd-vhosts.conf:
ProxyPass Unable to parse URL

It worked when I changed the directive to read:

ProxyPathMatch ^/(path/.*\.html)$ ajp://localhost:8009/$1

I can only assume that putting the $1 right next to the port number 8009 was confusing it.

show/hide this revision's text 1

kmkaplan's post worked, but it gave me the error:

Syntax error on line 32 of .../httpd-vhosts.conf:
ProxyPass Unable to parse URL

It worked when I changed the directive to read:

ProxyPathMatch ^/(path/.*\.html)$ ajp://localhost:8009/$1

I can only assume that putting the $1 right next to the port number 8009 was confusing it.