Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Sorry for the delay, but I'm still in a meeting. You'll have to configure either of your sites to listen on a different interface or port. For example create a virtualhost. Look into Apache configuration for that. Here's an example.
but there is no problem having a httpd.conf in /usr/local/groundwork/apache2/conf/ ? because there is also /etc/apache2/httpd.conf (now it's empty, but not sure if it was earlier)..
The best is to have one instance of Apache and configure that correctly to reflect all your sites. So if you already had Apache configured with various services/sites you can best add Nagios to that one and disable the Apache that came integrated with GroundWork (or vice versa for that matter).
Apache2 doesn't use httpd.conf any more so you should look in /etc/apache2/sites-enabled for the configuration of your current sites/services.
Have a look at the startup scripts for GroundWork. If I recall correctly then you can easily comment out the apache part of GroundWork, configure Apache to include the GW interface and test it.
OK that is being done, but besides that i've got another problem.. I had problems with apache and mysql because they were already installed so I comment out their startup scripts.
But doing that I think nothing is being uploaded to MySQL because I can't see there any of the databases. Do you know something to work around this problem?
I imagine you're connecting to the wrong MySQL socket. There should be databases visible. If I recall correctly: monarch, GWCollageDB, ... Have a look here at the documentation for the Enterprise edition (it's very similar to the community edition, only has more functionality). They point to a setenv.sh script. Check if you have that to and if you do, source it and try connecting to MySQL again.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.