Hey, Syntax error on line 206 of /root/ispconfig/httpd/conf/httpd.conf: Cannot load /usr/lib/apache/modules/mod_rewrite.so into server: /usr/lib/apache2/modules/mod_rewrite.so: undefined symbol: apr_pool_cleanup_null /root/ispconfig/httpd/bin/apachectl startssl: httpd could not be started Thats my problem.. Any ideas?
I think i followed an Ubuntu perfect install. Cant remember for sure what versions. A long time has passed since the install was made. The thing is that about 2-3 month ago there was this web page that "landed" in our server and needed mod-rewrite. So I installed/configured it. And I believe that it worked at the beginning. Since then i haven't had a reason to use ISPConfig so I don't know since when the problem has existed. Anyway.. I should try reinstall mod-rewrite, to see if it fixes it.. Any good walktroughs someone could recommend? So I would get everything 100% right.
You loaded a mod_rewrite for apache 2.0 in the apache server for ISPConfig which is a apache 1.3 in the file /root/ispconfig/httpd/conf/httpd.conf. Please uncomment the line 206 where you load the module in /root/ispconfig/httpd/conf/httpd.conf. The ISPConfig webserver is not used to serve your webpages, so never load any additional modules in /root/ispconfig/httpd/conf/httpd.conf.