
- Awstats install ubuntu 16.04 digitalocean how to#
- Awstats install ubuntu 16.04 digitalocean update#
- Awstats install ubuntu 16.04 digitalocean pro#
- Awstats install ubuntu 16.04 digitalocean code#
- Awstats install ubuntu 16.04 digitalocean series#
Awstats install ubuntu 16.04 digitalocean series#
Since there’s been some issues (namely Spectre and Meltdown) Intel and AMD respectively have released a series of microcode updates to address those problems.

Awstats install ubuntu 16.04 digitalocean code#
What is microcode? You can read the Wikipedia article but in short it is basically a layer of code that allows chip manufacturers to deal with modifications on the hardware they’ve produced and the operating systems that will manage that hardware.
Awstats install ubuntu 16.04 digitalocean update#
However there is one basic and common thing for all OS’s when dealing with Spectre and Meltdown and that is a microcode update is necessary for the OS patches to effectively work.
Awstats install ubuntu 16.04 digitalocean pro#
I am not planning to do a guide on Windows systems since I believe someone else has or will do it and will do it better than me since I am not a pro Windows user. If you are a regular Windows user I find rare you to be here and many of the things you will read may be foreign to you. Patching these set of vulnerabilities implies some more steps and concerns than updating the operating system. If you find the articles in useful to you, please consider making a donation. Have you thought about CVE-2018-3639? This particular one could make your browser being a vector to get into your system. But have you done it to your system? I know you have a firewall. This is why big companies, governments and people in charge of big deployments are patching or have already patched their systems. The question is not if it will ever happen. There is still no known exploit around left out in the open hitting servers or desktops anywhere. And second because patching hardware is not as easy, for the manufacturer and for the users or administrators in charge of the systems. They are meaningful for several reasons among them the world wide impact since they affect Intel and AMD systems which are ubiquitous. Spectre and Meltdown are both hardware vulnerabilities. Nowadays it’s a no brainier and operating systems have provided the necessary tools for this to be easy and as smooth as possible. I never planned to do any article on patching anything. It is always a good and I hope a standard practice to have your systems patched and if they aren’t for whatever the reason (that legacy thing you’re carrying on for ages) you may take the necessary extra steps to protect your environment.
Awstats install ubuntu 16.04 digitalocean how to#
Note that these statistics are public unless you secure them.Īdd the following code to /etc/crontab for each domain:Ġ */3 * * * /usr/lib/cgi-bin/ -config=yourdomain.As recently announced in a previous article I wanted to write a couple of guides on how to mitigate Spectre and Meltdown vulnerabilities in GNU/Linux and UNIX environments. Statistics for yourdomain.ext should now be available at:įor if you have multiple config files. Reload apache2: /etc/init.d/apache2 reload.Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Otherwise, add this code inside the VirtualHost tag for each domain you want to monitor: Alias /awstatsclasses "/usr/share/awstats/lib/"Īlias /awstats-icon "/usr/share/awstats/icon/"Īlias /awstatscss "/usr/share/doc/awstats/examples/css" If you have no VirtualHosts set up, place the following code in '/etc/apache2/sites-available/default'. Navigate to /etc/apache2/sites-available/ cd /etc/apache2/sites-available/.

In order to access Awstats, we have to tell Apache2 where it is. generate the initial stats for AWStats based on existing var/log/apache2/access.log: /usr/lib/cgi-bin/ -config=yourdomain.ext -updateįirst tell your apache to use mod_cgi if you haven't enabled it yet a2enmod cgi.make the following changes: LogFile="/var/log/apache2/access.log" SiteDomain="yourdomain.ext" HostAliases="localhost 127.0.0.1 yourdomain.ext".Open file with vi or nano: vi /etc/awstats/ or nano /etc/awstats/.Create a copy of nf for each domain: cp /etc/awstats/nf /etc/awstats/.Install AWStats with Synaptic or sudo apt-get install awstatsĪwstats configuration files in Ubuntu are located in /etc/awstats. For more help, get XChat and subscribe to channel "#awstats" on the Ubuntu Server. It assumes you already have an Apache2 web server up and running. The following documentation contains specific information on installing and configuring Awstats with Ubuntu and Apache2. It can analyze log files from all major server tools like Apache log files (NCSA combined/XLF/ELF log format or common/CLF log format), WebStar, IIS (W3C log format) and a lot of other web, proxy, wap, streaming servers, mail servers and some ftp servers. It uses a partial information file to be able to process large log files, often and quickly. This log analyzer works as a CGI or from command line and shows you all possible information your log contains, in few graphical web pages. AWStats is a free powerful and featureful tool that generates advanced web, streaming, ftp or mail server statistics, graphically.
