Tinderbox/Tbox3 Setup: Difference between revisions

Line 103: Line 103:
=== Web Server ===
=== Web Server ===


Setup web server to find tinderbox3/server and treat .pl files as
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/server
Alias /tinderbox /path/to/code/tinderbox3/scripts
<DirectoryMatch "/path/to/code/tinderbox3/server">
<DirectoryMatch "/path/to/code/tinderbox3/scripts">
     Options +ExecCGI +FollowSymLinks
     Options +ExecCGI +FollowSymLinks
     AddHandler cgi-script .pl
     AddHandler cgi-script .pl
21

edits