View | Details | Raw Unified | Return to bug 106683
Collapse All | Expand All

(-)files/pkg-message.in (-5 / +14 lines)
Lines 86-100 Link Here
86
86
87
- In your Apache configuration, add the following lines:
87
- In your Apache configuration, add the following lines:
88
88
89
  Alias /tb/logs/ "/usr/local/tinderbox/logs/"
89
  Alias /tb/logs/ "%%PREFIX%%/tinderbox/logs/"
90
  Alias /tb/packages/ "/usr/local/tinderbox/packages/"
90
  Alias /tb/packages/ "%%PREFIX%%/tinderbox/packages/"
91
  Alias /tb/errors/ "/usr/local/tinderbox/errors/"
91
  Alias /tb/errors/ "%%PREFIX%%/tinderbox/errors/"
92
  Alias /tb/ "/usr/local/tinderbox/scripts/www-exp/"
92
  Alias /tb/ "%%PREFIX%%/tinderbox/scripts/www-exp/"
93
  <Directory "/usr/local/tinderbox/">
93
  <Directory "%%PREFIX%%/tinderbox/">
94
      Order allow,deny
94
      Order allow,deny
95
      Allow from all
95
      Allow from all
96
  </Directory>
96
  </Directory>
97
97
98
- In your Lighttpd configuration:
99
100
Turn on "mod_alias" and add the following lines:
101
102
alias.url = ( "/tb/packages/" => "%%PREFIX%%/tinderbox/packages/",
103
              "/tb/errors/" => "%%PREFIX%%/tinderbox/errors/",
104
              "/tb/" => "%%PREFIX%%/tinderbox/scripts/www-exp/" )
105
dir-listing.activate = "enable"
106
98
  Check your system by going to http://localhost/tb/
107
  Check your system by going to http://localhost/tb/
99
108
100
The following walkthrough is the first run for a port in the
109
The following walkthrough is the first run for a port in the

Return to bug 106683