Search found 3 matches
- Thu Jun 12, 2014 7:58 am
- Forum: Open Source Nagios Projects
- Topic: Apache proxy for nagios
- Replies: 5
- Views: 12740
Re: Apache proxy for nagios
Many thanks for suggestions - I tried to change combination of proxypass directives and it looks like everything is working. It seems that previos configuration does not prevent dual rewrite - warning "Sharing worker 'http://192.168.0.31/nagios/' instead of creating new worker 'http://192.168.0...
- Wed Jun 11, 2014 2:24 am
- Forum: Open Source Nagios Projects
- Topic: Apache proxy for nagios
- Replies: 5
- Views: 12740
Re: Apache proxy for nagios
I don't have bigger problems with proxying to joomla, bugzilla, nconf, own wiki page, and zimbra mail system. I have problem only with nagios (but i still don't know why) results of httpd -S [root@serverwww-clone httpd]# httpd -S [Wed Jun 11 08:38:25.000751 2014] [so:warn] [pid 26624:tid 13966104126...
- Tue Jun 10, 2014 2:52 am
- Forum: Open Source Nagios Projects
- Topic: Apache proxy for nagios
- Replies: 5
- Views: 12740
Apache proxy for nagios
I want to proxy nagios using apache virtual host: eg. nagios.example.com My apache is working on 192.168.0.133, my nagios is on 192.168.0.31 I have tried to use some examples from net but i have problem with /nagios/cgi-bin my config: <VirtualHost 192.168.0.133:80> ServerName nagios.example.com Dire...