Questions tagged [ovh]

OVH is an Internet service provider providing dedicated servers, shared and cloud hosting, domain registration, and VoIP telephony services.

OVH is an Internet service provider (ISP) providing dedicated servers, shared and cloud hosting, domain registration, and VoIP telephony services.

References

320 questions
3
votes
0 answers

Heroku: unable to resolve DNS for server

I bought a myapp.app domain with OVH. I've also bought a Heroku hobby dyno in order to have a secure subdomain for my api (https://www.server.myapp.app instead of https://www.myapp.heroku.app). In Heroku's dashboard/settings, I've added the domain…
DoneDeal0
  • 5,273
  • 13
  • 55
  • 114
3
votes
2 answers

Is there a way to check my OVH VPS server's fingerprint when sshing for the first time?

I just created my first VPS host on OVHcloud. When I ssh for the first time I see: The authenticity of host 'X.X.X.X (X.X.X.X)' can't be established. ECDSA key fingerprint is SHA256:. Are you sure you want to continue connecting…
SII_of_SII
  • 83
  • 4
3
votes
1 answer

Email sent with spring mail via ovh address is not received

I have a problem when I try to send an email via an ovh mail account with spring. The email seems to be sent, no error is retrieved, but the recipient does not receive the mail. Important : it works when I send the mail with a gmail account ! This…
3
votes
2 answers

Can I Connect OVH Loadbalancer to my Kubernetes Cluster from OVH Cloud provider

I have Kubernetes Cluster v1.10 Over Centos 7 Over OVH Cloud Provider's Servers . As I knew OVH does not Provide Loadbalancer Component Directly to Kubernetes And I want to buy Loadbalancer Component From OVH From this Link and connect to…
AhmedMItman
  • 247
  • 1
  • 3
  • 13
3
votes
0 answers

access control via pre-signed url

My media storage is Openstack object storage (swift) in the cloud (OVH). Regarding the user-rights on the uploaded media: Images [A] are viewable by all users, but only deletable by user-owner/ uploader. Images [B] are very private. CRUD by…
musicformellons
  • 12,283
  • 4
  • 51
  • 86
3
votes
1 answer

npm run dev with Nodejs only?

I develop my website on my computer with Laravel and VueJS. On my computer I can run npm run dev without problems. When I commit to Github my website, there is a webhook that runs a script on my hosting to update the real website (on OVH). My…
Toumaniere
  • 73
  • 1
  • 1
  • 5
3
votes
1 answer

Private network creation with Terraform on OVH's Openstack

I'm trying to deploy some Openstack instances on OVH's Public Cloud using Terraform. The point is (for now) to have two instances on two networks. Each instance should have an external IP address (which isn't a problem) and a internal IP address on…
Jérôme Pin
  • 1,363
  • 4
  • 18
  • 33
3
votes
1 answer

What are the specs of the CPU at Digital Ocean

I'm trying to make a comparison between DigitalOcean's and OVH's dedicated server CPUs. I know OVH's gaming servers are probably more performant than those on DigitalOcean. I just wanna know how that would translate in terms of actual…
ribbit
  • 1,183
  • 11
  • 14
3
votes
1 answer

Deploy a Symfony website with Git on OVH shared server

I want to configure an automatic deployment of my Symfony website directly from git to my ovh server (Performance offer - with SSH access). I followed these ovh instructions : https://docs.ovh.com/fr/fr/web/hosting/24-days/day07/ installed composer…
Melody
  • 74
  • 10
3
votes
2 answers

Sending mail with swiftmailer via OVH mail

I want to send confirmation email to users. I did install swiftmailer with composer and these are my configuration in parameters. yml and config.yml parameters: database_host: 127.0.0.1 database_port: null database_name: xxxx database_user:…
Malek Zarkouna
  • 943
  • 10
  • 21
3
votes
1 answer

Can't Write to /sys/kernel/ to disable Transparent Huge Pages (THP) for MongoDB on OVH CentOS 7

My Issue I am having trouble removing MongoDB warnings about Transparent Huge Pages (THP) on an OVH CentOS 7 installation, and the issue appears to be the inability to write to /sys/kernel/mm as root. First, I realize the OVH kernel is customized,…
Benjamin Ray
  • 1,855
  • 1
  • 14
  • 32
3
votes
1 answer

Fog configuration for OVH's OpenStack Swift

Has anyone managed to connect to OVH's OpenStack Swift with the Ruby gem Fog? They don't have documentation yet and support doesn't consider Ruby and Fog. I'm getting the errors auth failed or get_version_v2() got an unexpected keyword argument…
Phil
  • 145
  • 8
3
votes
3 answers

Change version php on OVH

My problem is that i need to change the version of php from 4.4.9 to 5.5 on an remote server on http://www.ovh.com/ But i can't seem to be able to achieve this goal! I have tried the recommended steps…
Codious-JR
  • 1,658
  • 3
  • 26
  • 48
2
votes
1 answer

OVH Python API: Creating an instance doesn’t like my JSON?

I am attempting to use python-ovh to simply create an instance but it is giving me trouble. The API documentation actually seems to put out invalid Python code (at least for Python3…) and I’m not sure what I’m doing wrong. I believe I’m passing…
2
votes
3 answers

How to deploy laravel project on ovh hosting?

For the last month I coded a laravel project on local, using Laragon to have a local server. Now I want to deploy it online, using an ovh hosting ( required by a client ). So I have my ovh hosting, with the "perso" offer. I used the ftp credentials…
1
2
3
21 22