Added prior art yawex perl wiki
This commit is contained in:
parent
5b1370e964
commit
cacf2c45da
32 changed files with 1104 additions and 0 deletions
4
history/priorart/yawex-0.7.4/apache/README
Normal file
4
history/priorart/yawex-0.7.4/apache/README
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Beispiel für eine Erweiterung der Apache Konfiguration bei
|
||||
der Installation von yawex mit seinen verschiedenen
|
||||
Hilfsdokumenten.
|
||||
|
||||
3
history/priorart/yawex-0.7.4/apache/httpd.conf.add
Normal file
3
history/priorart/yawex-0.7.4/apache/httpd.conf.add
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
# yawex configuration
|
||||
Include /etc/httpd/yawex.conf
|
||||
10
history/priorart/yawex-0.7.4/apache/yawex.conf
Normal file
10
history/priorart/yawex-0.7.4/apache/yawex.conf
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<Directory /var/www/testwiki>
|
||||
AllowOverride AuthConfig
|
||||
Options FollowSymLinks
|
||||
</Directory>
|
||||
|
||||
alias /testwiki/templates/ /var/www/testwiki/templates/
|
||||
alias /testwiki/javascript/ /var/www/testwiki/javascript/
|
||||
scriptalias /testwiki/member /var/www/testwiki/login/yawex.pl
|
||||
scriptalias /testwiki/public /var/www/testwiki/cgi-bin/yawex.pl
|
||||
scriptalias /testwiki/register /var/www/testwiki/cgi-bin/yawex.pl
|
||||
Loading…
Add table
Add a link
Reference in a new issue