Author Topic: Enable mod_deflate  (Read 12149 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Enable mod_deflate
« on: November 03, 2014, 03:09:02 PM »
Hi !

I can enable mod_deflate in Apache?

Thanks !

Offline
*
Re: Enable mod_deflate
« Reply #1 on: November 04, 2014, 02:12:14 AM »
you can enable any module you need in the apache reBuilder.
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: Enable mod_deflate
« Reply #2 on: November 06, 2014, 10:13:14 AM »
Hi,

After this, i have the following error:

"Starting httpd: [Thu Nov 06 04:46:11 2014] [warn] VirtualHost myIP:82 overlaps with VirtualHost myIP:82, the first has precedence, perhaps you need a NameVirtualHost directive
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs"


I'm running Apache in port 82 ip myIP and Varnish in port 80.
  • I modify usr/local/apache/conf/httpd.conf and set Listen 80 to Listen 82;
  • I have to insert NameVirtualHost myIP:82 in Edit Apache vHosts:

NameVirtualHost myIP:82

# vhost_start myDomain.com.br
<VirtualHost myIP:82>
ServerName myDomain.com.br
ServerAlias www.myDomain.com.br
...


And Apache start without error or warning.

Offline
*
Re: Enable mod_deflate
« Reply #3 on: November 07, 2014, 02:48:32 AM »
if you have changed port in the varnish configuration then all ports should be updated.
if needed you can use rebuild apache vhosts as an option
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services