Search found 12 matches
- Mon Dec 26, 2016 2:12 pm
- Forum: General Discussion
- Topic: SSl Works only for non www
- Replies: 5
- Views: 6434
Re: SSl Works only for non www
Try
Certificate must cover both www and non-www https. Some provider's certs cover both for www.domain.com, but only one for domain.com.
Code: Select all
RewriteCond %{SERVER_PORT} 443
RewriteCond %{HTTP_HOST} ^www[.].+$
RewriteRule ^(.*)$ https://domain.com/$1 [L,R=301]
- Sun Dec 25, 2016 7:48 am
- Forum: DNS Server
- Topic: NS (NO GLUE) [TTL=43200] How To Solved?
- Replies: 1
- Views: 4243
Re: NS (NO GLUE) [TTL=43200] How To Solved?
Any idea friend?
- Thu Dec 22, 2016 7:13 am
- Forum: DNS Server
- Topic: NS (NO GLUE) [TTL=43200] How To Solved?
- Replies: 1
- Views: 4243
NS (NO GLUE) [TTL=43200] How To Solved?
https://s19.postimg.org/5401knyoj/Fire_Shot_Capture_125_into_DNS_aghanims_id_ch.png I have main domain in vestacp, and domain client in whm/cpanel. So all dns control from vestacp But i have problem with ns no glue see image. All child name server registered in registrar(resellerclub) also a record...
- Sun Dec 11, 2016 10:28 am
- Forum: General Discussion
- Topic: Increase PHP memory limits
- Replies: 16
- Views: 47517
Re: Increase PHP memory limits
I have same problem, php.ini alredy set 4000M and .htaccess php_admin_value memory_limit 4000M . But wordpress always get Fatal Error: Allowed Memory Size of 33554432 Bytes Exhausted . I check from phpinfo also showing memory limit 4GB or 4000M , no hidden file or hidden php.ini on home/admin/web/ P...
- Fri Dec 09, 2016 5:50 pm
- Forum: Web Server
- Topic: How To Upgrade To Php 7 (Centos Apache)
- Replies: 1
- Views: 3893
How To Upgrade To Php 7 (Centos Apache)
Hi
How to upgrade to php 7, without interrupting other programs?
Apache
Centos 6 x64
Tanks very much
How to upgrade to php 7, without interrupting other programs?
Apache
Centos 6 x64
Tanks very much
- Tue Oct 25, 2016 3:51 pm
- Forum: Web Server
- Topic: Separate Virtual Host
- Replies: 1
- Views: 3066
Separate Virtual Host
It seems like it would be great if a created separate virtual host.
I mean
/home/user/conf/
- domain1.com.conf
- domain2.net.conf
- domain3.us.conf
I mean
/home/user/conf/
- domain1.com.conf
- domain2.net.conf
- domain3.us.conf
- Sat Oct 08, 2016 10:26 pm
- Forum: General Discussion
- Topic: Separate Virtual Host
- Replies: 2
- Views: 4174
Separate Virtual Host
Hi
If can separate config virtual host every domain, easy for user editing.
Eg:
serveeping.com => serveeping.com.conf
thedom.com => thedom.com.conf
If can separate config virtual host every domain, easy for user editing.
Eg:
serveeping.com => serveeping.com.conf
thedom.com => thedom.com.conf
- Tue Sep 06, 2016 8:49 am
- Forum: RHEL/CentOS
- Topic: How to install MailParse And Configure nginx+php-fpm
- Replies: 3
- Views: 5417
Re: How to install MailParse And Configure nginx+php-fpm
Something not right with zz_mailparse module. Check module: ls -la /usr/lib/php/modules/zz_mailparse.so Download again for your PC arc - x86, may be you use x64 module. Hi I also follow normal installation but same issue, and searching google again with another trick but same problem. If I was not ...
- Tue Sep 06, 2016 7:51 am
- Forum: RHEL/CentOS
- Topic: How to install MailParse And Configure nginx+php-fpm
- Replies: 3
- Views: 5417
How to install MailParse And Configure nginx+php-fpm
Hi I install mailparse following from internet for centos but i have error PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/zz_mailparse.so' - /usr/lib/php/modules/zz_mailparse.so: undefined symbol: mbfl_name2no_encoding in Unknown on line 0 Php 5.6.26RC1 Centos 6 32bit...
- Mon Jul 18, 2016 10:30 am
- Forum: Web Server
- Topic: HOWTO Install ngx_pagespeed (Google PageSpeed)
- Replies: 49
- Views: 762378
Re: HOWTO Install ngx_pagespeed (Google PageSpeed)
Hi
what file name add this code ?
same or not with
nginx version: nginx/1.10.1
what file name add this code ?
Code: Select all
listen %ip%:%proxy_ssl_port% spdy;
Code: Select all
--with-http_v2_module
Code: Select all
--with-http_spdy_module