Created
September 14, 2014 21:49
-
-
Save areski/790f1cde73ac05afe477 to your computer and use it in GitHub Desktop.
a2billing_webservice.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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