I guess this is a common usability problem of the Windows Exploder. When
entering file names, the Exploder auto-completes the name, so you actually
"enter" the autocompleted name.txt instead of just name.
Have you tried to use your WebDAV connection with another file handling tool
like Total Com
All,
I am using httpd 2.4 with mod_proxy (http) routing requests to multiple
backends.
I have a strange requirement. If a backend responds with a custom response
code - i need to re-execute the request to a different backend.
What would be the right way to implement this functionality ?
I was l
Hello there
After upgrading a Debian server from 7.8 (with Apache 2.2) to 8.2 (with Apache
2.4) I started seeing a very curious problem, of error_log lines being split
randomly:
[Mon Nov 16 13:29:54.388526 2015] [cgi:error] [pid 9122] [client
xx.xx.xx.xx:1865] AH01215: (Fred, Test) Warning: fo
On Thu, Dec 17, 2015 at 8:14 AM, Marat Khalili wrote:
> Crude, but what about:
>
> ProxyPassMatch "^/foo/(.+)$" "http://localhost:8009/foo/$1";
or (along the lines):
ProxyPassMatch ^/foo/((?!index\.html$).+)$ http://localhost:8009/foo/$1
Regards,
Yann.
--