Re: [users@httpd] http2

2018-03-29 Thread David Mehler
Hi again, Thanks, corrected the problem, it was something so simple I missed it at first. The mod_php configuration has index.php as an index type, remove that and I removed the index.php type so I added it in my php-fpm apache configuration and it worked. Again thanks, http2, event mpm, and I'm

Re: [users@httpd] http2

2018-03-29 Thread David Mehler
Hi, Still getting the error "the requested url / was not found on this server" when attempting to go to a virtual host like test.example.com which gives me a 404 error. If I goto test.example.com/filename.php works fine. Any ideas? Thanks. Dave. On 3/28/18, David Mehler wrote: > Hello, > > Fi

Re: [users@httpd] http2

2018-03-28 Thread David Mehler
Hello, First Frank thanks. Switching from prefork to event, I can tell the difference. I've got working http2 which is great! I disabled mod_php and enabled php-fpm, if I request a file: test.example.com/file.php works fine, if I just go to: test.example.com or really any other virtual host

Re: [users@httpd] http2

2018-03-28 Thread Frank Gingras
You need to use a threaded mpm (event or worker) to support http2. Additionally, you need to configure httpd to use fcgi to process php content. See http://wiki.apache.org/httpd/php The simplest approach will likely to use mod_proxy_fcgi and php-fpm pools. On Wed, Mar 28, 2018 at 12:17 PM, David

Re: [users@httpd] HTTP2/SPDY in Apache (Windows)

2015-08-05 Thread Eric Covener
On Wed, Aug 5, 2015 at 7:42 AM, Mahendiran Vel wrote: > Dear Team, > > kindly provide a steps to configure HTTP2/SPDY in apache server with windows > environment. I don't think either module has been ported to Windows. - To unsu