[users@httpd] apache 2.4 core dump on launch, no error logging

2016-11-16 Thread @lbutlr
When launching apache 2.4 I get a core dump. Nothing is logged to the http-error log. I’ve tried rebuilding it to no avail. Ideas? /var/log/message: Nov 16 11:59:02 mail kernel: pid 63178 (httpd), uid 0: exited on signal 11 (core dumped) # gdb /usr/local/sbin/httpd /usr/local/httpd.core GNU

Re: [users@httpd] Install and Configure Apache on Windows Server

2016-11-16 Thread William A Rowe Jr
There is a very recent skeleton on the wiki... https://wiki.apache.org/httpd/WindowsTrunkCompilation Aside from obtaining a release tarball, it is more straightforward than using the msvc studio build schema. On Nov 3, 2016 15:42, "Robert Ramoutar" wrote: > > Hello all, > > > I have been tasked

Re: [users@httpd] Install and Configure Apache on Windows Server

2016-11-16 Thread Robert Ramoutar
Hi There Everyone, In my httpd.conf I see the error regarding servername but im not sure what to set this to ... 127.0.0.1 or localhost:443 currently it is localhost:443 but i suspect it is not working when i try localhost:443 in the browser because of the certificate errors. i got a cer

Re: [users@httpd] Which config file is fit for my apache2?

2016-11-16 Thread Marat Khalili
ServerName outside VirtualHost mostly has cosmetic effect AFAIU, just put some canonical name of your server there. -- With Best Regards, Marat Khalili On 16/11/16 07:33, 水静流深 wrote: Let's suppose a scene on centos7. - domain name: xyz.com - the domain parsed by third-party dns server: ns

[users@httpd] Re: Use of mod_expires and mod_cache: how does one control cache time for specific file extensions?

2016-11-16 Thread Tom Browder
On Tue, Nov 15, 2016 at 3:19 PM, Tom Browder wrote: > On Tuesday, November 15, 2016, Eric Covener wrote: >> On Tue, Nov 15, 2016 at 1:29 PM, Tom Browder >> wrote: > Thanks, Eric. I think I have the solution for my needs after I read about > SSI some more. I have been using the xbit hack forever

Re: [users@httpd] Graceful draining of KeepAlive Connections

2016-11-16 Thread Yann Ylavic
Hello, On Tue, Nov 15, 2016 at 7:59 PM, Alex Kaiser wrote: > I would like for idle > KeepAlive connections to shut down immediately, is this not technically > possible for some reason? If it is possible, is it a bug that the > connections stick around? There is being worked in this bugzilla rep