Re: Newbie question about apache

2002-07-25 Thread Erik Mattsson
]> Sent: Thursday, July 25, 2002 12:31 PM Subject: Re: Newbie question about apache > >I've just installed the apache2 from /usr/ports/www, and I want this to run > >everytime when I reboot the machine. How do I do it? > > It sets itself up to launch at startup automat

Re: Newbie question about apache

2002-07-25 Thread Mike Woods
>I've just installed the apache2 from /usr/ports/www, and I want this to run >everytime when I reboot the machine. How do I do it? It sets itself up to launch at startup automaticly, you shouldnt have to do a thing. -- Mike Woods WoA SE Webmonkey & General Dogsbody Amiga North Thames Webmaster &

Re: Newbie question about apache

2002-07-25 Thread Roman Neuhauser
> From: "Erik Mattsson" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: Newbie question about apache > Date: Thu, 25 Jul 2002 10:27:32 +0200 > > Hi > > I've just installed the apache2 from /usr/ports/www, and I want this > to r

Re: Newbie question about apache

2002-07-25 Thread Henrik Hudson
"Userland" startup scripts (ie: the ones created by the admin) go in: /usr/local/etc/rc.d Create a shell script, for this example: apache.sh and then chmod 755 it. Note: The files HAVE to be called something.sh and they HAVE to be chmod 755 otherwise they don't work. Note: Use the a

Newbie question about apache

2002-07-25 Thread Erik Mattsson
Hi I've just installed the apache2 from /usr/ports/www, and I want this to run everytime when I reboot the machine. How do I do it? Ive also installed tomcat4.0 and want it to run at boot time as well, BUT how do i force it to run as the www user? //erik