Search found 10 matches
- Thu Jul 23, 2020 12:46 am
- Forum: Debian/Ubuntu
- Topic: Install Moodle Failed.
- Replies: 2
- Views: 7108
Re: Install Moodle Failed.
Thank you @grayfolk,
I tried it and it works after reboot the VPS.
I tried it and it works after reboot the VPS.
- Wed Jul 22, 2020 6:03 pm
- Forum: Debian/Ubuntu
- Topic: Install Moodle Failed.
- Replies: 2
- Views: 7108
Install Moodle Failed.
Hi, I would like to install Moodle (.tgz file) The installation was failed with the following error Warning: file_exists(): open_basedir restriction in effect. File(/home/admin/web/MYDOMAIN/moodledata) is not within the allowed path(s): (/home/admin/web/MYDOMAIN/public_html:/home/admin/tmp:/bin:/usr...
- Sat Mar 21, 2020 2:58 am
- Forum: General Discussion
- Topic: Statement and Goodbye
- Replies: 40
- Views: 68787
Re: Statement and Goodbye
I really appreciate everyone who contributed to this project. Actually I also really want to, but unfortunately, I do not have that ability. As a user, we hope you keep supporting this project because we know you are the expert.
- Mon Dec 31, 2018 3:45 am
- Forum: Mail Server
- Topic: Dovecot service keeps stopping
- Replies: 2
- Views: 3462
Re: Dovecot service keeps stopping
It happened to me a few months ago. dovecot was failed to start after done update. I looked at /etc/dovecot/conf.d/ there are few additional files. I move them all to backup dir I created. So the files at /etc/dovecot/conf.d/ are: 10-auth.conf 10-logging.conf 10-mail.conf 10-master.conf 10-ssl.conf ...
- Tue Dec 25, 2018 11:41 am
- Forum: Modification & Patches
- Topic: Recommending PHP 7.3
- Replies: 7
- Views: 53416
Re: Recommending PHP 7.3
Hi, Sorry, I am not the expert. But I have tried install php73 and it's works. 1. install sk-phpinstaller_beta02_3.sh 2. yum install php73-php-imap php73-php-process php73-php-pspell php73-php-xml php73-php-xmlrpc php73-php-pdo php73-php-ldap php73-php-pecl-zip php73-php-common php73-php php73-php-m...
- Thu Feb 08, 2018 11:11 am
- Forum: Web Server
- Topic: How redirect subdomain.example.com to example.com:port
- Replies: 3
- Views: 5870
Re: How redirect subdomain.example.com to example.com:port
I don't know is it work or not, but you may try it.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^irc.example.com$ [NC]
RewriteCond %{SERVER_PORT} ^80$
RewriteRule ^(.*)$ http://example.com:ircport$1 [R=301,L]
RewriteEngine On
RewriteCond %{HTTP_HOST} ^irc.example.com$ [NC]
RewriteCond %{SERVER_PORT} ^80$
RewriteRule ^(.*)$ http://example.com:ircport$1 [R=301,L]
- Thu Feb 08, 2018 10:37 am
- Forum: Mail Server
- Topic: Mail Demon Emails driving me mad
- Replies: 2
- Views: 3476
Re: Mail Demon Emails driving me mad
Edit your sudoers
#vi /etc/sudoers.d/admin
admin ALL=NOPASSWD:/{your bin}
#vi /etc/sudoers.d/admin
admin ALL=NOPASSWD:/{your bin}
- Tue Dec 12, 2017 8:49 am
- Forum: General Discussion
- Topic: Cloud Backups
- Replies: 5
- Views: 6366
Re: Cloud Backups
I use gsutil to store the backup in Google Storage.
https://cloud.google.com/storage/docs/gsutil
https://cloud.google.com/storage/docs/gsutil
- Fri Nov 17, 2017 10:28 am
- Forum: Mail Server
- Topic: Limit send email per user per hour
- Replies: 2
- Views: 4779
Re: Limit send email per user per hour
Hi @DarthVader,
Thank you for your help. I will try it.
Best regards,
Putude
Thank you for your help. I will try it.
Best regards,
Putude
- Thu Nov 16, 2017 9:35 pm
- Forum: Mail Server
- Topic: Limit send email per user per hour
- Replies: 2
- Views: 4779
Limit send email per user per hour
Dear all,
Please help how to limit send email per user per hour in VestaCP.
I try viewtopic.php?f=41&t=12623&start=20 but no luck.
Thanks,
Putude
Please help how to limit send email per user per hour in VestaCP.
I try viewtopic.php?f=41&t=12623&start=20 but no luck.
Thanks,
Putude