Search found 25 matches
- Thu Feb 27, 2020 7:02 pm
- Forum: 3rd Party Software
- Topic: VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
- Replies: 260
- Views: 411274
Re: VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
Hi.
When using php7.2 how do i enable Intl Extension ?
When using php7.2 how do i enable Intl Extension ?
- Wed Sep 04, 2019 9:29 am
- Forum: Mail Server
- Topic: Lets Encrypt for mail users ssl edit
- Replies: 1
- Views: 682
Lets Encrypt for mail users ssl edit
Hi.. I have a small issue when i want to use encrypted email SSL with mail.. Outlook will give message: ( The server your connected to is using a security certificate that cannot be verified ) Im using port 995/456 -auto ssl/tsl Also if i choose (" View Certificate ") then it shows my Gmail address,...
- Wed Jun 19, 2019 10:08 pm
- Forum: Mail Server
- Topic: Request Interface for Spam
- Replies: 15
- Views: 4974
Re: Request Interface for Spam
Thanks for response..
iv done so iv restarted and doesn't seem to work... also i have not edit any file.. but i completely removed it..
it the moment i don't use it.. cause i wasn't able to use mail when it was installed with this error..
iv done so iv restarted and doesn't seem to work... also i have not edit any file.. but i completely removed it..
it the moment i don't use it.. cause i wasn't able to use mail when it was installed with this error..
- Sat May 25, 2019 10:45 am
- Forum: Web Server
- Topic: Webstats not working
- Replies: 1
- Views: 479
Re: Webstats not working
For anyone who may get this error in the future here is a fix. Open 'awstats.pl' and go to around line 1356 and change from: my @arrayunreg = map { if (/\(\?[-\w]*:(.*)\)/) { $1 } } @$array; To: my @arrayunreg = map { UnCompileRegex($_) } @$array; Go to around line 7811 and change from: shift =~ /\(...
- Sat May 25, 2019 10:12 am
- Forum: Web Server
- Topic: Webstats not working
- Replies: 1
- Views: 479
Webstats not working
Good day. lately iv been getting strange error messages with VestaCp. Anyone know how to fix this error: ( Warning: HostAliases parameter is not defined ) " Last Update: No qualified records found in log (0 corrupted, 0 comments, 0 Blank, 0 dropped) " when i open webstats its not showing any data. w...
- Fri May 24, 2019 2:19 pm
- Forum: Mail Server
- Topic: Request Interface for Spam
- Replies: 15
- Views: 4974
Re: Request Interface for Spam
Today iv got a error i could sent mail but couldn't receive any mail. it seems that rspamd somehow was the caused. i had a full backup and restore the vesta server without the rspamd installed and worked fine. is there a way to fix this? Image files link: https://ibb.co/0mqdFyV https://ibb.co/VNTrXP...
- Thu May 09, 2019 4:55 pm
- Forum: Mail Server
- Topic: An way to monitor most traffic for certain domains
- Replies: 0
- Views: 450
An way to monitor most traffic for certain domains
Hi..
Is there a way to see how much traffic mail use and what domain / user is using continues traffic per hour?
Is there a way to see how much traffic mail use and what domain / user is using continues traffic per hour?
- Tue May 07, 2019 12:27 pm
- Forum: DNS Server
- Topic: Use Vesta CP as a Dynamic DNS Service
- Replies: 5
- Views: 6633
Re: Use Vesta CP as a Dynamic DNS Service
Good day. I want to try this out? but i got a question? Question? When setting this up with VestaCP.. how does this work? 1. Host(PC) login to VestaCP server give IP for remote client and use the VestaCP Upload speed to do connection in between? or 2. Host(PC) login to VestaCP server give IP for rem...
- Thu Apr 25, 2019 11:39 pm
- Forum: Mail Server
- Topic: Request Interface for Spam
- Replies: 15
- Views: 4974
- Thu Apr 18, 2019 9:18 pm
- Forum: General Discussion
- Topic: Is there a better way to backup Database and web files?
- Replies: 4
- Views: 943
Re: Is there a better way to backup Database and web files?
Thanks.. il have a try later on...dreiggy wrote: ↑Thu Apr 18, 2019 7:22 pmHi,
try check this: https://github.com/ramirojoaquin/vestac ... al-backups
You can use mysqldump and rsync to backup manually.