You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pg...@apache.org on 2008/11/09 21:40:20 UTC

svn commit: r712551 - /httpd/mod_wombat/trunk/docs/running-developer-tests.txt

Author: pgollucci
Date: Sun Nov  9 12:40:19 2008
New Revision: 712551

URL: http://svn.apache.org/viewvc?rev=712551&view=rev
Log:
FreeBSD additions


Modified:
    httpd/mod_wombat/trunk/docs/running-developer-tests.txt

Modified: httpd/mod_wombat/trunk/docs/running-developer-tests.txt
URL: http://svn.apache.org/viewvc/httpd/mod_wombat/trunk/docs/running-developer-tests.txt?rev=712551&r1=712550&r2=712551&view=diff
==============================================================================
--- httpd/mod_wombat/trunk/docs/running-developer-tests.txt (original)
+++ httpd/mod_wombat/trunk/docs/running-developer-tests.txt Sun Nov  9 12:40:19 2008
@@ -5,6 +5,7 @@
 
 * Build and install LuaSocket
     http://www.cs.princeton.edu/~diego/professional/luasocket/
+    FreeBSD: /usr/ports/net/luasocket
 
 * Running Tests
   1. Replace apache's httpd.conf with test/test_httpd.conf
@@ -12,3 +13,4 @@
   3. Finally, to run the tests, start apache and run:
      $ cd test
      $ lua ./test.lua
+     FreeBSD: lua-5.1 ./test.lua