RE: [users@httpd] ProxyPassMatch returns 404

2017-11-29 Thread Noor Mohammad
etting somewhere, otherwise it would work > > > > *From:* Noor Mohammad [mailto:bakenoor...@gmail.com] > *Sent:* Wednesday, November 29, 2017 9:30 PM > *To:* users@httpd.apache.org > *Subject:* [users@httpd] ProxyPassMatch returns 404 > > > > I have an application

RE: [users@httpd] ProxyPassMatch returns 404

2017-11-29 Thread Alexandru Duzsardi
Obviously that’s not the full configuration , and probably there is a conflicting setting somewhere, otherwise it would work From: Noor Mohammad [mailto:bakenoor...@gmail.com] Sent: Wednesday, November 29, 2017 9:30 PM To: users@httpd.apache.org Subject: [users@httpd] ProxyPassMatch returns

[users@httpd] ProxyPassMatch returns 404

2017-11-29 Thread Noor Mohammad
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: