Changes between Version 1 and Version 2 of SWAT
- Timestamp:
- Feb 11, 2008, 7:14:38 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SWAT
v1 v2 11 11 3. Edit x:\apache2\conf\httpd.conf 12 12 13 ServerRoot "x:/apache2"[[BR]]14 DocumentRoot "x:/apache2/htdocs"13 {{{ServerRoot "x:/apache2"}}} [[BR]] 14 {{{DocumentRoot "x:/apache2/htdocs"}}} 15 15 16 # This should be changed to whatever you set DocumentRootto.[[BR]]17 <Directory "x:/apache2/htdocs">16 # This should be changed to whatever you set {{{DocumentRoot}}} to.[[BR]] 17 {{{<Directory "x:/apache2/htdocs">}}} 18 18 19 ScriptAlias /cgi-bin/ "x:/apache2/cgi-bin/"19 {{{ScriptAlias /cgi-bin/ "x:/apache2/cgi-bin/"}}} 20 20 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>}}} 27 27 28 28 4. Adjust startup.cmd in x:\apache2 with set beginlibpath=x:\apache2\bin;x:\apache2\modules