Rewriting issue

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

 



Hi,
working on Apache 2.4 on Debian 10.
I need to achieve this

/path/to/uri   ->> http://localhost:333/path/to/another/uri

Why is it

        <Location /path/to/uri>
                ProxyPass http://localhost:333/path/to/another/uri
                ProxyPassReverse http://localhost:333/path/to/another/uri
        </Location>

not working?
What am I missing?
I have another similar statement that works flawlessly!

I tried to log activities (LogLevel error proxy:trace5), but nothing.

I see the request on access log but the response is simply 404.

Thanks in advance
Moreno.-


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[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