Re: [users@httpd] Migrate webDAV on IIS to Apache?

2017-07-21 Thread Marat Khalili
Hello, WebDAV is just file access protocol, and Apache supports. Neither server holds any data, it just rests in the filesystem or can be managed by some application. Depending on what you're accessing you can even run Apache and IIS in parallel. What exactly you're afraid to lose? -- With Be

[users@httpd] Migrate webDAV on IIS to Apache?

2017-07-21 Thread Todd Blum
Hello, I'm currently have IIS set up to run webDAV. Is it possible to migrate to webDAV on Apache instead without losing any data? Todd -- Todd Blum http://www.toddblum.org - To unsubscribe, e-mail: users-unsubscr...@httpd

Re: [users@httpd] 2.4.27 installed, no con fig change, but web site down!

2017-07-21 Thread Tom Browder
On Wed, Jul 19, 2017 at 02:20 Luca Toscano wrote: > Hi Tom, > > 2017-07-19 3:33 GMT+02:00 Tom Browder : > >> I installed 2.4.27, along with the latest openssl. no config was changed, >> but my server isn't serving. >> > Thanks, I know that I didn't give much info, I was just hoping for some hint.

Re: [users@httpd] How to different SSLProtocol for each of the conf files

2017-07-21 Thread chetan jain
Hi Eric, Thanks for the reply. We have a different server alias for each of the host, It does get honoured that is how requests go to correct sites. It's just that something with the SSLProtocol, i read somewhere after googling that SSLProtocol are taken from the first virtual host which is loade

Re: [users@httpd] How does Apache detects a stopped Tomcat JVM?

2017-07-21 Thread Suvendu Sekhar Mondal
> https://httpd.apache.org/docs/2.4/mod/mod_proxy_hcheck.html is surely a good read for your use case. Moreover be really careful with sticky sessions, they have the downside to tie requests to a specific backend altering the work of the LB algorithm. Luca Thanks, I'm reading the doc now. You ar

Re: [users@httpd] Apache Struts Vulnerability - CVE-2017-9791

2017-07-21 Thread Luca Toscano
Hi, 2017-07-21 18:35 GMT+02:00 Chunduru, Krishnachaithanya < krishnachaithanya.chund...@broadridge.com>: > Hi All, > > > Can someone please confirm if Apache 2.4.10 is vulnerable to the > CVE-2017-9791. > We came to know that Apache which is having Apache Struts version 2.3.x > with Struts 1 plu

[users@httpd] Apache Struts Vulnerability - CVE-2017-9791

2017-07-21 Thread Chunduru, Krishnachaithanya
Hi All, Can someone please confirm if Apache 2.4.10 is vulnerable to the CVE-2017-9791. We came to know that Apache which is having Apache Struts version 2.3.x with Struts 1 plugin and Struts 1 action is highly vulnerable . If exploited, this vulnerability would allow a remote code execution att

Re: [users@httpd] How to different SSLProtocol for each of the conf files

2017-07-21 Thread Eric Covener
On Fri, Jul 21, 2017 at 2:37 AM, chetan jain wrote: > Hi All, > > We have an Apache WebServer (2.2.15) setup on CentOS 6 where in httpd,conf > we have included conf.d/*.conf files which has configuration for all the > virtual hosts. > > In conf.d we have respective .conf file for each of the virtu