Re: [users@httpd] problems benchmarking php-fpm/proxy_fcgi with h2load

2018-02-05 Thread Hajo Locke
Hello Luca, Am 05.02.2018 um 02:27 schrieb Luca Toscano: Hi Hajo, 2018-02-01 3:58 GMT+01:00 Luca Toscano >: Hi Hajo, 2018-01-31 2:37 GMT-08:00 Hajo Locke mailto:hajo.lo...@gmx.de>>: Hello, Am 22.01.2018 um 11:54 schrieb Hajo Locke:

[users@httpd] How to build httpd module on Windows

2018-02-05 Thread Alona Rossen
Hi All: How can I build a module on Windows platform without apxs tool? I downloaded and installed Apache httpd binaries for Windows. Httpd runs and is functional. I would like to build my own module on Windows. When I try to start up httpd with my custom *.so module built on VS2015, I receive a

[users@httpd] apxs tool for Windows x64

2018-02-05 Thread Alona Rossen
Hi All, Is there apxs tool for Windows x64? I could only find a very old version for Win32 at https://www.apachelounge.com/download/additional/ . Thanks

[users@httpd] Probably small problem with SSL config

2018-02-05 Thread Jeff Cauhape
I'm setting up an Apache server 2.4.25 in our DMZ for the first time, and having an issue with getting SSL configured correctly. I am using links text based browser to connect from a second machine to the first machine. The connection works with HTTP but not with HTTPS. When I try to connect with

Re: [users@httpd] Probably small problem with SSL config

2018-02-05 Thread mlrx
Hello, Le 06/02/2018 à 01:02, Jeff Cauhape a écrit : I’m setting up an Apache server 2.4.25 in our DMZ for the first time, and having an issue with getting SSL configured correctly. I am using links text based browser to connect from a second machine […] Is the directive "LogLevel" used wit

Re: [users@httpd] Probably small problem with SSL config

2018-02-05 Thread Yehuda Katz
I would agree that you should start by turning on logging. Do you get a slightly different error if you use a different browser? Firefox usually gives more detail than Internet Explorer. Better not to use in configuration you write yourself unless you need it for a specific reason. If you use it,

Re: [users@httpd] Probably small problem with SSL config

2018-02-05 Thread Marat Khalili
>When I try to connect with HTTPS, I get the error: > >“Unable to retrieve https:///: > >SSL error” Isn't everything working as designed, since it is unlikely that you have SSL certificate issued for ip address? Probably try to connect by domain name instead? -- With Be

[users@httpd] Virtual/Proxy setup to internal webserver

2018-02-05 Thread Bret Stern
I have apache24 running on freebsd. Can I configure virtual host to direct a request for forum.mydomain.com to an internal webserver on my network eg; DocumentRoot "forum.mydomain.com" or "xxx.xxx.xx.xxx" I tried using Proxy mod but not sure how to setup. Any hints welcome