--- trunk/webwork-modperl/conf/httpd-wwmp-sample.conf 2002/11/24 03:10:54 649 +++ trunk/webwork-modperl/conf/httpd-wwmp-sample.conf 2002/11/24 03:21:12 650 @@ -1,11 +1,13 @@ # The best way to turn this into a working webwork server config file is to do # a global find/replace on the following strings: -# !WEBWORK_ROOT! -> the root of your personal webwork-modperl tree -# !WEBWORK_USER! -> your user name +# !WEBWORK_ROOT! -> the root of your personal webwork-modperl tree +# !WEBWORK_USER! -> your user name +# !WEBWORK_PORT! -> the port on which you want to run this server +# (please use 10000 + your UID) Include /usr/local/etc/apache/httpd-wwmp-header.conf -Port 5000 +Port !WEBWORK_PORT! User !WEBWORK_USER! Group !WEBWORK_USER!