Hello, I installed apache httpd server by compiling source on Kubuntu 14.10. I followed wget http://www.us.apache.org/dist//httpd/httpd-2.2.29.tar.gz tar -xzf httpd-2.2.29.tar.gz cd httpd-2.2.29 ./configure --enable-shared=max make sudo make install
I followed these steps from http://www.mkyong.com/apache/how-to-install-apache-http-server-in-ubuntu/ I am able to run and stop the server sudo /usr/local/apache2/bin/apachectl -k start to start server sudo /usr/local/apache2/bin/apachectl -k stop to stop server I am able to see loaded modules also /usr/local/apache2/bin/httpd -M In the list of loaded modules there is no mod_rewrite so I want to add and enable it. someone share steps to enable module in manually installed httpd server. Thank you -- -- Mailing list guidelines and other related articles: http://lug-iitd.org/Footer --- You received this message because you are subscribed to the Google Groups "Linux User Group @ IIT Delhi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
