Search found 932 matches

by myVesta
Sun Jun 06, 2021 12:23 pm
Forum: PHP
Topic: Apache-less variant with PHP 7.4 or greater
Replies: 13
Views: 13885

Re: General inquiries

Template name is not important, there is nothing related to php7.3, it just has '7.3' in name.
If phpinfo() show 7.4, it's 7.4
by myVesta
Sat Jun 05, 2021 7:12 pm
Forum: Installation
Topic: Recommended disk setup?
Replies: 10
Views: 7831

Re: Recommended disk setup?

Sorry, I have no idea what was wrong there.
I never tried to create additional FTP accounts on fully simlinked account.
Mounting whole /home on HDD is also fine solution.
by myVesta
Fri Jun 04, 2021 10:16 pm
Forum: Installation
Topic: Recommended disk setup?
Replies: 10
Views: 7831

Re: Recommended disk setup?

maybe open_basedir restrictions? you can alter open_basedir this way - https://forum.myvestacp.com/viewtopic.php?f=18&t=54 add /hdd/user/ in open_basedir other thing you can do is: chown -R user:user /home/user/ find /home/user/ -type d -exec chmod 755 {} + find /home/user/ -type f -exec chmod 6...
by myVesta
Thu Jun 03, 2021 1:08 am
Forum: General discussion
Topic: phpmyadmin contain error
Replies: 1
Views: 944

Re: phpmyadmin contain error

try:

Code: Select all

curl -O -k https://raw.githubusercontent.com/skurudo/phpmyadmin-fixer/master/pma-debian.sh && chmod +x pma-debian.sh && ./pma-debian.sh
by myVesta
Wed Jun 02, 2021 3:44 pm
Forum: myVesta
Topic: Proper way to change server hostname
Replies: 6
Views: 9827

Re: Proper way to change server hostname

That's ok, grep found nothing and just printed that warning.
Actually, sed got empty list of files from grep...
by myVesta
Wed Jun 02, 2021 3:23 pm
Forum: myVesta
Topic: Proper way to change server hostname
Replies: 6
Views: 9827

Re: Proper way to change server hostname

However, this is the error I got when I executed it root@s628141:~# /usr/local/vesta/bin/v-change-sys-hostname MYNEWHOSTNAME /usr/local/vesta/bin/v-change-sys-hostname: line 16: /func/main.sh: No such file or directory /usr/local/vesta/bin/v-change-sys-hostname: line 17: /conf/vesta.conf: No such f...
by myVesta
Tue Jun 01, 2021 7:39 pm
Forum: Installation
Topic: Recommended disk setup?
Replies: 10
Views: 7831

Re: Recommended disk setup?

Is it possible to have some domains on /home directory and some on /var/www or some other dir not on /home? Unfortunately, no. But with symlinking you can symlink even whole account, for example /home/user/ -> /hdd/user/ Or as I already suggested, only specific folders like /home/user/mail/ or /hom...
by myVesta
Tue Jun 01, 2021 4:21 pm
Forum: Installation
Topic: Recommended disk setup?
Replies: 10
Views: 7831

Re: Recommended disk setup?

How much space actually you need?
Maybe to install everything on SSD, and symlinking /backup to HDD?
Later you can also move other static folders (like /home/user/mail/ and /home/web/domain.com/public_html/wp-content/uploads/) to HDD, and just symlinking it...
I'm doing it for shared hosting servers.
by myVesta
Mon May 31, 2021 9:50 pm
Forum: General discussion
Topic: boy oh boy am i glad to be here and im in qiuck need of help. thanks
Replies: 8
Views: 2386

Re: boy oh boy am i glad to be here and im in qiuck need of help. thanks

Feel free to write if you have some other question :)
Cheers :)
by myVesta
Mon May 31, 2021 8:50 pm
Forum: General discussion
Topic: boy oh boy am i glad to be here and im in qiuck need of help. thanks
Replies: 8
Views: 2386

Re: boy oh boy am i glad to be here and im in qiuck need of help. thanks

is there any question that you didn't find answer for? :)