10 Einträge, 1 Seite |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PerlSwitches -I/suma/www/devel/catalyst/testInterface/lib/
NameVirtualHost *
<VirtualHost *>
ServerName catalyst
ServerAlias catalyst.meinehomepage.local
ServerAdmin webmaster@localhost
DocumentRoot /suma/www/devel/catalyst/testInterface/
<Location />
SetHandler modperl
PerlResponseHandler testInterface
</Location>
ErrorLog /var/log/apache2/catalyst_error.log
</VirtualHost>
Quote\n\nUsage:
foo_server.pl [options]
Options:
-d -debug force debug mode
-f -fork handle each request in a new process
(defaults to false)
-? -help display this help and exits
-host host (defaults to all)
-p -port port (defaults to 3000)
-k -keepalive enable keep-alive connections
-r -restart restart when files got modified
(defaults to false)
-rd -restartdelay delay between file checks
-rr -restartregex regex match files that trigger
a restart when modified
(defaults to '\.yml$|\.yaml$|\.pm$')
See also:
perldoc Catalyst::Manual
perldoc Catalyst::Manual::Intro
PerlAddVar MasonDataCacheDefaults "default_expires_in => 1 hour"
QuoteDisabling data caching
If for some reason you want to disable data caching entirely, set the default cache_class to ``NullCache''. This subclass faithfully implements the cache API but never stores data
QuoteTo turn off code caching completely, set code_cache_max_size to 0.
PerlAddVar MasonCodeCacheMaxSize 0
10 Einträge, 1 Seite |