Apache/2.4.7 (Ubuntu) Mod_rewrite error apache
phpipam open-source IP address management
Brought to you by:
myha
Mod_rewrite error
Detected BASE: /
=====================
Set up
Ubuntu 14.04
site-enabled DocumentRoot /var/www/html
<Directory/>
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>
<Directory usr="" share="">
AllowOverride All
Require all granted
</Directory>
<Directory var="" www="" html=""/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
<Directory srv=""/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
Anonymous
For anyone else having this issue - that missed solution
Ubuntu 14.04 with phpIPAM version 1.0
maybe I will write a doc.
Basically all you have to do to get pass mod_rewrite error is to disable mod_dir
and install databases and you can enable mod_dir.
a2dismod dir
<go to="" server="" dir="" index.php="" becuase="" it="" will="" not="" come="" up="" -="" install="" database="">
a2enmod dir
I missed the last part about being able to enable mod_dir.
Not an application/server person ... just router/switch guy that needs IP>
Please mark as resolved.
Hi, will close. Just a note, upcoming 1.1 release moves away from mod_rewrite dependancy, it will be still available as optional.