Translate

Tuesday 18 February 2014

Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration (WebSphere Jungle)

Error:
          This error comes when i started IBM HTTP Server.
ex:
         $ ./apachectl start
Syntax error on line 926 of /home/teja/Desktop/usr/local/opt/ihs/ihs70/conf/httpd.conf:
Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration


One Solution:
           I solved this problem by using uncomment the line in httpd.conf file.
           Uncomment the following line:
            LoadModule rewrite_module modules/mod_rewrite.so

No comments:

Post a Comment