[PLUG] Apache

Robbert van Andel robbert at vafam.com
Wed May 8 14:15:56 UTC 2002


I started doing that and got a little lost because the how to I was
reading wasn't very specific.  Thanks, I will try it.

Robbert

-----Original Message-----
From: plug-admin at lists.pdxlinux.org
[mailto:plug-admin at lists.pdxlinux.org] On Behalf Of Matt Alexander
Sent: Tuesday, May 07, 2002 10:36 PM
To: plug at lists.pdxlinux.org
Subject: RE: [PLUG] Apache

If you built from source, then you'll need to create your own startup
script and drop it in /etc/init.d/ then make a symlink to it in your
favorite runlevel.  Here's a simple one to get you going:

#!/bin/sh

case "$1" in
start)
	/usr/local/apache/bin/apachectl start
	;;
stop)
	/usr/local/apache/bin/apachectl stop
	;;
*)
	echo $"*** Usage: $prog {start|stop}"
	exit 1
esac

exit $?


-----------

"The only thing necessary for evil to triumph is for good men to do
nothing"
  --Edmund Burke.

On Tue, 7 May 2002, Robbert van Andel wrote:

> This is what I ran into when I used the GUI version of this tool.
> Neither Apache nor HTTPD show up.  Does that mean I did something
wrong
> when installing, or is there another service I should be looking for.
>
> Robbert
>
> -----Original Message-----
> From: plug-admin at lists.pdxlinux.org
> [mailto:plug-admin at lists.pdxlinux.org] On Behalf Of Dan Young
> Sent: Tuesday, May 07, 2002 8:28 PM
> To: plug at lists.pdxlinux.org; robbert at vafam.com
> Subject: Re: [PLUG] Apache
>
> Bah, I fired that off before I could spit it all out.
>
> > What is your distribution of choice?
> >
> > For Redhat-esque systems, you can use
> >
> >  ntsysv
> >
> > which is
>
> curses-based. Very easy to use. Become root, /usr/sbin/ntsysv, and
check
> the box next to the service (httpd, in your case) that you want to
start
> on startup.
> -Dan Young
>
> >
> >> I just installed Apache 2 on my computer for use as an internal
> >> webserver.  I'm having trouble getting it to get httpd to start
when
> I
> >> boot the machine.
> >>
> >> Any suggestions will be greatly appreciated.
> >>
> >> Robbert van Andel
> >>
> >>
> >> _______________________________________________
> >> PLUG mailing list
> >> PLUG at lists.pdxlinux.org
> >> http://lists.pdxlinux.org/mailman/listinfo/plug
> >
> >
> > --
>
>
> --
>
>
>
>
> _______________________________________________
> PLUG mailing list
> PLUG at lists.pdxlinux.org
> http://lists.pdxlinux.org/mailman/listinfo/plug
>
>
>
> _______________________________________________
> PLUG mailing list
> PLUG at lists.pdxlinux.org
> http://lists.pdxlinux.org/mailman/listinfo/plug
>


_______________________________________________
PLUG mailing list
PLUG at lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug






More information about the PLUG mailing list