Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 6 matches
- Fri Mar 04, 2016 9:38 pm
- Forum: Web Server
- Topic: [GUIDE] Secure PhpMyAdmin
- Replies: 26
- Views: 497097
Re: [GUIDE] Secure PhpMyAdmin
I already do that! But this problem appear only when I put this in my .htaccess file:
RewriteEngine On
RewriteCond %{HTTP_REFERER} !(panel.)?next2support.com
RewriteRule .* - [F]
if not everything work fine! But I want to connect phpmyadmin only from VestaCP link.
RewriteEngine On
RewriteCond %{HTTP_REFERER} !(panel.)?next2support.com
RewriteRule .* - [F]
if not everything work fine! But I want to connect phpmyadmin only from VestaCP link.
- Thu Mar 03, 2016 9:17 pm
- Forum: Web Server
- Topic: [GUIDE] Secure PhpMyAdmin
- Replies: 26
- Views: 497097
Re: [GUIDE] Secure PhpMyAdmin
I fixed this:
RewriteEngine On
RewriteCond %{HTTP_REFERER} !(panel.)?next2support.com
RewriteRule .* - [F]
But again if I tried to login from VestaCP link the massage appear again:
Internal Server Error
What I'm doing wrong? I what to access the phpymyadmin only from vestacp link, not from: http ...
RewriteEngine On
RewriteCond %{HTTP_REFERER} !(panel.)?next2support.com
RewriteRule .* - [F]
But again if I tried to login from VestaCP link the massage appear again:
Internal Server Error
What I'm doing wrong? I what to access the phpymyadmin only from vestacp link, not from: http ...
- Thu Mar 03, 2016 9:08 pm
- Forum: FTP Server
- Topic: Error: Connection timed out after 20 seconds of inactivity
- Replies: 5
- Views: 31346
Re: Error: Connection timed out after 20 seconds of inactivity
Here is the log:
Thu Mar 3 22:59:03 2016 [pid 23104] CONNECT: Client "212.233.150.139"
Thu Mar 3 22:59:03 2016 [pid 23103] [admin_waterproof] OK LOGIN: Client "212.233.150.139"
Thu Mar 3 22:59:03 2016 [pid 23106] [admin_waterproof] OK MKDIR: Client "212.233.150.139", "/public_html/3d"
Thu Mar 3 22 ...
Thu Mar 3 22:59:03 2016 [pid 23104] CONNECT: Client "212.233.150.139"
Thu Mar 3 22:59:03 2016 [pid 23103] [admin_waterproof] OK LOGIN: Client "212.233.150.139"
Thu Mar 3 22:59:03 2016 [pid 23106] [admin_waterproof] OK MKDIR: Client "212.233.150.139", "/public_html/3d"
Thu Mar 3 22 ...
- Tue Mar 01, 2016 9:57 pm
- Forum: FTP Server
- Topic: Error: Connection timed out after 20 seconds of inactivity
- Replies: 5
- Views: 31346
Re: Error: Connection timed out after 20 seconds of inactivity
Thank you for the reply!
I use vsftpd form the default installation. I check my config file but it is located in /etc/vsftpd.conf not in folder /etc/vsftpd as you wrote. I don't know is that a problem?
So, here is my vsftpd.conf file:
anonymous_enable=NO
local_enable=YES
write_enable=YES
local ...
I use vsftpd form the default installation. I check my config file but it is located in /etc/vsftpd.conf not in folder /etc/vsftpd as you wrote. I don't know is that a problem?
So, here is my vsftpd.conf file:
anonymous_enable=NO
local_enable=YES
write_enable=YES
local ...
- Tue Mar 01, 2016 9:45 pm
- Forum: Web Server
- Topic: [GUIDE] Secure PhpMyAdmin
- Replies: 26
- Views: 497097
Re: [GUIDE] Secure PhpMyAdmin
Could you someone help me with this:
Add nameserver referral access only (you can only access phpmyadmin by clicking it from the control panel) also uses htaccess
1. open /usr/share/phpMyAdmin (centos 6)
2. create .htaccess file and paste the following code below (replacing the proper domain info ...
Add nameserver referral access only (you can only access phpmyadmin by clicking it from the control panel) also uses htaccess
1. open /usr/share/phpMyAdmin (centos 6)
2. create .htaccess file and paste the following code below (replacing the proper domain info ...
- Thu Feb 25, 2016 10:24 pm
- Forum: FTP Server
- Topic: Error: Connection timed out after 20 seconds of inactivity
- Replies: 5
- Views: 31346
Error: Connection timed out after 20 seconds of inactivity
Hi,
I'm new in VestaCP. Can you someone help me with the problem that I have?
When I log to FTP account and start upload a mass of files like 1000-2000 so the firs 10-20 files are uploading fast then the message appear:
Error: Connection timed out after 20 seconds of inactivity
Error: File ...
I'm new in VestaCP. Can you someone help me with the problem that I have?
When I log to FTP account and start upload a mass of files like 1000-2000 so the firs 10-20 files are uploading fast then the message appear:
Error: Connection timed out after 20 seconds of inactivity
Error: File ...