diff options
author | will <will@FreeBSD.org> | 2000-12-04 05:01:58 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-04 05:01:58 +0800 |
commit | 8dedc14ef4950cebf7e35dc75588673b5ef745a7 (patch) | |
tree | 9db89dea996d79e4ba264a106c2a354436631f32 /www/webstone-ssl/pkg-message | |
parent | caae8fea3dde623640ced6c5d518d7de52630c64 (diff) | |
download | freebsd-ports-gnome-8dedc14ef4950cebf7e35dc75588673b5ef745a7.tar.gz freebsd-ports-gnome-8dedc14ef4950cebf7e35dc75588673b5ef745a7.tar.zst freebsd-ports-gnome-8dedc14ef4950cebf7e35dc75588673b5ef745a7.zip |
Add Webstone-SSL 2.5, a benchmarking tool that supports SSL-enabled
http servers.
PR: 22560
Submitted by: Kazumasa Nishizawa <k_nishizawa@anet.ne.jp>
Diffstat (limited to 'www/webstone-ssl/pkg-message')
-rw-r--r-- | www/webstone-ssl/pkg-message | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/webstone-ssl/pkg-message b/www/webstone-ssl/pkg-message new file mode 100644 index 000000000000..62ce83ee7d21 --- /dev/null +++ b/www/webstone-ssl/pkg-message @@ -0,0 +1,16 @@ + +Before running webstone make sure that the non-root user +who runs webstone has rexec access to the webclients and +the web server. This user must also have write access to +/usr/local/webstone-ssl on webmaster and write access in +the web data directory on the web server. Be aware of +security risks! + +To run configure webstones, run it, and see the results: + + cd /usr/local/webstone-ssl + ${EDITOR} conf/testbed + ./webstone -genfiles + ./webstone + ./webstone -results + |