Fixed a syntax error in apps vhost configuration.
| | |
| | | AllowOverride AuthConfig Indexes Limit Options FileInfo |
| | | AddHandler fcgid-script .php |
| | | FCGIWrapper {website_basedir}/php-fcgi-scripts/apps/.php-fcgi-starter .php |
| | | FcgidBusyTimeout 3600 |
| | | # FcgidBusyTimeout 3600 |
| | | Order allow,deny |
| | | Allow from all |
| | | </Directory> |
| | |
| | | ServerAdmin webmaster@localhost |
| | | {apps_vhost_servername} |
| | | |
| | | <FilesMatch "\.ph(p3?|tml)$"> |
| | | SetHandler None |
| | | </FilesMatch> |
| | | |
| | | <IfModule mod_fcgid.c> |
| | | DocumentRoot {apps_vhost_dir} |
| | | SuexecUserGroup ispapps ispapps |