# Apache 1.3 with mod_perl 1.29 configuration file for # twiki.holgerdanske.com running as a named virtual host on a machine # directly connected to the Internet # (p3800.holgerdanske.com). The # Apache daemon runs as the user dpchrist, and the twiki software is # rooted at /home/dpchrist/twiki. PHP is not installed. This file # is included by the main Apache configuration file. BrowserMatchNoCase ^$ blockAccess ServerName twiki.holgerdanske.com DocumentRoot /home/dpchrist/twiki/htdocs Redirect /index.html http://twiki.holgerdanske.com/bin/twiki ScriptAlias /bin/ /home/dpchrist/twiki/bin/ AllowOverride None Order Allow,Deny Allow from all Deny from env=blockAccess Options ExecCGI FollowSymLinks SetHandler cgi-script PerlHandler Apache::Registry PerlSendHeader On AuthUserFile /home/dpchrist/twiki/data/.htpasswd AuthName "Please enter your username and password for twiki. Choose 'Cancel' to create a new account." AuthType Basic ErrorDocument 401 /bin/view/TWiki/TWikiRegistration SetHandler cgi-script Order Deny,Allow Deny from all Allow from 127.0.0.1 64.142.42.100 Require user admin Satisfy Any require valid-user Alias /pub /home/dpchrist/twiki/pub Options None AllowOverride Limit Allow from all AddType text/plain .html .htm .shtml .php .php3 .phtml .phtm .pl .py .cgi Alias /doc /home/dpchrist/twiki/doc Options None AllowOverride Limit Allow from all