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

OVH cron jobs / Symfony Command

I'm developing a Symfony project and I've 4 commands which allows me to update telephony and emails data thanks to OVH' Api. When I use my terminal on local ( php bin/console converseo:updateTelephony ) the command works fine. Now, I want to put…
0
votes
1 answer

Symfony command / Cron jobs doesn't works with Ovh

Here is my problem. I'm developping a Symfony project which acces to telephony and emails data from OVH API. For that, I use cron job (from Ovh board). I have php files ( home/mySite/www/command.php) which contains :
0
votes
1 answer

Hosting Node js application with OVH VPS

I have to hosting my applications ( Node js as a server & Angular-cli ) with ovh vps . I can't find the instructions to follow it . Is there someone who can help me with a nice tutorial or steps to do it?
Nour_92
  • 81
  • 1
  • 10
0
votes
2 answers

Impossible to access OVH API from Symfony command online

Here is my problem: I'm developing a Symfony project which accesses telephony and email data from OVH API. Since I'm working in local, I've never met any problems, the API connection was working and I could recover all data. Yesterday I deployed my…
0
votes
1 answer

How to add an external IP to a Docker container?

I've been studying Docker and all the options available. And I have a VPS with 3 extra static IPs. The idea is to connect each container to a different IP or maybe add 3 networks with different containers and having each network connected to a…
Diogo Jesus
  • 318
  • 4
  • 19
0
votes
1 answer

wp-admin being cached by Apache

My Wp-admin is being cached, I have noticed it because I have to reload every section in order to see it updated. I think it might be an Apache issue, something about the modules. I'm not gonna lie, It's my first time on an VPS and I enabled them…
manuel
  • 88
  • 11
0
votes
1 answer

capifony failed: "sh -c 'mkdir -p /test/ /test/releases /test/shared'"

I want to push my Symfony 2.8 Project on my Host. But when I execute cap deploy:setup I get this error: failed: "sh -c 'mkdir -p /test/ /test/releases /test/shared'" on ftp.cluster003.hosting.ovh.net Do you have any answers for this problem ?
0
votes
0 answers

Symfony 3.2 secure clear DB password

I know the security 0 don't exist and I don't would like a person can access into my server and see the DB password in clear! I try to figure out how to protect my clear password for the DB in Symfony 3.2. I got some information here. But I have an…
Anthony Ln
  • 121
  • 7
0
votes
2 answers

How can i restrict ports 80 and 443 in xenservers to a single source?

I would like to restrict port 80 and 443 of ovh servers to a single ip. I have tried adding iptables rules and tried messing about with hosts.allow and hosts.deny, but nothing seems to work.
0
votes
1 answer

Laravel 5.3 large file upload

I have an issue to upload large file size with laravel 5.3 on ovh mutualized server ? I have the following message : " The connection has been reset. Try the suggestions below: Check connection Check proxy and firewall Run Network…
0
votes
1 answer

Launch js server on my online server

I have written a small application with Node/Express Js who just watch change in a folder and when a csv file is paste, the node js app read the csv file and insert some request in my database. I work in local system but i need to start this small…
Lionel B
  • 1,172
  • 2
  • 9
  • 24
0
votes
0 answers

Hosting error 500

I have a shared hosting with a wordpress project in it. I'm trying to redirect a domain to the hosting IP address. The problem is that I get an error 500 when I try to access the domain. I have tried increasing the php memory limit, tried to change…
IgorSousaPT
  • 323
  • 1
  • 2
  • 10
0
votes
0 answers

OVH - client denied by server configuration:

I take my Symfony project in my server, but I have one error. When i see on the errors on the server, I get it : [Wed Dec 21 11:44:08 2016] [error] [client 92.140.212.141] [host www.triath-swim.fr] client denied by server configuration:…
0
votes
1 answer

$_SERVER['remote_addr'] returns a private ip address

I have a subscription to a pro offer at OVH. I think that the php environment isn't well configured because when I try to request the client IP with the environment it returns a private IP such as 10.X.X.X wich changes every refreshing. I tried to…
Lucien Perouze
  • 590
  • 1
  • 4
  • 13
0
votes
1 answer

Deploy Symfony 3 project

I'm just create my application using symfony 3 with database (mysql) in localhost and I have domainName So how to configure my database and to configure the default route(because in localhost I configured my website with nameproject/web/app_dev.php…
khalil _diouri
  • 791
  • 3
  • 12
  • 34