X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2FREADME.txt;h=7d6bd8593cd479218942197cd5e5e6cdbb725cab;hb=6a38faea03a78f287bc248dd6ae405d7f1e579f4;hp=2bc50943d32c7c30cb4e95802c8847551827bf5b;hpb=484251b23e90aa7a65640263079d2246568538b6;p=citadel.git diff --git a/webcit/README.txt b/webcit/README.txt index 2bc50943d..7d6bd8593 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -254,7 +254,7 @@ virtual host through to WebCit. The alternative way, which does work but is not quite as robust, is to "mount" the WebCit paths as directory aliases to your main document root. -Here is how to configure the NameVirtualHost method: +Here is how to configure the NameVirtualHost method (recommended) : #here some of your config stuff like logging, serveradmin... @@ -269,7 +269,7 @@ Here is how to configure the NameVirtualHost method: alias /static /var/lib/citadel/www/static -Here is how to configure the "subdirectory" method: +Here is how to configure the "subdirectory" method (not recommended) : #here some of your config stuff like logging, serveradmin... @@ -295,9 +295,6 @@ Here is how to configure the "subdirectory" method: ProxyPassReverse /groupdav/ http://127.0.0.1:2000/groupdav/ ProxyPass /who_inner_html http://127.0.0.1:2000/who_inner_html ProxyPassReverse /who_inner_html http://127.0.0.1:2000/who_inner_html -# The following line is optional. It allows WebCit's static content -# such as images to be served directly by Apache. - alias /static /var/lib/citadel/www/static @@ -328,5 +325,5 @@ bin: the binaries. ---------- That's all you need to know to get started. If you have any questions or -comments, please visit UNCENSORED! BBS, the home of Citadel, at -http://uncensored.citadel.org - and go to the "Citadel Support" room. +comments, visit the Citadel Support room on UNCENSORED! BBS, the home of Citadel: +http://uncensored.citadel.org/dotgoto?room=Citadel%20Support