Tagged Questions
3
votes
2answers
338 views
Nagios Hardening
I've been trying to look into hardening Nagios (if there is such a thing...), but haven't found anything too definitive on what to do or guidance on what to even look at.
I'm wary to keep Nagios ...
0
votes
1answer
176 views
perl application won't start in apache when running as a service
I have installed Netdisco, which is a perl based network discovery tool
When I run httpd from a terminal prompt as root, it works fine.
When I try and start Apache as a service (service httpd ...
0
votes
1answer
448 views
CentOS apache startup config file security error
I am setting up a NetDisco machine on CentOS, which entails adding an include to the apache httpd.conf file.
When I start apache by running "httpd" from a root command prompt, the process launches.
...
1
vote
1answer
855 views
How to set a network interface as 'trusted' on Centos 6 (with multiple interfaces)
I have a box with two wired network interfaces. On Centos 5 I could run the setup command in console and set which interface is trusted and which not in the firewall configuration (e.g. eth1 trusted, ...
2
votes
1answer
488 views
How to construct SELinux rules for a Glassfish server
I'm running Glassfish 3.1 on a CentOS 6 solution and by default SELinux is enabled. I have installed Sun's JDK version 1.6.0_29 on the server and extracted the Glassfish 3.1.1 to /opt/glassfish-3.1.1 ...