Error with Apache, Nagios and Snorby integration
- by user1428366
I'm trying to use apache to serve two different websites (Nagios and Snorby). The problem is that when I try to see the "/snorby" website, apache sends me the "It works" page. If I try to access to "/nagios" it works perfectly. Snorby is running under ruby passenger .This are the config files.
<VirtualHost *:80>
ScriptAlias…