Parent Directory | Revision Log | Patch
revision 3434 by pterjan, Fri Apr 4 13:34:55 2014 UTC | revision 3436 by pterjan, Fri Apr 4 19:39:10 2014 UTC | |
---|---|---|
# | Line 6 define apache::vhost::catalyst_app( $scr | Line 6 define apache::vhost::catalyst_app( $scr |
6 | $vhost = false) { | $vhost = false) { |
7 | include apache::mod::fastcgi | include apache::mod::fastcgi |
8 | if ($location) { | if ($location) { |
9 | $aliases = merge($aliases, {'/static' => "$location/root/static"}) | $aliases['/static'] = "$location/root/static" |
10 | } | } |
11 | ||
12 | $aliases = merge($aliases, {'/' => $script}) | $aliases['/'] = "$script/" |
13 | ||
14 | apache::vhost::base { $name: | apache::vhost::base { $name: |
15 | vhost => $vhost, | vhost => $vhost, |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |