| | |
| | | <Directory {tmpl_var name='apps_vhost_dir'}> |
| | | Options FollowSymLinks |
| | | AllowOverride None |
| | | {tmpl_if name='apache_version' op='>' value='2.2' format='version'} |
| | | <tmpl_if name='apache_version' op='>' value='2.2' format='version'> |
| | | Require all granted |
| | | {tmpl_else} |
| | | <tmpl_else> |
| | | Order allow,deny |
| | | Allow from all |
| | | {/tmpl_if} |
| | | </tmpl_if> |
| | | </Directory> |
| | | </IfModule> |
| | | |
| | |
| | | DocumentRoot {tmpl_var name='apps_vhost_dir'} |
| | | SuexecUserGroup ispapps ispapps |
| | | <Directory {tmpl_var name='apps_vhost_dir'}> |
| | | Options Indexes FollowSymLinks MultiViews +ExecCGI |
| | | Options +Indexes +FollowSymLinks +MultiViews +ExecCGI |
| | | AllowOverride AuthConfig Indexes Limit Options FileInfo |
| | | AddHandler fcgid-script .php |
| | | <FilesMatch "\.php$"> |
| | | SetHandler fcgid-script |
| | | </FilesMatch> |
| | | FCGIWrapper {tmpl_var name='apps_vhost_basedir'}/php-fcgi-scripts/apps/.php-fcgi-starter .php |
| | | {tmpl_if name='apache_version' op='>' value='2.2' format='version'} |
| | | <tmpl_if name='apache_version' op='>' value='2.2' format='version'> |
| | | Require all granted |
| | | {tmpl_else} |
| | | <tmpl_else> |
| | | Order allow,deny |
| | | Allow from all |
| | | {/tmpl_if} |
| | | </tmpl_if> |
| | | </Directory> |
| | | </IfModule> |
| | | |