Search found 7 matches
- Fri Sep 14, 2018 6:11 pm
- Forum: Mail Server
- Topic: ClamAV and spam-blocks.conf not working
- Replies: 0
- Views: 2843
ClamAV and spam-blocks.conf not working
Hello ! i´m running latest Version of vestacp on ubuntu 16.04.LTS E-mail ist working fine but the clamav mail check seems not working. I have the following exim4.conf in /etc/exim4/ (generated via update-exim4.conf command) ######### # WARNING WARNING WARNING # WARNING WARNING WARNING # WARNING WARN...
- Mon Aug 27, 2018 11:56 am
- Forum: Web Server
- Topic: www redirects to non-www
- Replies: 7
- Views: 5754
Re: www redirects to non-www
It works after rebuild!
Thank you grayfold.
Thank you grayfold.
- Mon Aug 27, 2018 11:05 am
- Forum: Web Server
- Topic: www redirects to non-www
- Replies: 7
- Views: 5754
Re: www redirects to non-www
So, i figured out that this is caused by the force-https template. Sorry, i forgot that i use it. So i found in the force-https.tpl (/vesta/data/templates/web/nginx) the following line rewrite ^(.*) https://%domain_idn%$1 permanent; and changed it to rewrite ^(.*) https://%alias_idn%$1 permanent; To...
- Sun Aug 26, 2018 3:45 pm
- Forum: FTP Server
- Topic: One FTP user for multiple domains
- Replies: 2
- Views: 4535
Re: One FTP user for multiple domains
Ok, thank you very much.
Nitaro
Nitaro
- Sun Aug 26, 2018 3:44 pm
- Forum: Web Server
- Topic: www redirects to non-www
- Replies: 7
- Views: 5754
- Sat Aug 25, 2018 4:34 pm
- Forum: FTP Server
- Topic: One FTP user for multiple domains
- Replies: 2
- Views: 4535
One FTP user for multiple domains
Hi everyone,
is it possible that one single FTP-User can access to multiple domains ?
For example: user_user1 can access to example1.com, example2.com, example3.com and so on...
I would be glad about the answer.
Nitaro
is it possible that one single FTP-User can access to multiple domains ?
For example: user_user1 can access to example1.com, example2.com, example3.com and so on...
I would be glad about the answer.
Nitaro
- Sat Aug 25, 2018 4:31 pm
- Forum: Web Server
- Topic: www redirects to non-www
- Replies: 7
- Views: 5754
www redirects to non-www
Hi, i´m running 0.9.8-22 on a Ubuntu 16.04.5 LTS (64) Server. My question is the following: I created a Web-Domain "example.com" with an alias "www.example.com". When i visit the Website using http://www.example.com the url is rewrited to http://example.com. How can i change that the url is not rewr...