You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Roland RoLaNd <r_...@hotmail.com> on 2015/05/08 11:15:26 UTC

[users@httpd] mod_php to mod_fastcgi (hhvm_proxy_fcgi)

i am testing hhvm on my dev server; all works well between apache libapache2-mod-php5   though now that i am using hhvm rewrite rules are failing returning 404 which is expected as the requests URLs should be rewritten to their proper destination before going to fcgi://127.0.0.1:9000/var/www/html/
 i tried changing rewrite rules to proxypassmatch with the local hhvm service as destination but that didn't work, i am looking for the same functionality as rewritebase but for fcgi 


any advice ?