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

Symfony2 - OVH- errors 500

I try to put my Symfony project on my OVH hosts. I have modified the .htaccess, but I have this error: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the…
0
votes
1 answer

Having dns_probe_finished_domainnx regularly on a domain

I get something weird. With a firend of mine, we've created this website : https://www.matosmaison.fr . On some computers with different ISP, a lot of times, the website and the name resolution is done well. But sometimes, crawling tools and by…
MathKimRobin
  • 1,268
  • 3
  • 21
  • 52
0
votes
1 answer

unable to access external IP from LAN

I have a server within OVH network. Proxmox 4.3 was installed there as a supervisor and it's hosting 2 LXC containters. Both are running in 192.168.11.0/24 network setup on vmbr2 network for which I have also setup NAT like that: auto vmbr2 iface…
zerocool
  • 733
  • 1
  • 7
  • 19
0
votes
1 answer

Symfony2.5 : Bad credentials when switching from php5.6 to php7.0 on production

after migrating from php5.6 to php7.0 on (dev and prod), i'm prevented to connect on my admin account although i can create a new one ! i get "Bad credentials" My security.yml : security: encoders: …
Mirlo
  • 625
  • 9
  • 26
0
votes
1 answer

Implement two php versions on the same ovh ftp

I have a ftp server with two applications in it. But one of these works with php7 and the other with php4. Is it possible to make these two versions cohabit together ? The two applications are totally separated (despite the fact that they are in the…
Amanite Laurine
  • 1,149
  • 1
  • 11
  • 22
0
votes
2 answers

I can't access to my website hosted on OVH (The requested URL / was not found on this server)

I have a website hosted on ovh. I'm uploaded the source files in www directory and now when i try to access to my home page website i have this error : The requested URL / was not found on this server. In the www directory i have an index.html…
Bobo
  • 462
  • 8
  • 17
0
votes
1 answer

Set up Apache with multi-domain server with OVH

My question is related to the wrong redirection of multi-domain server. I have a VPS server on ovh.com with 2 domains names: site1.com site2.com On OVH admin panel, I have set up the DNS zone so that each site return to the IP adress of the…
Rafnuss
  • 119
  • 1
  • 14
0
votes
2 answers

VPS not reachable from UDP port on OVH

I have i7-6700K (4.7 GHz) Turbo Boost / 64 GB DDR4 / 2x240 SSD / 250 Mbps / Anti-DDoS-GAME server from ovh.ie with installed Centos 6. For virtualisation I am use vmmanager. Host ip: 164.132.202.XXX 3 Running VPS on this host (CentOS-6-amd64,…
Mr. Frez
  • 3
  • 2
0
votes
2 answers

Execute CodeIgniter function using Cron

I have to setup a cron webjob in the ovh platform. The script to call will be in a php file 'cron.php'. I need to execute 2 codeigniter functions, the links will be like this…
spanpa
  • 1
  • 1
  • 1
  • 6
0
votes
1 answer

How to add a telephony group with OVH API

I want to add a telephony group (billing account??) by using the OVH API. However, I cannot find that functionality. One more thing: What's the difference between group, line and number.
Ruben
  • 1,065
  • 5
  • 18
  • 44
0
votes
1 answer

OVH Domain & Let's encrypt SSL validation failure

I followed all the instructions to get a SSL certificate from Let's Encrypt for my website, but two hours after I successfully got the message "Your certificate and chain have been saved", I still cannot access my website with HTTPS and get the…
cltn
  • 1
  • 1
0
votes
1 answer

Connect through url, testMe function gives error and no welcome message

I work on a domain management software through the OVH's API. I use nodejs and node-webkit and I downloaded the official Node.js wrapper for OVH. Then, I followed the documentation here: https://www.npmjs.com/package/ovh and here:…
user6463829
0
votes
0 answers

pytesser, PIL : IOError: [Errno 2] No such file or directory

I'm trying to use pytesser but i have an error at the last line : OSError: [Errno 2] No such file or directory My code is Python 2.7 version : try: import Image except ImportError: from PIL import Image import os from pytesseract…
Rod
  • 712
  • 2
  • 12
  • 36
0
votes
1 answer

Paypal IPN - unable to open socket - OVH mutu

I am losing all my hair since a couple of days with the Paypal Sandbox. My IPN does not work anymore. I can't have SSL connection with fsockopen() or Curl. I've try with different accounts and different hosts. Nothing. $host =…
Jacques
  • 38
  • 7
0
votes
1 answer

Configuration to send Email with Symfony herberged on OVH

I am trying to send email with my Symfony Application. My goal is to send the emails either with a gmail account or from the server's email account. After some research I succed to send emails from my local server wamp. The configuration is the…