Advertisement
Guest User

vhosts-conf

a guest
Aug 28th, 2012
803
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <IfModule mod_fcgid.c>
  2. SuexecUserGroup apps1 apps1
  3. FcgidIOTimeout 14400
  4. <Directory "/var/www/apps/httpdocs">
  5. Options +ExecCGI
  6. AllowOverride All
  7. AddHandler fcgid-script .php
  8. FCGIWrapper /var/www/apps/php-fcgi-scripts/php-fcgi-starter .php
  9. Order allow,deny
  10. Allow from all
  11. </Directory>
  12. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement