Comments on: Setting Up High-Performance ‘HHVM’ and Nginx/Apache with MariaDB on Debian/Ubuntu https://www.tecmint.com/install-hhvm-and-nginx-apache-with-mariadb-on-debian-ubuntu/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Sun, 18 Sep 2016 09:24:57 +0000 hourly 1 By: Malin https://www.tecmint.com/install-hhvm-and-nginx-apache-with-mariadb-on-debian-ubuntu/comment-page-1/#comment-818926 Sun, 18 Sep 2016 09:24:57 +0000 http://www.tecmint.com/?p=15459#comment-818926 By default Apache 2.4 on Debian sets document root in /var/www/html and not in /var/www as previously so for it to work and not display the code instead of executing it, the document root in /etc/apache2/mods-enabled/hhvm_proxy_fcgi.conf needs to be altered as follows:

ProxyPassMatch ^/(.+\.(hh|php)(/.*)?)$ fcgi://127.0.0.1:9000/var/www/html/$1

]]>
By: Nishant https://www.tecmint.com/install-hhvm-and-nginx-apache-with-mariadb-on-debian-ubuntu/comment-page-1/#comment-791952 Fri, 17 Jun 2016 16:30:02 +0000 http://www.tecmint.com/?p=15459#comment-791952 HHVM with APACHE is show php code in browser!

]]>
By: walter https://www.tecmint.com/install-hhvm-and-nginx-apache-with-mariadb-on-debian-ubuntu/comment-page-1/#comment-744391 Tue, 26 Jan 2016 14:33:39 +0000 http://www.tecmint.com/?p=15459#comment-744391 Hello I want to thank you for this information

]]>