Search found 14 matches
- Tue Dec 01, 2015 12:28 am
- Forum: Web Server
- Topic: what is the best configuration to install mod_pagespped
- Replies: 1
- Views: 3857
Re: what is the best configuration to install mod_pagespped
Thats my full pagespeed conf Its OFF by default for all domains , and if i need to use it i just type inside configs for the domain i want it to work with . pagespeed on; Im not sure everything is perfect , someone else can give you a better solution :) # Turning the module on and off pagespeed off;...
- Wed Nov 25, 2015 11:51 am
- Forum: Mail Server
- Topic: Problem with Exim4 -> "unlimitedM"
- Replies: 1
- Views: 4249
Problem with Exim4 -> "unlimitedM"
Hello , im using " Ubuntu 14.04.3 LTS " with " vesta core package Version:0.9.8 (amd64) Release:15 ". And i get that error very often , i know how to fix it , but it's really annoying "thank God i don't have many email accounts". exim paniclog /var/log/exim4/paniclog on XXXXXXXXXXXXX.COM has non-zer...
- Thu Nov 12, 2015 9:52 pm
- Forum: Web Server
- Topic: Showing the real client ip (behind nat) - HELP!
- Replies: 5
- Views: 18303
Re: Showing the real client ip (behind nat) - HELP!
nginx.conf # Proxy settings proxy_redirect off; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass_header Set-Cookie; proxy_connect_timeout 90; proxy_send_timeout 90; proxy_read_timeout 90; proxy_buffers 32 4k;
- Thu Nov 12, 2015 9:45 pm
- Forum: Web Server
- Topic: Website not working after installing CSF
- Replies: 3
- Views: 4203
Re: Website not working after installing CSF
Check open ports in CSF conf # Allow incoming TCP ports TCP_IN = "20,21,22,25,53,80,110,143,443,465,587,993,995,8083,12000:12100,27500,980,943" # Allow outgoing TCP ports TCP_OUT = "20,21,22,25,53,80,110,113,443,993,995,8083,12000:12100,43,27500,980,943" # Allow incoming UDP ports UDP_IN = "20,21,53...
- Thu Nov 12, 2015 9:18 pm
- Forum: Общие вопросы
- Topic: Proftp не создать каталоги
- Replies: 1
- Views: 3036
Re: Proftp не создать каталоги
VRootEngine off
and it will work
and it will work
- Thu Sep 24, 2015 3:17 pm
- Forum: Mail Server
- Topic: Webmail Roundcube Always Login Failed
- Replies: 10
- Views: 88688
Re: Webmail Roundcube Always Login Failed
Check the log files , probably you will see an error with reading permission for password file ...
That might fix it -> v-rebuild-mail-domains $user
That might fix it -> v-rebuild-mail-domains $user
- Mon Sep 07, 2015 6:54 pm
- Forum: General Discussion
- Topic: install ngx_pagespeed
- Replies: 4
- Views: 6521
Re: install ngx_pagespeed
Can anyone post NGINX rules for configuring the right build with all modules that are needed to work fine in VestaCP ?
- Thu Jun 04, 2015 5:44 pm
- Forum: Web Server
- Topic: LOGJAM SSL bug
- Replies: 6
- Views: 6873
Re: LOGJAM SSL bug
Yes they are many , is that bad ?
- Thu Jun 04, 2015 12:12 am
- Forum: Web Server
- Topic: LOGJAM SSL bug
- Replies: 6
- Views: 6873
Re: LOGJAM SSL bug
Generate dhparams with next command -> openssl dhparam -out dhparams.pem 4096 Edit /etc/nginx/nginx.conf ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:EC...
- Thu May 21, 2015 2:56 pm
- Forum: Web Server
- Topic: Visitors REAL IP forwarding form NGINX to Apache
- Replies: 2
- Views: 4420
Re: Visitors REAL IP forwarding form NGINX to Apache
See this topic https://forum.vestacp.com/viewtopic.php?f=10&t=6650 Thank u , this is what ive used to fix my problem <IfModule rpaf_module> RPAFenable On # When enabled, take the incoming X-Host header and # update the virtualhost settings accordingly: RPAFsethostname On # Define which IP's are you...