Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index
  • Search

Search found 50 matches

Go to advanced search

Advanced search
Search found 50 matches
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next
by Elizine
Fri Feb 09, 2018 9:09 am
Forum: FTP Server
Topic: FTP Issue
Replies: 2
Views: 8129

Re: FTP Issue

Do you have write permissions (as this user or otherwise) on the remote system? If no, this might be the reason for error. Either change the ownership of the folder or change the permissions.... If it is your account in the remote system, and you made the destination folder as someone else (Root for...
  • Jump to post
by Elizine
Tue Jan 16, 2018 4:36 am
Forum: Web Server
Topic: error 500 on https after update
Replies: 5
Views: 7117

Re: error 500 on https after update

While using SSL, you need dedicated IP address per vHost (this example clearly show the request has been sent to the localhost IP. You probably have the wrong IP set in proxy_pass statement). 1. Ensure the Apache vHost/site is responding on the non-standard port (browse to : https://www.domain.tld:8...
  • Jump to post
by Elizine
Thu Oct 20, 2016 6:47 am
Forum: Web Server
Topic: How to automatically restart httpd when overloaded
Replies: 3
Views: 6555

Re: How to automatically restart httpd when overloaded

Usually once httpd is stopped, the load drops down within 60/100 seconds so there is hardly anytime down time, but it does give you time to investigate where the issue is, especially if it happens all the time. To install, run the following in ssh and this will pull the file from my server over to y...
  • Jump to post
by Elizine
Wed Oct 12, 2016 5:03 am
Forum: Web Server
Topic: phpMyAdmin bug with nginx + php-fpm
Replies: 2
Views: 4702

Re: phpMyAdmin bug with nginx + php-fpm

Check the ownership and permissions on this directory: ls -ld /var/lib/php/session Compare these to the user and group ID under which php-fpm is running. These will be found in the user = and group = declarations in PHP-FPM's pool configuration in /etc/php-fpm.conf or files in the /etc/php-fpm.d/ di...
  • Jump to post
by Elizine
Wed Oct 12, 2016 3:22 am
Forum: General Discussion
Topic: Possibilities to limit some resources?
Replies: 1
Views: 4113

Re: Possibilities to limit some resources?

You can limit hdd disk (quota) and bandwidth, but there is no limits for memory and cpu (yet, may be this will be in paid version - reseller module, dunno). You can try limit users with limits.conf or scripts like cpulimit, but I think it's not good idea.
  • Jump to post
by Elizine
Mon Sep 19, 2016 11:17 am
Forum: General Discussion
Topic: Problem with network after installed vestacp.
Replies: 1
Views: 3922

Re: Problem with network after installed vestacp.

1. Ensure the nameserver IPs in /etc/resolv.conf file are pinging from your machine. 2. If not try using a reliable name server like the Google's 8.8.8.8 and 8.8.4.4. 3. Try putting the nameserver IP found in resolv.conf in your /etc/network/interfaces file as nameserver <IP of the DNS server> and r...
  • Jump to post
by Elizine
Fri Sep 09, 2016 7:34 am
Forum: General Discussion
Topic: Restoring Multiple acccounts
Replies: 2
Views: 6008

Re: Restoring Multiple acccounts

You can create a bash script something like this: #!/bin/bash DATE=$(date +%F) FILES=$(find /home/backup -name "*$DATE.tar") for f in $FILES do FILE=$(basename $f) USER=$(echo $FILE | cut -f1 -d".") echo "v-restore-user $USER $FILE" #v-restore-user $USER $FILE done exit 0
  • Jump to post
by Elizine
Thu Sep 08, 2016 10:47 am
Forum: FTP Server
Topic: ProFTPD cannot create directory
Replies: 1
Views: 7017

Re: ProFTPD cannot create directory

Add the commands XRMD and XMKD to those allowed by the user. They are described as X-Variants of the commands RMD and MKD and are apparently "often missing from a thorough configuration" according to http://www.castaglia.org/proftpd/doc/contrib/ProFTPD-mini-HOWTO-Limit.html So perhaps somewhere in m...
  • Jump to post
by Elizine
Thu Sep 08, 2016 6:09 am
Forum: General Discussion
Topic: Problem with v-onsuspend-user
Replies: 3
Views: 4819

Re: Problem with v-onsuspend-user

Check for the password if it's correct or maybe too long.
  • Jump to post
by Elizine
Tue Aug 16, 2016 11:06 am
Forum: Web Server
Topic: How to add permissions to webroot
Replies: 1
Views: 3958

Re: How to add permissions to webroot

sudo chown -R :www-data /var/www # make sure the folder is owned by group www-data sudo chmod g+w /var/www # grant write permission to group www-data on /var/www sudo adduser NEWUSER www-data # add NEWUSER to group www-data with write permissions in /var/www Make sure any new folders you create ins...
  • Jump to post

Search found 50 matches
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next

Go to advanced search



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password