All Questions
4 questions
0
votes
0
answers
321
views
How do I detect why PHP requests to external servers are slow?
For the last two months, some days, my requests(get/post) to external links are working with a delay. However, this issue only occurs in my code running on a server that I use heavily.
I have three ...
1
vote
1
answer
852
views
Nginx disable https redirect for 404+http uri
I have HTTPS redirect in nginx.conf
But if the requested URI is HTTP and 404 - I don't need a redirect.
Is there any solution for this specific configuration?
Also is there a possibility to turn off ...
1
vote
1
answer
2k
views
php geoip not working on ubuntu 18.04 [closed]
I can't get the GeoIP PHP extension working on Ubuntu 18.04 with PHP 7.2
i have intalled it by the cli: sudo apt-get install -y php7.2-geoip
Its enabled in system but not working:
php7.2 -i | grep ...
1
vote
1
answer
118
views
IP address showing on my web server together with the domain [closed]
Recently I installed VESTACP and nginx, added domain name and everything is fine, I can access my website with domain but also when I type an IP address from server (http://11.11.11.11) I can access ...