===Custom Webapp Options===
Edit /etc/httpd/conf.d/XXXX-appname.conf file (where XXXX is a 4 digit number).  The web server will require restart to affect the changes.* Change PHP Settings(add below ''ServerAlias''):
 <Files *.php>
 php_flag short_open_tag on
 php_value zend.enable_gc off
 </Files>
* Apache mod_rewrite (to allow use of .htaccess(replace similar lines above ''</Directory>''):
 Options Indexes FollowSymLinks +ExecCGI
 AddHandler fcgid-script .fcg
 Order allow,deny
 Allow from all
===Custom .htaccess File===
* Use of .htaccess for Webmin:
 RewriteEngine On