Changes between Version 1 and Version 2 of SWAT


Ignore:
Timestamp:
Feb 11, 2008, 6:14:38 PM (16 years ago)
Author:
guest
Comment:

layout

Legend:

Unmodified
Added
Removed
Modified
  • SWAT

    v1 v2  
    1111 3. Edit x:\apache2\conf\httpd.conf
    1212
    13     ServerRoot "x:/apache2" [[BR]]
    14     DocumentRoot "x:/apache2/htdocs"
     13    {{{ServerRoot "x:/apache2"}}} [[BR]]
     14    {{{DocumentRoot "x:/apache2/htdocs"}}}
    1515
    16     # This should be changed to whatever you set DocumentRoot to.[[BR]]
    17     <Directory "x:/apache2/htdocs">
     16    # This should be changed to whatever you set {{{DocumentRoot}}} to.[[BR]]
     17    {{{<Directory "x:/apache2/htdocs">}}}
    1818   
    19     ScriptAlias /cgi-bin/ "x:/apache2/cgi-bin/"
     19    {{{ScriptAlias /cgi-bin/ "x:/apache2/cgi-bin/"}}}
    2020   
    21     <Directory "d:/programs/apache/cgi-bin/samba">[[BR]]
    22     AllowOverride All[[BR]]
    23     Options None[[BR]]
    24     Order allow,deny[[BR]]
    25     Allow from all[[BR]]
    26     </Directory>
     21    {{{<Directory "d:/programs/apache/cgi-bin/samba">}}}[[BR]]
     22    {{{AllowOverride All}}}[[BR]]
     23    {{{Options None}}}[[BR]]
     24    {{{Order allow,deny}}}[[BR]]
     25    {{{Allow from all}}}[[BR]]
     26    {{{</Directory>}}}
    2727
    2828 4. Adjust startup.cmd in x:\apache2 with set beginlibpath=x:\apache2\bin;x:\apache2\modules