- RewriteRule ^/cgi-bin-d/(.*)$ /cgi-bin/cgiwrapd/~<%= @user %>/cgi-bin/$1 [PT,L]
-
- <IfModule mod_fastcgi_handler.c>
- <FilesMatch "\.ph(p3?|tml)$">
- SetHandler fcgi:/var/run/php5-fpm-<%= @user %>.sock
- </FilesMatch>
- <FilesMatch "\.phps$">
- SetHandler fcgi:/var/run/php5-fpm-<%= @user %>.sock
- </FilesMatch>
- </IfModule>
-
- <IfModule !mod_fastcgi_handler.c>
- RewriteCond <%= @directory %>%{REQUEST_FILENAME} -f
- RewriteRule ^(.*\.php)$ /cgi-bin/php-cgiwrap/~<%= @user %>/$1 [PT,L]
- </IfModule>