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
1 answer

Redirect domain to an app hosted on Heroku

I have a website hosted on Heroku. (let's say : my-app.herokuapp.com) I bought a domain name on OVH. (let's say : my-domain.com) I added my-domain.com to domain list on Heroku. In DNS target, I have my-domain.com.herokudns.com . I have to supply…
Seybol
  • 142
  • 1
  • 11
0
votes
1 answer

datetime symfony french OVH

I do not understand why the locale set in config.yml symfony is not applied on my OVH server. I tried direcly to convert date in php without the framework and here are my results : setlocale (LC_TIME, 'fr_FR.utf8'); echo strftime ("% A% e% B% Y",…
bingo
  • 150
  • 3
  • 10
0
votes
0 answers

Working with let's encrypt ssl certificate and OVH VPS

I'm trying to set up https connection in one of my API. I normally make requests to my API through this address: http://vps234602.ovh.net:8090 I'd like to be able to make https requests. I tried to make a redirection in OVH panel, from api.uphair.fr…
Pierrick Martellière
  • 1,554
  • 3
  • 21
  • 42
0
votes
0 answers

Install and access to phpmyadmin on host server

My website is on host server (OVH), actually I'm using the website https://phpmyadmin.ovh.net to admin my database, but I can't configure how I want the work environment, so the admins of OVH told my I have to install my ownn phpadmin. I've…
Jaggana
  • 540
  • 1
  • 6
  • 15
0
votes
1 answer

file format changes when uploading to storage server

I presumed that when I use ovh object storage ('similar' to AWS s3, but based on openstack swift) I can upload an jpg-image, then (as my container is 'public') I could just reference it from html like:
musicformellons
  • 12,283
  • 4
  • 51
  • 86
0
votes
0 answers

I can't use php with SSH on OVH (php7.1)

Since today, I can't use php with SSH on OVH. Are you currently experiencing this problem? For exemple when I use : php bin/console cache:clear --env=prod --no-debug --no-warmup The answer is : -ovh_ssh: /usr/local/php7.1/bin/php: No such file…
0
votes
1 answer

IP Load Balancing - Number of requests limit

I want to configure IP Load Balancing service for our VPS. I have got the documentation at http://docs.ovh.ca/en/products-iplb.html#presentation where I can integrate it. I want to limit the number of requests on each server (S1, S2). How can I…
Ghulam Akbar
  • 540
  • 5
  • 19
0
votes
0 answers

Hibernate error while calling REST web service

HTTP Status 500 - org.glassfish.jersey.server.ContainerException: java.lang.NoSuchMethodError: org.hibernate.jpa.internal.util.ConfigurationHelper.getFlushMode(Ljava/lang/Object;Lorg/hibernate/FlushMode;)Lorg/hibernate/FlushMode; This error appears…
user8807292
0
votes
1 answer

Why does my static html page put cookies on the viewer's browser?

I host a simple (static) html page on a subdomain host by OVH. There is nothing else on this subdomain. The webpage uses standard html things plus a tag whose src…
YSC
  • 38,212
  • 9
  • 96
  • 149
0
votes
0 answers

Symfony2, KnpSnappyBundle, Wkhtmltopdf and OVH shared hosting

I'm trying to generate pdfs with Symfony2, KnpSnappyBundle, Wkhtmltopdf on a mutualized OVH server. I've putted wkhtmltopdf binary in the bin folder of symfony. In\app\config\parameters.yml : wkhtmlto.binary: %kernel.root_dir%/../bin/wkhtmltopdf…
Gilles Lengy
  • 75
  • 1
  • 10
0
votes
1 answer

How to stub a class with Sinon.js

I am trying to write a simple test for a function who call the OVH api. I don't understand, my sinon.js stub dont "divert" the requestPromised method of ovh api. The sinon.js's stub work differently with a class object ? My function (myOvhApi.js)…
0
votes
0 answers

Socket.io Nodejs dedicated game server - emitting messages increases CPU usage - how to get more CPU capacity?

I'm working on a simple multiplayer game with Socket.io and Node.js. I ran into a few performance problems and tried debugging to find out where there could be a memory leak. What is happening is that the CPU usage keeps increasing by about 10% for…
ribbit
  • 1,183
  • 11
  • 14
0
votes
0 answers

appname.herokuapp.com is redirecting me to www.appname.com after deployment

I got a project which is deployed before in evolix server with the domain name www.appname.com ( OVH domain ). I migrate the project to heroku. After deployment when i click on the link appname.herokuapp.com it's redirected me to www.appname.com…
Rodrigo
  • 327
  • 6
  • 25
0
votes
1 answer

symfony url /web issue on OVH shared hosting in production

I'm new to Symfony (Currently using Symfony 3.2) and I'm trying to Deploy a Symfony Application into production on shared hosting OVH. Everything works except one thing, website is working with url www.mydomain.com/web instead of www.mydomain.com,…
boosterV
  • 119
  • 2
  • 11
0
votes
2 answers

How to access /wkhtmltox/bin/wkhtmltopdf whithin an Symfony2 Application

I use KnpSnappyBundle to generate PDF in my Symfony2 application. It works fine on my local wamp with the configuration : binary: "\"C:\\Program Files\\wkhtmltopdf\\bin\\wkhtmltopdf.exe\"" I trying with the application, but with a folder with…
Gilles Lengy
  • 75
  • 1
  • 10