21
edits
Line 103: | Line 103: | ||
=== Web Server === | === Web Server === | ||
Setup web server to find tinderbox3/ | Setup web server to find tinderbox3/scripts and treat .pl files as | ||
cgi scripts. | cgi scripts. | ||
Running Apache 2.x., the following was added: | Running Apache 2.x., the following was added: | ||
<pre> | <pre> | ||
Alias /tinderbox /path/to/code/tinderbox3/ | Alias /tinderbox /path/to/code/tinderbox3/scripts | ||
<DirectoryMatch "/path/to/code/tinderbox3/ | <DirectoryMatch "/path/to/code/tinderbox3/scripts"> | ||
Options +ExecCGI +FollowSymLinks | Options +ExecCGI +FollowSymLinks | ||
AddHandler cgi-script .pl | AddHandler cgi-script .pl |
edits