Search found 13 matches
- Thu Dec 06, 2018 6:22 pm
- Forum: RHEL/CentOS
- Topic: php version in cli
- Replies: 4
- Views: 12245
Re: php version in cli
Thank you very much!
That worked!
That worked!
- Thu Dec 06, 2018 2:09 pm
- Forum: RHEL/CentOS
- Topic: php version in cli
- Replies: 4
- Views: 12245
php version in cli
I have used this thread to install multiple php versions.
viewtopic.php?f=19&t=10854
Now I want to install Larevel via composer and it detects 5.6 php version.
How can I change php version in cli?
Best regards!
viewtopic.php?f=19&t=10854
Now I want to install Larevel via composer and it detects 5.6 php version.
How can I change php version in cli?
Best regards!
- Sun Oct 21, 2018 8:01 pm
- Forum: General Discussion
- Topic: All VestaCP installations being attacked
- Replies: 230
- Views: 984922
- Sun Oct 21, 2018 4:40 pm
- Forum: General Discussion
- Topic: All VestaCP installations being attacked
- Replies: 230
- Views: 984922
Re: All VestaCP installations being attacked
No, I don't have any of them
- Sat Oct 20, 2018 8:38 pm
- Forum: General Discussion
- Topic: All VestaCP installations being attacked
- Replies: 230
- Views: 984922
Re: All VestaCP installations being attacked
I have just executed
sudo find /etc/ -name "*dhcprenew*"
And no file are listed.
Does it means I have not been atacked?
sudo find /etc/ -name "*dhcprenew*"
And no file are listed.
Does it means I have not been atacked?
- Wed May 30, 2018 6:49 am
- Forum: Debian/Ubuntu
- Topic: apache2.ssl.conf file is modified on letsencrypt autorenew
- Replies: 1
- Views: 2780
apache2.ssl.conf file is modified on letsencrypt autorenew
I have a laravel application in one of my domains. It is installed in /home/admin/web/domain.com/public_html/laraApp and in order to access it I have modified DocumentRoot line in domain.com.apache2.ssl.conf file. But I have notices when letsencrypt autoupdates the certificate, DocumentRoot line is ...
- Sat Jan 20, 2018 9:18 am
- Forum: Web Server
- Topic: nginx status page
- Replies: 2
- Views: 3539
Re: nginx status page
Thanks for your response,
That was the problem. I have also created a rule in the firewall and now it is working.
That was the problem. I have also created a rule in the firewall and now it is working.
- Fri Jan 19, 2018 5:47 pm
- Forum: Web Server
- Topic: nginx status page
- Replies: 2
- Views: 3539
nginx status page
I'm trying to access nginx status page. I have this on /etc/nginx/conf.d/status.com server { listen 127.0.0.1:80 default; server_name _; server_name_in_redirect off; location /nginx_status { stub_status on; access_log off; } } When I try to access http://myserverip/nginx_status I get a 404 error. Wh...
- Mon Aug 28, 2017 3:45 pm
- Forum: General Discussion
- Topic: Problem moving user from one server o another
- Replies: 4
- Views: 4966
Re: Problem moving user from one server o another
Thankyou very much!
- Sun Aug 27, 2017 10:20 am
- Forum: General Discussion
- Topic: Problem moving user from one server o another
- Replies: 4
- Views: 4966
Re: Problem moving user from one server o another
Can anybody help me with this issue?