jelastic

Jelastic configure firewall

拈花ヽ惹草 提交于 2019-12-11 15:48:09
问题 I'm using Jelastic for my application and I just installed the Apache for it. The problem is that I need to set up a firewall for it, like iptables or other, after all is a web application and it needs security. How can I do that? The host said to me, that the only way is to use VDS and I should configure a VDS for me, installing Apache, FTP and transfer my application to there. But I can believe that there is no way to protect the Apache. Thank you in advance. 回答1: The available options vary

Running Appscale on Jelastic

爱⌒轻易说出口 提交于 2019-12-11 14:29:49
问题 Hello we have created a Jelastic Docker environment where we want to run Appscale (https://www.appscale.com/try-appscale) on it: root@node1234-appscale:~# appscale up Executing ssh-copy-id for host: 1.8.1.6 root@1.8.1.6's password: root@1.8.1.6's password: root@1.8.1.6's password: root@1.8.1.6's password: I am wondering why the same password we use to login into the SSH would not work in Docker? 回答1: Jelastic Gate system is using ssh-keys to connect to the container via ssh. Password-based

Jelastic - Collabora Online with Next Cloud without ssl (for testing)

*爱你&永不变心* 提交于 2019-12-11 12:32:51
问题 For testing purpose, I want to install Collabora online on a Jelastic environment. I'm trying to follow this basic steps : https://www.collaboraoffice.com/code/quick-tryout-nextcloud-docker/ First I configure the topology with the docker image given in the link. Next cloud is installed successfully after I went to the given URL. Then I add the variable extra_params=--o:ssl.enable=false as said in the instructions : Then I try to map port by adding a Endpoint: It map the port 9980 with the

Jelastic - How to change server date and time to UTC?

左心房为你撑大大i 提交于 2019-12-08 09:07:14
问题 I'm trying to change my Jelastic server environment clock to UTC. I tried: hwclock --systohc But my server (CentOS) somehow does not recognize the command hwclock . Perhaps they removed it, I don't know. I tried searching their docs but did not find how to change the server clock. Any ideas? 回答1: In general you are expected to manipulate the timezone at application level, not server level (e.g. set the timezone to your needs in php.ini). If you need the timezone to be changed at server level

CORS issue with CouchDB + credentials + origin wildcard

ε祈祈猫儿з 提交于 2019-12-01 04:54:06
问题 I am trying to move from Cloudant to Jelastic on flow.ch. I am getting CORS errors with pouchdb when testing locally (ionic serve). Is there any other configuration in Jelastic besides CouchDB I am missing? XMLHttpRequest cannot load http://xxx.flow.ch/xxx. Response to preflight request doesn't pass access control check: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. Origin 'http://localhost