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

Fatal error: Uncaught exception 'GuzzleHttp\Exception\StateException' with message 'Invalid state

I ve got this error : Blockquote Fatal error: Uncaught exception 'GuzzleHttp\Exception\StateException' with message 'Invalid state: before' in /home/julienlakq/custom/vendor/guzzlehttp/guzzle/src/RequestFsm.php:65 Stack trace: #0 …
Neiluj
  • 113
  • 12
2
votes
1 answer

Lost session with Symfony 2.8 on ovh mutualized server

I use Symfony 2.8 with FOSUserBundle 2. I have upgraded my offer on ovh and some elements of my php configuration changed. I have a big problem because my users can't connect to the website (it disconnects after about 5 minutes). It's the website of…
fecou
  • 21
  • 3
2
votes
3 answers

Laravel Session files not cleaning from the framework/sessions folder

I am on a shared host (OVH pro) using Laravel 5.2 on production (PHP 7.0.5). I am using the file session driver, and everything was working fine on my previous host (with the same app), but since I moved to OVH, the session files keep being created…
pimarc
  • 3,621
  • 9
  • 42
  • 70
2
votes
2 answers

How to use docker-compose on ovh hosting

I'm still not able to properly run docker-compose in my OVH VPS. I'm developing a small nodeJS application using mongodb. My configuration works on my PC (Windows 7), but when I push it on my VPS the result is not as expected. My…
chrisonstack
  • 175
  • 2
  • 11
2
votes
1 answer

debian apt-get permission denied

with a debian linux host (OVH pro) when I run apt-get install supervisor I get E: Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied) E: Unable to lock the administration directory (/var/lib/dpkg/), are you root? and also…
khaleader
  • 183
  • 2
  • 15
2
votes
2 answers

Laravel 5.1 and ovh Issue

My host is the type pro (OVH) I have a problem with laravel 5.1 in Ovh when I type php artisan I get X-Powered-By: PHP/4.4.9 Content-type: text/html
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in…
khaleader
  • 183
  • 2
  • 15
2
votes
0 answers

Issue loading my site in https

recently, I ordered a SSL certificate for my website. Prior to that, everything worked fine for me, the website was fast and I had no issue. Since the certificate has been installed by OVH... Well... Things changed... The issue is that not everybody…
ssougnez
  • 5,315
  • 11
  • 46
  • 79
1
vote
1 answer

Add new Domain Zone in OVH using API

I want to add a new DNS zone in OVH with Python using the OVH API. I wrote a script with these steps: Create a new cart Add a new DNS zone to the cart Check the cart content Confirm the order Check the order status Did I forget a step or is there…
sphtd97
  • 53
  • 8
1
vote
1 answer

Traefik and certbot cannot generate certificate on OVH

On Docker I installed Portainer and then create new Stack with Traefik (certbot). I logged into my OVH and generate API keys for certbot. My docker-compose file looks like bellow. I use this manual for OVH…
jaros85
  • 21
  • 2
1
vote
1 answer

NGINX port forwarding with subdomain

I want to create a Minecraft server and I already have a server that runs multiple Minecraft servers. I also have an OVH domain and I've created a subdomain with a wildcard. I want to create subdomains to access each of my Minecraft servers. For…
GFoniX
  • 189
  • 6
1
vote
0 answers

my static files like images are not displayed after deploying my django 2.2 app

when I deploy my django 2.2 app on OVH but the static files like the image is not displayed even though the path is correct myapp/settings STATICFILES_DIRS = [ os.path.join(BASE_DIR,'static'), ] STATIC_URL = '/static/' index.html {% extends…
1
vote
2 answers

OVH Api specific task sequence

Is it possible somehow to know the sequence to perform a specific task? For instance, domain registration. API commands documented here: https://api.ovh.com/console/ but in order to do a specific task you need to know the sequence (create cart,…
Aer
  • 49
  • 1
  • 12
1
vote
0 answers

Attempted to load class "Stripe" from namespace "Stripe"

Here is what I want to do: integrate Stripe into my site which is hosted on OVH In the local version, everything works perfectly well (success, failure, etc.). Online, as soon as I click on the button to go to the payment page, I get the following…
Fafnir
  • 33
  • 3
1
vote
1 answer

How to deploy correctly nodejs app on Vps?

I deployed my NodeJs (and Express) application on my VPS (the host is OVH - and the VPS is on Debian 10). My app worked perfectly on my localhost but now on my vps here are the problems I'm facing: 1 - When I try to do npm start my vps puts an error…
fr_aken_7
  • 39
  • 2
  • 8
1
vote
1 answer

Kubernetes route internal trafic to my loadbalancer (one public ip)

I'm using OVH cloud and K8S (with ingress/loadbalancer/nginx) How can I route all my node traffic (my containers) to ingress (Loadbalancer)? Actually I got one Public IP by Node, (and they change every time I setup/delete node) The Goal : have…
btbenjamin
  • 593
  • 7
  • 19