<?xml version="1.0" encoding="windows-1252"?>
<node id="462654" title="GrandFather's scratchpad" created="2005-06-01 16:58:44" updated="2005-08-14 03:30:12">
<type id="182711">
scratchpad</type>
<author id="461912">
GrandFather</author>
<data>
<field name="doctext">
&lt;c&gt;
&lt;VirtualHost *:80&gt;
        ServerName edu.rasnz.pdj

        ServerAdmin webmaster@localhost

        DocumentRoot /var/www/edu/httpdocs

        &lt;Directory /&gt;
                Options FollowSymLinks +ExecCGI
                AllowOverride None
        &lt;/Directory&gt;

        &lt;Directory /var/www/httpdocs&gt;
                Options +ExecCGI Includes Indexes FollowSymLinks MultiViews
                AllowOverride All
                Order allow,deny
                allow from all
        &lt;/Directory&gt;

        ScriptAlias /cgi-bin/ /var/www/edu/cgi-bin/

        &lt;Directory "/var/www/edu/cgi-bin"&gt;
                AllowOverride None
                Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
                Order allow,deny
                Allow from all
                AddHandler cgi-script .pl
        &lt;/Directory&gt;

        ErrorLog ${APACHE_LOG_DIR}/error.log

        # Possible values include: debug, info, notice, warn, error, crit,
        # alert, emerg.
        LogLevel warn

        CustomLog ${APACHE_LOG_DIR}/access.log combined
&lt;/VirtualHost&gt;
&lt;/c&gt;

</field>
</data>
</node>
