Search found 13 matches
- Tue Apr 17, 2018 6:03 am
- Forum: Web Server
- Topic: HOWTO Install ngx_pagespeed (Google PageSpeed)
- Replies: 49
- Views: 762347
Re: HOWTO Install ngx_pagespeed (Google PageSpeed)
Im getting this error.. any help would be appreciated.
./configure: error: the invalid value in --with-ld-opt="-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-E"
./configure: error: the invalid value in --with-ld-opt="-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-E"
- Wed Feb 28, 2018 3:42 pm
- Forum: DNS Server
- Topic: REBUILD-DNS BUG ?
- Replies: 1
- Views: 5019
REBUILD-DNS BUG ?
I was migrating 1 user to another server both are nginx-php-fpm centos 6-7 . After rebuilding DNS nothing changed. I migrated it fine no errors, looked at vesta logs and named logs and found nothing. I rebuilt the user, then rebuilt the dns and the dns records dont update to the new server IP. I man...
- Tue Feb 27, 2018 1:43 pm
- Forum: General Discussion
- Topic: Updating mysql and php for centos 6
- Replies: 0
- Views: 2421
Updating mysql and php for centos 6
I recently attempted to upgrade my php version from 5.6.33 to 7.1 and failed. My websites were working fine but when i login to vestacp -> server -> Php-fpm was greyed out, i could not start or stop and my phpmyadmin was no longer working. I am on Centos 6.9 I am also looking to upgrade mysql 5.5 to...
- Wed Jan 17, 2018 3:12 am
- Forum: Web Server
- Topic: nginx: [emerg] unexpected "}"
- Replies: 7
- Views: 25169
Re: nginx: [emerg] unexpected "}"
So this is odd because i never edited my default.tpl files and this is what i came across location /vstats/ { alias %home%/%user%/web/%domain%/stats/; include %home%/%user%/conf/web/%domain%.auth <- See.. what is missing is this *; // Updated the tpl and stpl files and added that and it worked fine ...
- Wed Jan 17, 2018 2:44 am
- Forum: Web Server
- Topic: nginx: [emerg] unexpected "}"
- Replies: 7
- Views: 25169
nginx: [emerg] unexpected "}"
nginx: [emerg] unexpected "}" After adding a new domain this happen and nginx cant start unless i remove the domain.
- Fri Jan 12, 2018 6:14 pm
- Forum: General Discussion
- Topic: tpl vs stpl what is the difference ?
- Replies: 3
- Views: 6207
Re: tpl vs stpl what is the difference ?
Thanks for the reply :) I was trying to figure this out haha, do you have this in documentation somewhere ?imperio wrote:stpl using when you activate https on your domain
- Fri Jan 12, 2018 6:13 pm
- Forum: General Discussion
- Topic: Migrating Vestacp to Vestacp
- Replies: 1
- Views: 4677
Migrating Vestacp to Vestacp
I tried upgrading my PHP-FPM Version ( Centos 6.9 ) From PHP 5.6 to PHP 7.1 . It worked fine.. but in vestacp it is "disabled" and i couldn't press start and when i go to configure php-fpm in the control panel the settings becomes 404 or blank. So my only idea now is to install a new server with cen...
- Sat Dec 30, 2017 2:04 pm
- Forum: General Discussion
- Topic: tpl vs stpl what is the difference ?
- Replies: 3
- Views: 6207
tpl vs stpl what is the difference ?
tpl vs stpl what is the difference ?
Im trying to create a new template to force SSL , the one provided in the docs does not work on my setup Nginx/Php-FPM so i think i might have to create my own but i would like to know what is the difference between TPL/STPL
Im trying to create a new template to force SSL , the one provided in the docs does not work on my setup Nginx/Php-FPM so i think i might have to create my own but i would like to know what is the difference between TPL/STPL
- Fri Dec 29, 2017 5:11 pm
- Forum: Database Server
- Topic: Phpmyadmin URL change..
- Replies: 1
- Views: 4705
Re: Phpmyadmin URL change..
How about the domains virtualhosts ? This is in the nginx.conf " include /etc/nginx/conf.d/phpmyadmin.inc*; " also looked in snginx.conf and same.. This is actually a new server so there's only the one domain on it. This is what is in my phpmyadmin.inc " location /scdb{ alias /usr/share/phpMyAdmin/...
- Fri Dec 29, 2017 4:56 pm
- Forum: DNS Server
- Topic: How to use same name servers for other server?
- Replies: 2
- Views: 5974
Re: How to use same name servers for other server?
Hello, you can use DNSmanager, but i dont know if there is option to use open source PowerDNS with Poweradmin web interface or too open source DomainMOD. Update: I dont know where was my brain, you can create DNS cluster on one small VPS with VestaCP and add 2 IP's. Thats what i did :P I setup a DN...