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