[plug] re install applications on Red Hat 7

Wayne Pringle-Wood pringle at tartarus.uwa.edu.au
Sat Apr 28 16:21:07 WST 2001




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