Menu

#111 Apache/2.4.7 (Ubuntu) Mod_rewrite error apache

version 0.8
closed
nobody
Mod_rewrite (1)
1
2014-11-22
2014-11-10
Anonymous
No

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>

Discussion

  • Anonymous

    Anonymous - 2014-11-10

    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.

     
  • Miha Petkovsek

    Miha Petkovsek - 2014-11-22
    • status: open --> closed
     
  • Miha Petkovsek

    Miha Petkovsek - 2014-11-22

    Hi, will close. Just a note, upcoming 1.1 release moves away from mod_rewrite dependancy, it will be still available as optional.

     

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.