Apache 2.2 - 2.4.6 Mod_Rewrite bug
phpipam open-source IP address management
Brought to you by:
myha
Hi,
Just to include info for other users, the apache bug https://issues.apache.org/bugzilla/show_bug.cgi?id=53929 is causing the mod_rewrite rules to fail and bring frustration to installation. When disabling mod_dir the rules start working. Is this a bug or a feature is yours to decide.
Anonymous
can you explain how to disabling the mod_dir?
Hi, thanks for this explanation. Will see if there is any way I can get around it.
For disabling:
For Debian/Ubuntu try a2dismod/a2enmod and reload apache
Since 1.1 mod_rewrite is optional.
Or move install and upgrade directories
brm
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
it seems that phpmyadmin requires mod_dir , is there a work around to this? I get:
AH00526: Syntax error on line 7 of /etc/apache2/conf-enabled/phpmyadmin.conf:
Invalid command 'DirectoryIndex', perhaps misspelled or defined by a module not included in the server configuration
When attempting to reload apache, however if I enable (a2enmod dir) apache starts no problem.