summaryrefslogtreecommitdiffabout
path: root/htdocs/index.chtml
Unidiff
Diffstat (limited to 'htdocs/index.chtml') (more/less context) (show whitespace changes)
-rw-r--r--htdocs/index.chtml8
1 files changed, 5 insertions, 3 deletions
diff --git a/htdocs/index.chtml b/htdocs/index.chtml
index e8cedda..20d34c2 100644
--- a/htdocs/index.chtml
+++ b/htdocs/index.chtml
@@ -30,15 +30,17 @@
30 </p> 30 </p>
31 <p class="note"> 31 <p class="note">
32 Note, that the configuration is tailored for apache 2.x. It is no problem to 32 Note, that the configuration is tailored for apache 2.x. It is no problem to
33 get it working with apache 1.3.x, although I haven't tried and so I am not 33 get it working with apache 1.3.x, although I haven't tried and so I am not
34 sure if it will run out of the box (your patches are <a 34 sure if it will run out of the box (your patches are <a
35 href="mailto:sitecing-patches@klever.net">welcome</a>). Also note that you 35 href="mailto:sitecing-patches@klever.net">welcome</a>). Also note that you
36 will need <a href="http://fastcgi.com/">mod_fastcgi</a> apache module, which 36 may need <a href="http://fastcgi.com/">mod_fastcgi</a> apache module,
37 is the only CGI-interface supported by the <em>site-C-ing</em> engine at the 37 although now that fastcgi is not the only supported interface you may get the
38 moment. 38 thing running with 'plain' CGI with a bit of tweaking. Again, if you got it
39 working without breaking the fastcgi part your patches are <a
40 href="mailto:sitecing-patches@klever.net">welcome</a>.
39 </p> 41 </p>
40 <p> 42 <p>
41 Once you get it all done you will want to restart your apache and start the 43 Once you get it all done you will want to restart your apache and start the
42 <em>site-C-ing</em> fastcgi server by issuing the <code>make restart</code> 44 <em>site-C-ing</em> fastcgi server by issuing the <code>make restart</code>
43 command. 45 command.
44 </p> 46 </p>