Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 5 matches
- Wed Mar 12, 2014 2:23 pm
- Forum: Modification & Patches
- Topic: Stripped and symlinked php binaries
- Replies: 2
- Views: 14906
Re: Stripped and symlinked php binaries
After stripping and symlinking some binaries in nginx/sbin, php/bin and php/sbin my /usr/local/vesta size went from 128Mb to 37Mb which, to me, is still too large for a few 1000 docker containers but certainly better than what it was by default.
- Wed Mar 12, 2014 2:08 pm
- Forum: General Discussion
- Topic: A problem with Apache
- Replies: 2
- Views: 5323
Re: A problem with Apache
On ubuntu the end of the standard apache2.conf files has...
Include conf.d/
# Include the virtual host configurations:
#Include sites-enabled/
so have a look at...
/etc/apache2/conf.d/vesta.conf
and you will find it includes yet another conf file in a users home dir, ie; for me it is...
/home ...
Include conf.d/
# Include the virtual host configurations:
#Include sites-enabled/
so have a look at...
/etc/apache2/conf.d/vesta.conf
and you will find it includes yet another conf file in a users home dir, ie; for me it is...
/home ...
- Wed Mar 12, 2014 9:48 am
- Forum: Modification & Patches
- Topic: Stripped and symlinked php binaries
- Replies: 2
- Views: 14906
Stripped and symlinked php binaries
I hope this is the right section to post about this low priority issue. I was wondering why a du of /usr/local/vesta was so large and noticed the 2 binaries in /usr/local/vesta/php/sbin were not stripped and both binaries were exactly the same size so I stripped them and symlinked one to the other ...
- Wed Mar 12, 2014 9:25 am
- Forum: Web Server
- Topic: sed expression error in add_web_config()
- Replies: 0
- Views: 3384
sed expression error in add_web_config()
I could not figure out why my apache2.conf and nginx.conf were not being generated so after many hours of trying to figure out how VestaCP creates those files I finally noticed a sed error when /forward/slash paths were being used so I did a wholesale replacement of / to # and now my config files ...
- Tue Mar 11, 2014 8:13 pm
- Forum: Web Server
- Topic: only nginx?
- Replies: 16
- Views: 23028
Re: only nginx?
I am also very interested in running only nginx and php-fpm and wondering how I can stay in touch with the most recent development for the next release? Perhaps I can help out as I've been using ISPConfig on a few servers and it uses nginx + php-fpm with unix:sockets.