Search found 7 matches
- Fri Oct 04, 2019 4:57 pm
- Forum: Database Server
- Topic: Database created without user
- Replies: 5
- Views: 12188
Re: Database created without user
Sorry seem old topic. I got some error for remote connections. I was successfully connect to remote SQL but cannot create user using VESTACP Panel. My problem was VESTACP can create db but cannot create user and associate with db like some missing command to send remote SQL server. I check git-hub s...
- Sun Sep 16, 2018 12:59 pm
- Forum: Web Server
- Topic: SOLVED : NGINX stub_status failed
- Replies: 1
- Views: 3609
Re: NGINX stub_status failed
go to /etc/netdata/python.d edit nginx.conf edit row 98-104 from localhost: name : 'local' url : 'http://localhost/stub_status' localipv4: name : 'local' url : 'http://127.0.0.1/stub_status' to localhost: name : 'local' url : 'http://localhost:8084/stub_status' localipv4: name : 'local' url : 'http:...
- Sun Sep 16, 2018 8:04 am
- Forum: Web Server
- Topic: SOLVED : NGINX stub_status failed
- Replies: 1
- Views: 3609
SOLVED : NGINX stub_status failed
Hi i was google every tips but seems not working in nginx vestacp version exp from this tutorial : https://www.howtoforge.com/tutorial/how-to-monitor-nginx-using-netdata-on-centos-7/ location /stub_status { stub_status; # Security: Only allow access from the IP below. allow 127.0.0.1; # Deny anyone ...
- Sun Sep 16, 2018 7:25 am
- Forum: Web Server
- Topic: Server Attacked
- Replies: 6
- Views: 6417
Re: Server Attacked
So, there is a command to know which IP's are making requests to Nginx? You can parse nginx access log -> cat / tail / awk --> like tail -f /var/log/nginx/access_log and enable nginx stat, there is something - not so informative, but... location /nginx_status { # Turn on nginx stats stub_status on;...
- Tue Sep 04, 2018 9:09 am
- Forum: Web Interface
- Topic: How to setup VestaCP correctly to access it from cp.example.com, not example.com:8083
- Replies: 7
- Views: 14810
Re: How to setup VestaCP correctly to access it from cp.example.com, not example.com:8083
i change that too but only text showup .. js not loading for vestacp
OK just change line 9 from
to
OK just change line 9 from
Code: Select all
root /home/admin/web/yourdomain/public_html;
Code: Select all
root /usr/local/vesta/web;
- Tue Sep 04, 2018 9:00 am
- Forum: Web Interface
- Topic: "I hate web interface at port 8083" No problem, I have solution for this
- Replies: 5
- Views: 15171
Re: "I hate web interface at port 8083" No problem, I have solution for this
Code: Select all
root@srv:# a2enmod proxy
root@srv:# a2enmod proxy_http
- Mon Sep 03, 2018 9:56 am
- Forum: Web Server
- Topic: VESTACP via Subdomain
- Replies: 1
- Views: 1890
VESTACP via Subdomain
I got problem cannot access VestaCP due security on port 8083 on my network environment. The vendor only allow port https and port 80.
how to get around vestacp 8083 to subdomain. like vestacp.mydomain.com.
Thanks if anybody can give instruction here coz i was search and they not complete tutorial.
how to get around vestacp 8083 to subdomain. like vestacp.mydomain.com.
Thanks if anybody can give instruction here coz i was search and they not complete tutorial.