[users@httpd] mod_wsgi

2017-04-06 Thread Hemant Chaudhary
Hi I want to install mod_wsgi statically in apache-2.4.25. It has multiple .c files to link. Thats why it becomes complex. Is there any easy way to add third party module statically which has multiple .c files. Thanks Hemant

[users@httpd] Odd Date in http2 header

2017-04-06 Thread John Iliffe
I just enabled http2 on our server and tested using curl. The test page is a static html page with nothing but some random characters on it, and no css or other secondary accesses. The protocol line is set to allow http2 Protocols h2 h2c http/1.1 Everything seems to work with the exception of

Re: [users@httpd] What is preferred PHP interface?

2017-04-06 Thread William A Rowe Jr
There is little activity on mod_fcgid because it works. There has been talk of tagging 2.3.10 at some point for very minor fixes. Mod_proxy_fcgi is a viable alternative, and offers the ability to load balance, but managing the process pool of available fcgi workers is offloaded from httpd and beco