Changes To Cookbook
Not logged in

Changes to "Cookbook" between 2009-04-20 14:06:55 and 2009-04-20 14:07:46

    53     53   <font color="#a52a2a">16 </font>&nbsp;&nbsp;&nbsp;&nbsp;<font color="#a52a2a"><b>chmod</b></font>&nbsp;<font color="#ff00ff">755</font>&nbsp;<font color="#a020f0">$DESTINATION</font><br>
    54     54   <font color="#a52a2a">17 </font>&nbsp;&nbsp;<font color="#a52a2a"><b>done</b></font><br>
    55     55   <font color="#a52a2a">18 </font><font color="#a52a2a"><b>else</b></font><br>
    56     56   <font color="#a52a2a">19 </font>&nbsp;&nbsp;sudo <font color="#a020f0">$0</font>&nbsp;<font color="#a020f0">$*</font><br>
    57     57   <font color="#a52a2a">20 </font><font color="#a52a2a"><b>fi</b></font><br>
    58     58   </font></nowiki>
    59     59   
    60         -The following <cite>apache2</cite> configuration can be used to run the root of a URL with fossil, but still allow other services / documents to be reached via specific URLs. Replace "code.autonomo.us" with your site's name and "dclark@pobox.com" with your email.
           60  +The following <cite>apache2</cite> configuration can be used to run the root of a web site with fossil, but still allow other services / documents to be reached via specific URLs. Replace "code.autonomo.us" with your site's name and "dclark@pobox.com" with your email.
    61     61   
    62     62   <verbatim>
    63     63   NameVirtualHost *:80
    64     64   <VirtualHost *:80>
    65     65       ServerName code.autonomo.us
    66     66       ServerAdmin dclark@pobox.com
    67     67       ErrorLog /var/log/apache2/code.autonomo.us-error.log