Category Archives: CentOS

Apache HTTPD installed on same server as Apache Tomcat

Desired Outcome Install Apache HTTPD on same server as Apache Tomcat, so I can then get PHP working on HTTPD including SugarCRM. Also, it can be configurd so that the HTTP and Tomcat servers talk to each and pass the … Continue reading

Posted in CentOS | Tagged | Leave a comment

firewalld – understanding within Centos7

Desired Outcome: Understanding all CLI commands and features of firewalld (which replaced iptables) XREF to this for info: https://oracle-base.com/articles/linux/linux-firewall-firewalld#firewall-cmd Error I’m working with: firewall-cmd –zone=public –list-services ERROR:dbus.proxies:Introspect error on :1.4:/org/fedoraproject/FirewallD1: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 1 matched rules; type=”method_call”, sender=”:1.21″ … Continue reading

Posted in CentOS | Leave a comment

Java JDK and Apache Tomcat installed on Centos7

Desired Outcome: Get phpMyAdmin functioning on Centos7 Server, which would include things like Apache Tomcat and PHP Modified Desired Outcome — now I’m finding that Apache Tomcat is more in line with Java development vs PHP. Strategically, people use HTTPD … Continue reading

Posted in CentOS | Leave a comment