author | Michael Krelin <hacker@klever.net> | 2005-01-30 00:57:53 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2005-01-30 00:57:53 (UTC) |
commit | 71f4cc84c3788c6904ede17cd626a9ca9c349e3b (patch) (unidiff) | |
tree | cfe7736ae3416ad314b7451b756e587335c357c7 /conf/sitecing.conf.in | |
parent | acd2a536dd6bb3ef9438482725f77ac9044ae79b (diff) | |
download | sitecing-71f4cc84c3788c6904ede17cd626a9ca9c349e3b.zip sitecing-71f4cc84c3788c6904ede17cd626a9ca9c349e3b.tar.gz sitecing-71f4cc84c3788c6904ede17cd626a9ca9c349e3b.tar.bz2 |
initial commit into repository
-rw-r--r-- | conf/sitecing.conf.in | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/conf/sitecing.conf.in b/conf/sitecing.conf.in new file mode 100644 index 0000000..67d3cd5 --- a/dev/null +++ b/conf/sitecing.conf.in | |||
@@ -0,0 +1,25 @@ | |||
1 | MultiProcess on | ||
2 | ListenSocket @web_run_root@/run/sitecing-socket | ||
3 | MinChildren 2 | ||
4 | MinSpareChildren 2 | ||
5 | MaxChildren 4 | ||
6 | MaxSpareChildren 4 | ||
7 | RequestsPerChild 64 | ||
8 | PidFile @web_run_root@/run/sitecing.pid | ||
9 | Daemonize on | ||
10 | |||
11 | RootSource @web_src_root@/htdocs/ | ||
12 | RootIntermediate @web_run_root@/cache/sitecing/intermediate/ | ||
13 | RootSO @web_run_root@/cache/sitecing/so/ | ||
14 | |||
15 | @config_sitecing@ | ||
16 | |||
17 | CPPFLAGS -I. -I@web_run_root@/include/ | ||
18 | |||
19 | ExceptionHandler @exception_handler@ | ||
20 | |||
21 | Build @build_on_demand@ | ||
22 | CPPDeps on | ||
23 | IntermediateDeps @sitecing_prefix@/share/sitecing/component.skel | ||
24 | |||
25 | AutoBuildFiles *.chtml | ||