Skip to content

Instantly share code, notes, and snippets.

@areski
Created September 14, 2014 21:49
Show Gist options
  • Save areski/790f1cde73ac05afe477 to your computer and use it in GitHub Desktop.
Save areski/790f1cde73ac05afe477 to your computer and use it in GitHub Desktop.
a2billing_webservice.conf
Alias /a2b_webservice /usr/share/a2billing/current/stable/webservice/
<Directory /usr/share/a2billing/current/stable/webservice/>
AllowOverride all
Options Indexes FollowSymLinks
order allow,deny
allow from all
<IfModule mod_php5.c>
php_flag magic_quotes_gpc Off
php_flag track_vars On
php_flag register_globals Off
</IfModule>
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment