RE: ProxyPassMatch returns 404

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Obviously that’s not the full configuration , and probably there is a conflicting setting somewhere, otherwise it would work

 

From: Noor Mohammad [mailto:bakenoor.uk@xxxxxxxxx]
Sent: Wednesday, November 29, 2017 9:30 PM
To: users@xxxxxxxxxxxxxxxx
Subject: ProxyPassMatch returns 404

 

I have an application running on http://127.0.0.1:8084/marmotta. I want to route all traffic on my domain to this application and for this, I am setting a proxypassmatch ProxyPassMatch ^/marmotta/(.*)$ http://localhost:8084/marmotta/$1 which is not working. When doing a request on http://127.0.0.1:8084/marmotta/ldp on the server itself, I can download the page but when doing http://example.com/marmotta/ldp, I am getting a 404. The full configuration file is:

LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
 
ProxyPassMatch ^/marmotta/(.*)$ http://localhost:8084/marmotta/$1

Is there any problem with it ?





[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux