Re: [users@httpd] 405 Errors

2012-08-30 Thread Romain
Hi Chris, I had similar issue, here is my solution: Your redirect rule has to be 307 type (not 302) because of POST method used by WU clients. That may be why you can get the WSUS welcome pic (method GET) but not update your client (method GET and POST is used). Also, be carefull of BITS service

[users@httpd] 405 Errors

2012-08-16 Thread Chris Arnold
Apache2 2.12 (?) on sles11 sp2. We have a vhost file with the following rule: RewriteRule ^/$ http://192.168.123.2/ This rule points certain traffic to the ip for WSUS (windows software update services). The clients not using this rule work fine but the 2 that do use the rule fail with 405

Re: [users@httpd] 405 Errors

2012-08-16 Thread Yehuda Katz
Can you run something like wires hark and see exactly what the request was when you got the 405? (Sorry for top-posting. I am using a mobile device that does give me a choice.) On Thursday, August 16, 2012, Chris Arnold wrote: Apache2 2.12 (?) on sles11 sp2. We have a vhost file with the