Re: [AOLSERVER] tcpserver and daemontool running aolserver

2005-06-26 Thread Tom Jackson
On Sunday 26 June 2005 07:34, Mrad James Deane wrote: > my problem is i'm using freebsd and it can't let aolserver run on port 80 > with -u www so i'm trying to use setuidgid from daemontools because i have > succesffuly run qmail on port 25 using it with another user than root. > thanks You canno

Re: [AOLSERVER] tcpserver and daemontool running aolserver

2005-06-26 Thread Bas Scheffers
Does this really not work on BSD? Interesting... tcpserver is a very simple server, all it does is fork off a new qmail-smtpd process, one for each connection, which just reads it's stdin and stdout. Fine for email, but that is no way to run a webserver and with AOLserver it simply can't be done.

Re: [AOLSERVER] tcpserver and daemontool running aolserver

2005-06-26 Thread Mrad James Deane
my problem is i'm using freebsd and it can't let aolserver run on port 80 with -u www so i'm trying to use setuidgid from daemontools because i have succesffuly run qmail on port 25 using it with another user than root. thanks _ MSN

Re: [AOLSERVER] tcpserver and daemontool running aolserver

2005-06-26 Thread Bas Scheffers
Only if you want to run on a port greater than 1024, if you want it below, AOLserver has to be started as root and switch itself with -u ang -g. Cheers, Bas. On 26 Jun 2005, at 11:15, Mrad James Deane wrote: can we use setuidgit paramater instead of u and g like this : | setuidgid www ___

Re: [AOLSERVER] tcpserver and daemontool running aolserver

2005-06-26 Thread Mrad James Deane
can we use setuidgit paramater instead of u and g like this : | setuidgid www _ MSN Hotmail : antivirus et antispam intégrés http://www.msn.fr/newhotmail/Default.asp?Ath=f -- AOLserver - http://www.aolserver.com/ To Remove yoursel

Re: [AOLSERVER] tcpserver and daemontool running aolserver

2005-06-25 Thread Tom Jackson
Hi, I wrote up a mini-howto a long time ago, but it still is useful. There is a statup script near the bottom, and you should look at the svgroup script, which allows users of a given group to control the server, so root doesn't have to do it.

Re: [AOLSERVER] tcpserver and daemontool running aolserver

2005-06-25 Thread Bas Scheffers
ganymede:/service/nsd # cat run #!/bin/sh exec /usr/local/aolserver/bin/nsd -it /etc/nsd.d/nsd.tcl -u nsd -g nsd the "i" parameter is like the "f" (foreground) parameter, with the difference that all output does go to server.log. This is important as without it, nsd would run as daemon and daemon

Re: [AOLSERVER] tcpserver and daemontool running aolserver

2005-06-24 Thread Mrad James Deane
can you give an example of script(command) to start aolserver using daemontools plz . The script found on OpenACS have no relation on how to do it. thanks _ MSN Hotmail : antivirus et antispam intégrés http://www.msn.fr/newhotmail/De

Re: [AOLSERVER] tcpserver and daemontool running aolserver

2005-06-24 Thread Steve
You can use daemontool to control AOLserver. OpenACS has a page on setting it up http://openacs.org/doc/openacs-5-1/install-daemontools.html You can get the script from the OpenACS source tarball. Don't know about tcpserver - can't think why you would want to start a new AOLserver for each conn

[AOLSERVER] tcpserver and daemontool running aolserver

2005-06-24 Thread Mrad James Deane
Hi, i want to know if aolserver can be started by tcpserver (ucspi-tcp) and daemontool instead the standard server , it will be a cool feature if this can be done, thanks _ MSN Hotmail : antivirus et antispam intégrés http://www.msn.