Serghey Rodin
c2c8b0ed2b
Fix for missing NetworkManager on OpenVZ/Virutozzo
2016-10-03 14:54:03 +03:00
Serghey Rodin
ba5bdb12ca
forcibly disable apache when it is not used
2016-09-30 12:40:17 +03:00
Serghey Rodin
0734b309e7
unlimited disk quota by default
2016-09-30 12:35:18 +03:00
Serghey Rodin
1efe457a22
reject pma setup after install
2016-09-30 12:27:14 +03:00
Serghey Rodin
44be086dfc
awstats/webalized fix for php-fpm systems
2016-09-29 23:05:39 +03:00
Serghey Rodin
f33ce7ecb2
Fixed Fail2ban install issues
2016-09-15 17:03:37 +03:00
Serghey Rodin
5a5668f866
fix from http://luiscachog.me/spamassassin-error-on-vestacp-centos
2016-09-15 14:45:08 +03:00
dpeca
e1af40e232
Debian fix for spamassassin when it's not in startup list
...
Fix for https://bugs.vestacp.com/issues/346
2016-09-08 03:49:20 +02:00
Serghey Rodin
26146998a6
php5-fpm config for debian 7
2016-09-07 14:21:07 +03:00
dpeca
7cc00677e4
Debian fix for ClamAV /var/run/clamav permission
...
On default Debian8 installation /var/run/clamav has wrong permissions.
ERROR: Can't save PID in file /var/run/clamav/clamd.pid
Owner was a root.
This is a fix for it.
2016-09-07 02:49:17 +02:00
Alexandr Loskutov
6a9ded7c99
Исправление шаблона socket
...
Исправление для правильной работы php-fpm с шаблоном socket
2016-09-06 09:49:01 +03:00
Serghey Rodin
b918f04cdc
Merge pull request #827 from dpeca/patch-8
...
Fix for: Warning: purging the environment. Suggested action: use keep…
2016-09-05 16:30:52 +03:00
Serghey Rodin
bba62fee06
Foreground yes for clamd
2016-09-01 18:07:44 +03:00
dpeca
eaeda2e769
Fix for: Warning: purging the environment. Suggested action: use keep_environment.
...
Well known Exim4 issue.
Skurudo gave a solution - https://forum.vestacp.com/viewtopic.php?t=11220#p42605
And, btw, you could think about adding:
disable_ipv6=true
... because GMail and many others mail servers consider sending from ipv6 as spammy email.
(very stupid logic, but it's simply true, if you are sending from ipv6 GMail will mark it as SPAM 100%)
I'm not commiting this, I'll leave to you about this.
In this commit I'm just fixing well known issue with keep_enviroment.
2016-08-30 17:45:33 +02:00
Serghey Rodin
40790f72eb
Merge pull request #763 from tigercodes/patch-1
...
Opencart nginx template (tpl file)
2016-08-29 19:15:30 +03:00
Serghey Rodin
14d346e730
Merge pull request #774 from dpeca/patch-2
...
Removing AllowSupplementaryGroups from clamav.conf
2016-08-29 19:10:42 +03:00
Serghey Rodin
4cfc45ab8b
Merge pull request #776 from dpeca/patch-4
...
Changing password_vesta_host to server hostname
2016-08-29 19:06:37 +03:00
Serghey Rodin
7d84ff7b85
Merge pull request #777 from dpeca/patch-5
...
Roundcube log permission fix
2016-08-29 19:05:09 +03:00
Serghey Rodin
3e7d6362a3
Merge pull request #799 from pcfreak30/hotfix/798
...
Use $VESTA variable everywhere in installer
2016-08-29 16:57:20 +03:00
Serghey Rodin
9a6b406d43
Merge pull request #821 from core01/master
...
Fixing incorrect load of image, css and js when using HTTPS
2016-08-29 16:52:41 +03:00
Serghey Rodin
73177fe22c
Merge pull request #822 from prodimon/master
...
mini fix
2016-08-29 16:51:57 +03:00
Serghey Rodin
6eca748bce
apparmor rules for bind9
2016-08-26 17:27:02 +03:00
Dmitry Bannik
4bc53a1142
Added default install "expect" to work for backup sftp
2016-08-25 02:33:19 +03:00
core01
fad19fee73
Merge remote-tracking branch 'upstream/master'
2016-08-24 21:30:37 +03:00
core01
fdd35376f1
Fixing incorrect load of image, css and js when using HTTPS
2016-08-24 21:21:21 +03:00
Serghey Rodin
9873dfacd0
Fix for clamav: /var/run ownership and foreground option
2016-08-18 17:22:23 +03:00
Serghey Rodin
0561a213db
php 5.6 for CentOS
2016-08-08 12:05:04 +03:00
Derrick Hammer
9ada699ddf
*Copy/paste fail
2016-07-31 04:13:17 -04:00
Derrick Hammer
f8c8a33d40
*Set VESTA global variable and use everywhere
2016-07-31 04:06:38 -04:00
dpeca
e2da4fbb18
Roundcube log permission fix
...
Roundcube is not able to write to /var/log/roundcube
This is a fix for it.
Reported as a bug long time ago - https://forum.vestacp.com/viewtopic.php?f=12&t=10114&p=39648#p38630
See last line at this post.
In v16 you accepted my pull request for password driver, but that was just a partial fix, because it needs to fix log permissions too.
Now here is a fix for roundcube log permissions.
2016-07-21 01:00:03 +02:00
dpeca
fb11b194b3
Changing password_vesta_host to server hostname
...
''Vesta Password Driver for Roundcube'' will try to make a HTTPS request to Vesta, in order to change mail password.
In /etc/roundcube/plugins/password/config.inc.php you have:
$rcmail_config['password_vesta_host'] = 'localhost';
That 'localhost' must be changed to server hostname, because HTTPS to localhost will not works if your server hostname is not 'localhost', because SSL certs are not for 'localhost' but for server hostname.
This line will change localhost to server hostname, and 'Vesta Password driver for Roundcube' will works.
2016-07-21 00:45:26 +02:00
dpeca
1c1ba0449c
Removing AllowSupplementaryGroups from clamav.conf
...
Option 'AllowSupplementaryGroups' is not allowed anymore on new version of ClamAV
Reported as bug - https://bugs.vestacp.com/issues/279
Details - http://forum.vestacp.com/viewtopic.php?f=12&t=11884
2016-07-20 20:21:51 +02:00
Serghey Rodin
e6d6e19032
# Fallback to Ubuntu
2016-07-19 14:10:45 +03:00
tigercodes
28942d1bd2
Opencart nginx template (tpl file)
...
Template to support opencart seo url's.
2016-07-11 10:14:06 -04:00
Serghey Rodin
d6e047a395
Merge pull request #750 from orwah/master
...
Update vsftpd.conf (install directory)
2016-07-06 13:54:28 +03:00
Orwah Issa
eb86b95e79
Update vsftpd.conf
2016-07-06 03:29:20 +02:00
Orwah Issa
947f48fb08
Update vsftpd.conf
2016-07-06 03:19:15 +02:00
Orwah Issa
39192a7c46
Update vsftpd.conf
2016-07-06 03:18:57 +02:00
Orwah Issa
6f691bc62d
Update vsftpd.conf
2016-07-06 03:18:40 +02:00
Orwah Issa
db1aa70d18
Update vsftpd.conf
2016-07-06 03:18:22 +02:00
Orwah Issa
08c4710222
Update vsftpd.conf
2016-07-06 03:17:58 +02:00
Orwah Issa
d973ea8972
Update vsftpd.conf
2016-07-06 03:17:39 +02:00
Orwah Issa
374dc9e905
Update vsftpd.conf
2016-07-06 03:17:23 +02:00
Orwah Issa
b76575bef3
Update vsftpd.conf
2016-07-06 03:17:06 +02:00
Orwah Issa
c177f164d4
Update vsftpd.conf
2016-07-06 03:16:41 +02:00
Orwah Issa
01bea04cd4
Update vsftpd.conf
2016-07-06 03:16:19 +02:00
Orwah Issa
19e54dd38f
Update vsftpd.conf
2016-07-06 03:15:54 +02:00
Serghey Rodin
5c98639825
fix missing pub_ip during install
2016-06-30 23:10:03 +03:00
Metallizzer
a0a003423d
Parameter %domain% may contain non-ASCII characters, use the %domain idn% instead, when specifying sendmail Return-Path
2016-06-30 18:29:32 +07:00
Serghey Rodin
047be8108c
fix for missing ip in install header
2016-06-28 16:54:56 +03:00