diff options
author | itetcu <itetcu@FreeBSD.org> | 2010-01-29 05:47:17 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2010-01-29 05:47:17 +0800 |
commit | b07ed930676a4be9f479c05231d38dc251e62fb1 (patch) | |
tree | f94a7d18aeb8e8d2d0a992909809b17253c2c0c9 /ports-mgmt/tinderbox/files | |
parent | 7b4b4ee4314b1e8c7244f36d4b0f3fb0a5cf8104 (diff) | |
download | freebsd-ports-gnome-b07ed930676a4be9f479c05231d38dc251e62fb1.tar.gz freebsd-ports-gnome-b07ed930676a4be9f479c05231d38dc251e62fb1.tar.zst freebsd-ports-gnome-b07ed930676a4be9f479c05231d38dc251e62fb1.zip |
Add support for www/hiawatha for WebUI.
PR: 142090
Submitted by: Chris Petrik
Diffstat (limited to 'ports-mgmt/tinderbox/files')
-rw-r--r-- | ports-mgmt/tinderbox/files/pkg-message.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ports-mgmt/tinderbox/files/pkg-message.in b/ports-mgmt/tinderbox/files/pkg-message.in index ef714324b6ea..df8d22faf10a 100644 --- a/ports-mgmt/tinderbox/files/pkg-message.in +++ b/ports-mgmt/tinderbox/files/pkg-message.in @@ -19,6 +19,7 @@ The following walkthrough is the webserver setup: Allow from all </Directory> + - In your Lighttpd configuration: Turn on "mod_alias" and add the following lines: @@ -29,6 +30,16 @@ alias.url = ( "/tb/logs/" => "%%PREFIX%%/tinderbox/logs/", "/tb/" => "%%PREFIX%%/tinderbox/scripts/webui/" ) dir-listing.activate = "enable" + +- In you Hiawatha configuration: + +Alias is a built in command, no need to load any special mod + +Alias = /tb/logs:%%PREFIX%%/tinderbox/logs +Alias = /tb/packages:%%PREFIX%%/tinderbox/packages +Alias = /tb/errors:%%PREFIX%%/tinderbox/errors +Alias = /tb/:%%PREFIX%%/tinderbox/scripts/webui + Check your system by going to http://localhost/tb/ ============================================================================= |