On Mon, Sep 04, 2006 at 12:19:13PM +0100, Graham Perrin wrote: > On 25 Aug 2006, at 11:36, Brian Sutherland wrote: > > >Ok, I'm just going to go through a number of de-bugging steps. > > > >First try to start the daemon from the init script: > > > >sudo /etc/init.d/schooltool start > > This works, but only if the HTML port is set to 7080 (the default).
Or anything higher than 1024, I would think. The Debian package runs the schooltool server process as user 'schooltool', not as 'root', for security reasons. Non-root processes cannot listen on network ports < 1024. You can, however, have Apache listening on port 80 and forwarding the requests to SchoolTool. It is documented in SchoolTool's readme, the section about virtual hosting. Marius Gedminas -- Seen on a button at an SF Convention: Veteran of the Bermuda Triangle Expeditionary Force. 1990-1951.
signature.asc
Description: Digital signature
_______________________________________________ Schooltool mailing list [email protected] http://lists.schooltool.org/mailman/listinfo/schooltool
