NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Koken
3 TopicsHow to run Koken on https?
What is a good way to make the Koken content management system run on https, without browsers complaining about the self-signed certificate? I experimented with creating a self-signed certificate and adding a virtual host to /apps/koken/http.conf (based on tutorials, like https://www.digitalocean.com/community/tutorials/how-to-create-a-ssl-certificate-on-apache-for-debian-7 ). This will make koken run on https. However, browsers will complain about the certificate not being trusted. Guess I need a certificate / key issued by a Certificate Authority? What is a good CA? Does anyone have experience with using a free CA? What steps would I have to take to get the key/certificate?SolvedPlease explain cause of message "App [msqlr6] invalid configuration found"
During experimenting with setting up SSL for Koken content management system, the system reported a message that I hadn't seen before. (I have since switched back to the standard koken config and the messages haven't reappeared.) In Dutch it reads "Systeem: App [mysqlr6] met ongeldige configuratie gevonden. De configuratiepagina wordt uitgeschakeld.", which (roughly) translates to: "Systeem: App [mysqlr6] with invalid configuration found. The configuration page will be switched off". In addtion there are also messages about Koken: "Systeem: App [koken] with invalid configuration found. The configuration page will be switched off". Has anyone seen that message before? What would be causing the message? Log examples: Thu May 12 2016 18:21:02 Systeem: App [mysqlr6] met ongeldige configuratie gevonden. De configuratiepagina wordt uitgeschakeld. Thu May 12 2016 18:21:02 Systeem: App [koken] met ongeldige configuratie gevonden. De configuratiepagina wordt uitgeschakeld. Thu May 12 2016 18:13:01 Systeem: App [mysqlr6] met ongeldige configuratie gevonden. De configuratiepagina wordt uitgeschakeld. Thu May 12 2016 18:13:01 Systeem: App [koken] met ongeldige configuratie gevonden. De configuratiepagina wordt uitgeschakeld. Thu May 12 2016 18:06:58 Systeem: App [koken] met ongeldige configuratie gevonden. De configuratiepagina wordt uitgeschakeld. Thu May 12 2016 18:05:27 Systeem: App [koken] met ongeldige configuratie gevonden. De configuratiepagina wordt uitgeschakeld. Thu May 12 2016 17:51:59 Systeem: App [koken] met ongeldige configuratie gevonden. De configuratiepagina wordt uitgeschakeld.Unable to select /apps/koken/ as directory for rSync (only share allowed)
I'm trying to create a "geo-redundant" setup between two Koken CMS installations on two RNs. (See also: http://help.koken.me/customer/en/portal/questions/16197007-geo-redundant-koken-setup.) Currently the master and slave are in different rooms, but the goal is to move the slave to a different geographic location in the future. The data between the two needs to be synchronized. MySQL database replication is setup. Now I want to rSync the data from the master's /apps/koken/web to the slave's /apps/koken/web directory. However, the Add Backup in the Admin Page doesn't allow me to select /apps/ directory. It only allows me to select a share from the /data/ directory. What is the reason I cannot select the /apps/ directory for a backup scenario? Is there a way to move the whole koken installation from /apps to /data? Or maybe only the /apps/koken/web to /data/koken/web? What configuration changes to Koken would I need to do that?Solved