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
2
votes
2 answers

OVH - Executing cron

I'm trying to setup cron on OVH web host. The script to be executed is located in : /home/[login ftp]/www/script.sh So I've created a cron on the OVH interface with this setup: Command to execute : ./www/script.sh Language : Other The script…
Mulot
  • 280
  • 2
  • 16
2
votes
0 answers

How to charge a js page on ovh?

I have a website on ovh web hosting. My website have a carousel in js. My carousel is working on local developpement but when I transfer my files on my online website, it's not working anymore. When I test to check if the script is executed, it…
2
votes
2 answers

error message "www/wp-includes/l10n.php on line 69" since last wordpress update 5.5.3

Since the last update of wordpress 5.5.3, i've a 505 error. from the debug mode, i've this error. configuration: wordpress 5.5.3 divi theme OVH server provider PHP 7.2 Fatal error: Uncaught Error: Call to undefined function get_option() in…
AnnABlue
  • 121
  • 3
  • 12
2
votes
1 answer

Could not connect to smtp host ovh server port 465

I am using pro2.mail.ovh.net to sending emails to users in my web app. My…
2
votes
0 answers

limit on 1 gbps included bandwidth on an ovh dedicated server?

i know this might not be the best place for posting this but this is by far the biggest and diverse community from coders to technical experts so i am taking my chances in hope that someone comes across this and point me in some direction. I plan to…
JayD
  • 748
  • 1
  • 13
  • 38
2
votes
1 answer

Is it possible to do ssh FROM ovh shared-hosting?

I need to launch a script on a Raspberry Pi from my OVH web site. The Raspberry Pi is behind a modem and I redirected port 22 to the Raspberry Pi local address. If I try to connect with the modem public IP (eg 91.XX.YY.ZZ) from a computer on the LAN…
HelloWorld
  • 2,275
  • 18
  • 29
2
votes
0 answers

Invalid Signature OVH' s SMS

I am trying to send SMS using OVH'SMS service , following this docs. when i test the send with post methode for the url https://eu.api.ovh.com/1.0/sms/sms-zj16668-1/jobs i get an errorCode:INVALID_SIGNATURE the signature is calculated as below : …
A.HADDAD
  • 1,809
  • 4
  • 26
  • 51
2
votes
1 answer

How to open port in CentOS 7? (Proxmox, OVH)

Trying to open port 60200 (for example) in CentOS 7. Virtual machine works via Proxmox hosted on SoYouStart/OVH dedicated. Other ports are working fine. Running this commands: iptables -A INPUT -i eth0 -p tcp --dport 60200 -j ACCEPT service iptables…
cmdfidel
  • 51
  • 1
  • 4
2
votes
0 answers

How to resolve AWS HTTP error: cURL Error 7 CURLE_COULDNT_CONNECT

I'm creating a website on Symfony 4. I've download aws/aws-sdk-php package to connect to aws3 and league/flysystem-aws-s3-v3 to upload file. Trying to add a picture to AWS S3 bucket I get this error : Error executing "ListObjects" on…
BanjoSf4
  • 149
  • 1
  • 1
  • 13
2
votes
0 answers

Search query in url in node.js server

I'm using Ovh as my hosting provider and decide to move from it's default framework in php to node.js for my website http://www.clean-weather.com I created an server.js file with node.js server code to manage the workflow and everything is working…
mbojec
  • 163
  • 1
  • 7
2
votes
0 answers

Bitbucket pipeline with Angular 5 project (OVH Public Cloud)

I have a Public Cloud in OVH and I need to automate deploy process, but I'm having difficulties to finding a good documentation or tutorial. Need to make auto deploy using Bitbucket pipeline and OVH Public Cloud (using SSH). I don't know if using…
2
votes
1 answer

What is the difference between server snapshot and backup? (OVH)

I have a VPS with OVH. There are two options in there, Automated Backup and Snapshot. What is the difference between both and which one should I enable so I don't lose the data and the configuration on the server. It took me quite some time to…
Talal Masood
  • 69
  • 2
  • 6
2
votes
1 answer

How to create private subnet on OVH using Terraform?

How am I supposed to create a private network/subnet on OVH using Terraform? There is a common resource related to OpenStack (openstack_networking_subnet_v2) and ovh-specific (ovh_publiccloud_private_network_subnet) if you use ovh provider. I am…
2
votes
0 answers

SSH Address family not supported by protocol on git pull

Context : I have a homemade git repository on my 1&1 shared hosting. Which works perfectly when I push/pull from my Windows10 using Putty or gitBash. It works from my OVH VPS too. But today I'm trying to git pull a project on the same 1&1 shared…
Paul Leclerc
  • 1,117
  • 1
  • 14
  • 18
2
votes
1 answer

Execute Symfony Command as a cron on mutualised server OVH

I want to execute à Symfony3 command on a OVH mutualised server but i still get an error. i created a sh script "verifyCampaign.sh" and put in www/cron : #!/bin/bash cd /home/siteName/www/ /usr/local/php7.0/bin/php /home/siteName/www/bin/console…
LedZelkin
  • 586
  • 1
  • 10
  • 24
1 2
3
21 22