Search found 15 matches
- Fri Apr 25, 2014 12:57 am
- Forum: General Discussion
- Topic: VestaCP 0.9.8-8
- Replies: 9
- Views: 9092
Re: VestaCP 0.9.8-8
Disappointing.demlasjr wrote:I'm wondering about the same thing. I was prepared to get the Blesta CP and I was anxiously waiting for the connector, but I see that it dissapeared. Any news about it ?
- Mon Mar 17, 2014 10:57 pm
- Forum: General Discussion
- Topic: vsftpd issue with large style.css file using FTPS
- Replies: 1
- Views: 4404
Re: vsftpd issue with large style.css file using FTPS
Disabling ascii downloads fixed the problem.
- Mon Mar 17, 2014 12:37 am
- Forum: Web Server
- Topic: Permissions web directory (to perform rsync)
- Replies: 5
- Views: 9192
Re: Permissions web directory (to perform rsync)
Thanks for your reply! So you are saying I need to create a unique ssh-account for every website I'll put on that server? Actually I'm looking for one user called 'deploy', which I use internally to deploy all of my websites to the live server. Or do you think this is a bad idea? If I use that depl...
- Mon Mar 17, 2014 12:08 am
- Forum: General Discussion
- Topic: vsftpd issue with large style.css file using FTPS
- Replies: 1
- Views: 4404
vsftpd issue with large style.css file using FTPS
Users are unable to modify or download files named style.css in any given directory and in multiple clients. FileZilla gives a GUN TLS -15 error. It can modify any other file without issue. If I rename it to style.css~ for example it works fine. This only happens with TLS enforced. Any ideas? I have...
- Sun Mar 16, 2014 8:31 pm
- Forum: Web Server
- Topic: Permissions web directory (to perform rsync)
- Replies: 5
- Views: 9192
Re: Permissions web directory (to perform rsync)
So there's one of two things you can do: 1. Enable SSH logins for the user of the web directory that you're trying to create. You can do this by editing the user in Vesta Control Panel. Temporarily change it to bash or rssh. Then rsync using that user. 2. rsync to the "deploy" users folder and then ...
- Fri Mar 14, 2014 1:12 am
- Forum: Mail Server
- Topic: Enable SPF checking
- Replies: 2
- Views: 5031
Re: Enable SPF checking
I did not come across this yet. Thank you Alberto I will give this a go once I find some free time.alberto wrote:This has your solution: https://github.com/Exim/exim/wiki/SPF
- Fri Mar 14, 2014 1:11 am
- Forum: Web Server
- Topic: Permissions web directory (to perform rsync)
- Replies: 5
- Views: 9192
Re: Permissions web directory (to perform rsync)
Hi all, I was trying to rsync my changes to the web-directory, but noticed that the group hasn't any writing permissions by default. This means any other user besides root isn't able to write in the folders. Jeroen. Are you trying to rsync from one account to another? Where are the files originatin...
- Fri Mar 14, 2014 1:09 am
- Forum: Web Server
- Topic: only nginx?
- Replies: 16
- Views: 22805
Re: only nginx?
While I think Vesta is a nice piece of software, waiting until June for the next version is a bit too much and I'm too impatient... For those still interested, I've managed to get Nginx running on its own with php-fpm by replacing the vesta template files for nginx config files - now instead of run...
- Mon Mar 10, 2014 9:44 pm
- Forum: General Discussion
- Topic: Use VestaCP on subdomain not by IP
- Replies: 4
- Views: 6870
Re: Use VestaCP on subdomain not by IP
Hi to everyone! I own a domain and i would like to access vestaCP from mypanel.mydomain.com instead of using 1.2.3.4:8083. mydomain.com contain a small website and it is reacheble so i need only to know how to "point" the subdomain to the access page. How can i achieve that? Thanks in advance Login...
- Sun Mar 09, 2014 4:57 am
- Forum: Web Server
- Topic: PHP 5.5 upgrade
- Replies: 6
- Views: 10169
Re: PHP 5.5 upgrade
edit: This is a fresh install from a few days ago. edit2: What eats less RAM: event of prefork? Prefork spawns a new process for each request. Worker and Event are threaded so less processes means less overhead. Here's a pretty simple perspective: http://www.vps.net/blog/2013/04/08/apache-mpms-pref...