# This is a portion of an Apache server script. Which script precisely doesn't # really matter since they're only separate for convenience of reference # anyway. ScriptAlias /cgi-bin/ /local/home/httpd/cgi-bin/ ScriptAlias /support /local/home/httpd/support ScriptAlias /util /local/home/httpd/util AddType text/html shtml AddHandler cgi-script .cgi AddHandler server-parsed shtml AddHandler imap-file map AddHandler type-map var # This next line is the whole point of the example. Everything else just # provides context. This next line sets up the wrapper script so that it's # called to preprocess all HTML files. Action text/html /util/action-style.pl Options FollowSymLinks Includes Indexes AllowOverride Options order allow,deny allow from all AllowOverride None Options None