[plug] re install applications on Red Hat 7

NVT Australia greg at nvt.com.au
Sat Apr 28 16:28:42 WST 2001


Thanks Wayne

I will give it a go...

Greg

-----Original Message-----
From: Wayne Pringle-Wood [mailto:pringle at tartarus.uwa.edu.au]
Sent: Saturday, April 28, 2001 4:21 PM
To: plug at plug.linux.org.au
Subject: RE: [plug] re install applications on Red Hat 7





On Sat, 28 Apr 2001, NVT Australia wrote:

> Thanks Carl
> 
> The CD has all the goodies on it but I have checked the KDE interface
> through out and it has no references to Apache or Mysql. The install was
> semi auto selecting server model and then choosing the applications. One
> would assume it is there but it aint visible. Unless it's run from the
> terminal window?

Seeing that apache and Mysql are run as daemons, they dont have a default
front end in kde. to check if they are actualy installed on your system
use
rpm -qa | grep apache
or
rpm -qa | grep mysql

and to see if they are running 

ps auxf | grep httpd (for apache)
and
 
ps auxf | grep mysql


hope that helps


Wayne

 






More information about the plug mailing list