aboutsummaryrefslogtreecommitdiffstats
path: root/modules/epoll/templates/epoll_vhost.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/epoll/templates/epoll_vhost.conf')
-rw-r--r--modules/epoll/templates/epoll_vhost.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/epoll/templates/epoll_vhost.conf b/modules/epoll/templates/epoll_vhost.conf
new file mode 100644
index 00000000..3b6e133c
--- /dev/null
+++ b/modules/epoll/templates/epoll_vhost.conf
@@ -0,0 +1,14 @@
+NameVirtualHost *:80
+<VirtualHost *:80>
+ ServerName epoll.<%= domain %>
+ # Serve static content directly
+ DocumentRoot /dev/null
+
+ Alias / /usr/bin/epoll_fastcgi.pl/
+ FastCgiServer /usr/bin/epoll_fastcgi.pl -processes 4 -idle-timeout 30
+
+ <Location />
+ Allow from all
+ </Location>
+</VirtualHost>
+