diff options
| author | Michael Scherer <misc@mageia.org> | 2010-11-05 23:49:19 +0000 |
|---|---|---|
| committer | Michael Scherer <misc@mageia.org> | 2010-11-05 23:49:19 +0000 |
| commit | a9bc42872a5015cb55265e95e76981eec5c6fca8 (patch) | |
| tree | a78c6d30c89be847a786145177a5a83f2acb19bf | |
| parent | cbb430c3d359ed22485261468ad8e37193bf9ec4 (diff) | |
| download | puppet-a9bc42872a5015cb55265e95e76981eec5c6fca8.tar puppet-a9bc42872a5015cb55265e95e76981eec5c6fca8.tar.gz puppet-a9bc42872a5015cb55265e95e76981eec5c6fca8.tar.bz2 puppet-a9bc42872a5015cb55265e95e76981eec5c6fca8.tar.xz puppet-a9bc42872a5015cb55265e95e76981eec5c6fca8.zip | |
- oups again, fix the order of arguments
| -rw-r--r-- | modules/apache/templates/vhost_catalyst_app.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/apache/templates/vhost_catalyst_app.conf b/modules/apache/templates/vhost_catalyst_app.conf index 29ca7c74..c4832652 100644 --- a/modules/apache/templates/vhost_catalyst_app.conf +++ b/modules/apache/templates/vhost_catalyst_app.conf @@ -3,7 +3,7 @@ # Serve static content directly DocumentRoot /dev/null - Alias <%= script %>/ / + Alias / <%= script %>/ FastCgiServer <%= script %> -processes <%= process %> -idle-timeout 30 <Location /> |
