new doc files.
This commit is contained in:
parent
aad0f0fe28
commit
a2dccbab8b
28
www/twiki/files/httpd-twiki.conf
Normal file
28
www/twiki/files/httpd-twiki.conf
Normal file
@ -0,0 +1,28 @@
|
||||
ScriptAlias /twiki/bin/ "/var/www/cgi-bin/twiki/"
|
||||
Alias /twiki/ "/var/www/htdocs/twiki/"
|
||||
|
||||
<Directory "/var/www/cgi-bin/twiki">
|
||||
Options +ExecCGI
|
||||
SetHandler cgi-script
|
||||
Allow from all
|
||||
</Directory>
|
||||
|
||||
<Directory "/var/www/htdocs/twiki">
|
||||
Options FollowSymLinks +Includes
|
||||
AllowOverride None
|
||||
Allow from all
|
||||
</Directory>
|
||||
|
||||
<Directory "/var/www/htdocs/twiki/pub">
|
||||
Options FollowSymLinks +Includes
|
||||
AllowOverride None
|
||||
Allow from all
|
||||
</Directory>
|
||||
|
||||
<Directory "/var/www/htdocs/twiki/data">
|
||||
Deny from all
|
||||
</Directory>
|
||||
|
||||
<Directory "/var/www/htdocs/twiki/templates">
|
||||
Deny from all
|
||||
</Directory>
|
11
www/twiki/pkg/MESSAGE
Normal file
11
www/twiki/pkg/MESSAGE
Normal file
@ -0,0 +1,11 @@
|
||||
If you're using Apache, run it in non-chrooted mode, or create a correct
|
||||
environment with sendmail(8), egrep(1) etc. You should add
|
||||
"include /var/www/conf/httpd-twiki.conf" to your httpd.conf.
|
||||
|
||||
You have to customize your twiki installation (like WIKIWEBMASTER)
|
||||
in ${PREFIX}/htdocs/twiki/data/TWiki/TWikiPreferences.txt
|
||||
|
||||
Pages:
|
||||
* http://localhost/twiki/
|
||||
* http://localhost/twiki/bin/view/TWiki
|
||||
* http://localhost/twiki/bin/view/Main/WebHome
|
Loading…
Reference in New Issue
Block a user