Search found 619 matches
- Fri May 15, 2015 9:38 pm
- Forum: Debian/Ubuntu
- Topic: upgrade php version
- Replies: 5
- Views: 6164
- Mon Apr 06, 2015 8:14 am
- Forum: Mail Server
- Topic: [Roundcube Error] Cannot Delete Mail to Trash
- Replies: 3
- Views: 2040
Re: [Roundcube Error] Cannot Delete Mail to Trash
Seems like this would be a solution for you: https://bugs.vestacp.com/responses/mail ... heir-inbox
- Sat Apr 04, 2015 7:00 pm
- Forum: Mail Server
- Topic: I cannot send emails I get ( Unrouteable address)
- Replies: 4
- Views: 8232
Re: I cannot send emails I get ( Unrouteable address)
You can check the delivery way with:
If you want please post the output.
Code: Select all
exim -bt <remote address>
- Sat Apr 04, 2015 12:08 pm
- Forum: General Discussion
- Topic: Automatically restart services if down?
- Replies: 4
- Views: 4274
Re: Automatically restart services if down?
it seems you have exposed your mysql server directly to the internet. Please check your mysql and iptables config.
MySQL warning “IP address could not be resolved” -> http://serverfault.com/questions/393862 ... e-resolved
MySQL warning “IP address could not be resolved” -> http://serverfault.com/questions/393862 ... e-resolved
- Sat Apr 04, 2015 8:05 am
- Forum: General Discussion
- Topic: Automatically restart services if down?
- Replies: 4
- Views: 4274
Re: Automatically restart services if down?
Normally Apache2 ando MySQL shouldnt not go down without any reason. Maybe check first why the services go offline. You can also maybe write a shell script that you can run every minute to check if apache online, if not just start them. But as already said, first check the reason why they goes down ...
- Wed Apr 01, 2015 6:35 am
- Forum: Web Server
- Topic: getting 504 gateway timeout
- Replies: 4
- Views: 2954
Re: getting 504 gateway timeout
It seems that your apache2 have a problem, please check if you can access manually on "http://10.90.80.10:8080/", also check apache2 status and log.
Regards
Raphael
Regards
Raphael
- Fri Mar 06, 2015 3:05 pm
- Forum: General Discussion
- Topic: Vesta Backups doesn't work :(
- Replies: 4
- Views: 2926
Re: Vesta Backups doesn't work :(
Hiraulm090 wrote:How can I solve that??imperio wrote:Hi,
Load Average is very large on your server, so backup cant start
Please check why you have so high load average on your system (top, ps -ax, ...): http://www.tummy.com/articles/isolating-heavy-load/
Regards
Raphael
- Fri Mar 06, 2015 2:58 pm
- Forum: Web Interface
- Topic: Change default path for users
- Replies: 3
- Views: 3530
Re: Change default path for users
Hi, is it possible to change the default path of created users to /var/www/html/USERNAME/ and change its CHMOD automaticly to 777? I use now the way with editing /etc/passwd manually but as you know, this is kinda stupid. Thanks Greetings from switzerland Hi Milu You can setup the homedir path in {...
- Fri Mar 06, 2015 2:19 pm
- Forum: Mail Server
- Topic: cannot create user preferences file /nonexistent/.sp
- Replies: 6
- Views: 9314
Re: cannot create user preferences file /nonexistent/.sp
Hello Just if someone other does have the same issue: Modify /etc/default/spamassassin OPTIONS="--create-prefs --max-children 5 --helper-home-dir" to OPTIONS="--create-prefs --max-children 5 --helper-home-dir -u debian-spamd" also create folder and set permission: mkdir -p /nonexistent/.spamassassin...