Search found 87 matches
- Fri Oct 31, 2014 5:10 pm
- Forum: Web Server
- Topic: Domain Alias problem (iptable related) [UPDATED]
- Replies: 0
- Views: 2895
Domain Alias problem (iptable related) [UPDATED]
I have a server with multiple users, today I tried to add a new domain with a alias domain with one regular user (not the admin account) and it won't work. For example: My users is called "userA" it have the main domain that is working called "domainA.com" In that user account, every time I want to ...
- Fri Oct 31, 2014 3:47 pm
- Forum: Web Server
- Topic: ServerAlias does not work
- Replies: 3
- Views: 5444
Re: ServerAlias does not work
I have a similar problem do you found any solution?
- Thu Oct 23, 2014 8:56 pm
- Forum: General Discussion
- Topic: is any new update coming soon?
- Replies: 119
- Views: 113649
Re: is any new update coming soon?
Perfect! This works very well.imperio wrote:kandalf,Code: Select all
echo "PROTOCOL='TCP' PORT='2195'" >> /usr/local/vesta/data/firewall/ports.conf
Code: Select all
v-update-firewall
- Thu Oct 23, 2014 5:09 pm
- Forum: General Discussion
- Topic: is any new update coming soon?
- Replies: 119
- Views: 113649
Re: is any new update coming soon?
I need to open the port 2195 to communicate with apple APNS server, but seams that Vesta use allways --dport when it creates a rule and sometimes we need to use --sport. To correctly communicate with apple apns server we need a rule like this one: iptables -A INPUT -p tcp --sport 2195 -j ACCEPT To c...
- Mon Oct 13, 2014 3:27 pm
- Forum: Web Server
- Topic: Vhost to Subdirectory
- Replies: 5
- Views: 18003
Re: Vhost to Subdirectory
Your solution works but I think we should have an option to change the webroot on vesta panel, without need to edit the files directly.
For exampel in my case I change directly the files nginx.conf and httpd.conf then a few months later I rebuild the user account by mistake and lose all my configs.
For exampel in my case I change directly the files nginx.conf and httpd.conf then a few months later I rebuild the user account by mistake and lose all my configs.
- Thu Jul 17, 2014 12:59 am
- Forum: Mail Server
- Topic: DomainKeys neutral - all emails are going to SPAM !!!
- Replies: 4
- Views: 7430
Re: DomainKeys neutral - all emails are going to SPAM !!!
Did you found a solution?
- Thu May 15, 2014 12:11 pm
- Forum: General Discussion
- Topic: Temporary URL for website
- Replies: 0
- Views: 3949
Temporary URL for website
I have a basic question can we access thought a temporary URL the websites in Vesta. With cpanel is something like this http://111.111.111.111/~accountnamehere/ for the main domain and http://111.111.111.111/~accountnamehere/seconddomain.com for other domain. In Vesta if I use the ip appear the firs...