Easy way to install and configure "Apache" server in Ubuntu 14.04 1.Install apache: sudo apt-get install apache2 2. In /etc/apache2/sites-available/000-default.conf : ScriptAlias /cgi-bin/ /var/cgi-bin/ <Directory "/var/cgi-bin"> AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch ...
I am posting here that what I have experienced in Industry Life and Personal life. I hope it will help you in some moment where you struggle with something like I was.