Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - hsg944

Pages: [1]
1
SSL / Re: Varnish+NginX+APache+Letsencrypt proposal
« on: August 14, 2016, 06:38:11 AM »
i got Nginx >> Varnish >> Apache working and results are amazing.

my $10 vps was able to handle 1000 clients/s for over 1 minute, theoretically that mean 86 million visitors a day. i am sure it can handle even more but i only test for 1000 clients using loader.io.

3 GB data was  transferred in 1 minute.

2
SSL / Re: Varnish+NginX+APache+Letsencrypt proposal
« on: August 13, 2016, 01:46:41 AM »
wondering, if this even planned in future versions?

3
Backup / Re: Any way to use Amazon S3 for remote backups?
« on: August 11, 2016, 02:03:39 AM »
hope you have already figured this out.

if not then you can mouse s3 as using sshfs . here is the tutorial how to do it

http://forum.centos-webpanel.com/backup/remote-disk-backup-sshfs/

here is the article how to mount a disk using sshfs

http://www.cyberciti.biz/faq/how-to-mount-remote-directory-filesystems-with-sshfs-on-linux/

4
PHP / Re: php version swticher error
« on: August 10, 2016, 01:29:43 PM »
it worked using php selecter then used php version switcher

5
PHP / php version swticher error
« on: August 10, 2016, 02:12:30 AM »
Hi,

I was trying to update php to php 7 but php swticher is not compiling it. below is the error in logd

#############################################
checking pcre install prefix... no
checking whether to enable FTP support... yes
checking OpenSSL dir for FTP... no
checking for GD support... yes
checking for the location of libwebp... no
checking for the location of libjpeg... /usr
checking for the location of libpng... /usr
checking for the location of libXpm... /usr
checking for FreeType 2... /usr
checking whether to enable truetype string function in GD... yes
checking whether to enable JIS-mapped Japanese font support in GD... yes
If configure fails try --with-webp-dir=<DIR>
checking for jpeg_read_header in -ljpeg... yes
checking for png_write_image in -lpng... yes
configure: error: xpm.h not found.
Configure DONE!
####################
make: *** No targets specified and no makefile found.  Stop.
Make DONE!
##########################################

Any idea how to fix this?

6
SSL / Re: Varnish+NginX+APache+Letsencrypt proposal
« on: August 08, 2016, 11:33:31 AM »
Yep, this is really needed as many sites are moving to https.

With https, current nginx/Varnish setup is useless unless you tweak configuration files manually. and you cant opcache,apc with CWP.

Hope this feature comes to CWP soon.

Pages: [1]