[users@httpd] AW: **SPAM?** [users@httpd] WebDAV can't copy folder [wd-vc]

2015-12-17 Thread Bremser, Kurt (AMOS Austria GmbH)
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

[users@httpd] Refiring requests to proxy backend

2015-12-17 Thread Jose Thomas
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

[users@httpd] error_log entries split across lines

2015-12-17 Thread Daniel Beardsmore
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

Re: [users@httpd] ProxyPass + Redirect

2015-12-17 Thread Yann Ylavic
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. --