mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
Add missing alias for the logs in httpd config.
PR: 116124 Submitted by: chinsan@
This commit is contained in:
parent
cb5f1cecf5
commit
a672f34938
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198867
@ -103,9 +103,10 @@ The following walkthrough is the webserver setup:
|
||||
|
||||
Turn on "mod_alias" and add the following lines:
|
||||
|
||||
alias.url = ( "/tb/packages/" => "%%PREFIX%%/tinderbox/packages/",
|
||||
"/tb/errors/" => "%%PREFIX%%/tinderbox/errors/",
|
||||
"/tb/" => "%%PREFIX%%/tinderbox/scripts/www-exp/" )
|
||||
alias.url = ( "/tb/logs/" => "%%PREFIX%%/tinderbox/logs/",
|
||||
"/tb/packages/" => "%%PREFIX%%/tinderbox/packages/",
|
||||
"/tb/errors/" => "%%PREFIX%%/tinderbox/errors/",
|
||||
"/tb/" => "%%PREFIX%%/tinderbox/scripts/www-exp/" )
|
||||
dir-listing.activate = "enable"
|
||||
|
||||
Check your system by going to http://localhost/tb/
|
||||
|
@ -103,9 +103,10 @@ The following walkthrough is the webserver setup:
|
||||
|
||||
Turn on "mod_alias" and add the following lines:
|
||||
|
||||
alias.url = ( "/tb/packages/" => "%%PREFIX%%/tinderbox/packages/",
|
||||
"/tb/errors/" => "%%PREFIX%%/tinderbox/errors/",
|
||||
"/tb/" => "%%PREFIX%%/tinderbox/scripts/www-exp/" )
|
||||
alias.url = ( "/tb/logs/" => "%%PREFIX%%/tinderbox/logs/",
|
||||
"/tb/packages/" => "%%PREFIX%%/tinderbox/packages/",
|
||||
"/tb/errors/" => "%%PREFIX%%/tinderbox/errors/",
|
||||
"/tb/" => "%%PREFIX%%/tinderbox/scripts/www-exp/" )
|
||||
dir-listing.activate = "enable"
|
||||
|
||||
Check your system by going to http://localhost/tb/
|
||||
|
Loading…
Reference in New Issue
Block a user