Following works:
First, set
AUTHBIND=yes
in /etc/default/tomcat7
filesudo touch /etc/authbind/byport/80
sudo chmod 500 /etc/authbind/byport/80
sudo chown tomcat7 /etc/authbind/byport/80
AUTHBIND=yes
in /etc/default/tomcat7
filesudo touch /etc/authbind/byport/80
sudo chmod 500 /etc/authbind/byport/80
sudo chown tomcat7 /etc/authbind/byport/80
sudo vim /etc/apache2/apache2.conf
AccessFileName .htaccess
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride
None
Require all granted
</Directory>
AllowOverride All
sudo a2enmod rewrite
sudo /etc/init.d/apache2 restart
cp setup/apache2/sites-available/cdrtool.example.com /etc/apache2/sites-enabled
E-mail Newsletter
Sign up now to receive breaking news and to hear what's new with us.