Skip to content

Instantly share code, notes, and snippets.

View intruxxer's full-sized avatar

Ali Fahmi intruxxer

  • PT SOLUSI INFOTECH SEMESTA INDONESIA
  • Jakarta
View GitHub Profile
@shivaas
shivaas / codeigniter-apache-hhvm.md
Last active March 13, 2018 16:08
CodeIgniter with Apache & HHVM as FastCGI

Apache Configuration:

<VirtualHost *:80>
  ServerName blah.com

  DirectoryIndex index.html index.php
  ProxyRequests On
  ProxyPreserveHost On
  ProxyVia full