1
0
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:
Ion-Mihai Tetcu 2007-09-05 17:36:43 +00:00
parent cb5f1cecf5
commit a672f34938
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198867
2 changed files with 8 additions and 6 deletions

View File

@ -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/

View File

@ -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/