[OGo-Users] Re: starting ogo-webui-1.0 ...: [FAILED]
Adam Tauno Williams
users@opengroupware.org
Thu, 30 Nov 2006 14:11:49 -0500
> so i should just skip ahead to the next steps on that apache doc?
If you installed via RPM all this is almost certainly setup for you.
Restart apache and go to http://{hostname}/OpenGroupware [CASE
SENSITIVE] and see what happens.
> On 11/30/06, Adam Tauno Williams <adam@morrison-ind.com> wrote:
> > > here is all that it returns:
> > > [root@expnd ~]# netstat -anp | grep :20000
> > > tcp 0 0 128.177.28.84:20000 0.0.0.0:*
> > > LISTEN 27878/ogo-webui-1.1
> > That means the Opengroupware WebUI is running! SO trying to start it a
> > second time fails.
> > BTW, most modern distributions use service scripts. You should have a
> > file like ogo-webui-1.1 in /etc/rc.d, /etc/init.d/rc.d, or /etc/init.d
> > (I have no experience with Fedore - but there is very rarely much at all
> > truly unique between distributions). A "/etc/rc.d/ogo-webui-1.1 stop"
> > or an "etc/rc.d/ogo-webui-1.1 start" (adjusting your path accordingly)
> > should start and stop the service properly.