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
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
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
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
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