# permit the use of PHP_RHSCL from the softwarecollections.org

ScriptAlias /phpscl-cgi /usr/bin/phpscl

<Directory /usr/bin/phpscl>
       order deny,allow
       deny from all
       allow from all
       Options ExecCGI
</Directory>
