On Fri, 27 Oct 2006, jeanpierre.decorps_at_eptimum.com wrote:
> I get this message when i try to run Pen with this command line :
>
> pen kdo.server:80 -r -a -f -d kdo.ws:80 192.168.0.87:80 &
>
> NB: when i run Pen with this command line :
>
> pen kdo.server:8080 -r -a -f -d kdo.ws:80 192.168.0.87:80 &
>
> all is OK, but i want Pen running on port 80 ...
You must start pen as root in order to bind port 80. You should
then also specify a non-root user for pen to run as:
pen kdo.server:80 -r -a -f -d -u penuser kdo.ws:80 \
192.168.0.87:80 &
Ulric
Received on Fri Oct 27 2006 - 14:15:30 CEST
This archive was generated by hypermail 2.2.0 : Fri Oct 27 2006 - 14:15:31 CEST