If you're having other problems building on EL7, there are some binary
RPMS at http://terabithia.org/rpms/xymon/testing/el7/ . I've got them
running on VMs, but not sure how many folks are using EL7 in production
with them yet.
I don't recall any major stumbling blocks besides the Apache 2.2 -> 2.4
thing (which is also the case on Fedora - dealt with in the RPMs).
If you've got SELinux running, check the audit logs for any failures. You
might need to run this to get CGIs to work if you're in Enforcing mode:
/usr/sbin/setsebool -P httpd_can_network_connect on
HTH,
-jc
On Thu, September 4, 2014 9:59 pm, Ralph Mitchell wrote:
Take a look at this, then go fix /etc/httpd/conf.d/xymon-apache.conf:
http://stackoverflow.com/questions/12140559/error-with-htaccess-and-mod-rewrite
*NOTE* for maintainers: can the build script detect the Apache version and
write the correct Allow/Require lines?? Please??
If you see nothing at all in the apache logs (/var/log/httpd/*), try
turning off the built-in firewall for a couple of minutes and retry:
service firewalld stop
You'll want to turn that back on eventually, with an appropriate rule to
allow traffic to get through to the web server, but for testing purposes,
just turn it off. The "appropriate rule" depends on your configuration
needs - i.e. allow/deny access from specific IP addresses, what port
you're
using (80, 443, 8080, etc) for Apache and so on.
Ralph Mitchell
On Thu, Sep 4, 2014 at 11:45 PM, Tom Schmitt <user-6bdb181ad4fe@xymon.invalid> wrote:
I just download and installed centos 7.
I never got centos 6.5 apache too work with xymon.
Has anyone got centos 7 working with xymon?
Or does anyone have a working howto?
I never could get apache to allow the xymon web pages to work.
Thanks in advance
I want to get the utilities I have written ported to a newer supported
version.
Maybe I can save others time.
Tom Schmitt