Author Archives: Paul

About Paul

CERT Coordinator, Ham Radio Operator, GTD Fan; Photographer; Domino/Notes Administrator

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

HTML dev hosted by Apache Tomcat

Desired Outcome: Learning basic HTML and hosting the files on my Apache Tomcat server. Note: Keep in mind that I have installed Apache Tomcat — this is not the same as vanilla Apache. Tomcat can host basic HTML files, with … Continue reading

Posted in HTML Programming | 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