You Are Here: Home » Posts tagged "Apache"

AWStats including GeoIP-Plugin on Ubuntu

AWStats is an open source Web analytics reporting tool, suitable for analyzing data from Internet services such as web, streaming media, mail and FTP servers. AWStats parses and analyzes server log files, producing HTML reports. Installing with Synaptic sudo apt-get install awstats Configuring sudo cp /etc/awstats/awstats.conf /etc/awstats/awstats.yourdomain.com.conf Edit the file sudo vim /etc/awstats/awst ...

Read more

Using Mod Page Speed for your website

Fast and optimized pages lead to higher visitor engagement, retention, and conversions. The PageSpeed family of tools is designed to help you optimize the performance of your website. PageSpeed Insights products will help you identify performance best practices that can be applied to your site, and PageSpeed optimization tools can help you automate the process Installing mod_pagespeed from packages First we ...

Read more

Apache Reverse Proxy

A reverse proxy is a type of proxy server that retrieves resources on behalf of a client from one or more servers. In our case we have the server 192.168.10.20 and 192.168.10.30 in the DMZ that need to be accessed by http://www.company1.com/ and http://www.company2.com/ from the WAN Installing Apache Before installing Apache2 maybe we need to update the sources as follow: sudo apt-get update Now we can laun ...

Read more

Install and Benchmark Nginx Vs Apache

Nginx is an open source Web server and a reverse proxy server, usually used for serving static pages and files to improve your website performance and availability. Installing Nginx on Ubuntu In order to authenticate the nginx repository signature and to eliminate warnings about missing gpg key during installation of the nginx package, it is necessary to add the key used to sign the nginx packages and repos ...

Read more
Scroll to top