From mboxrd@z Thu Jan 1 00:00:00 1970 From: MARG Subject: Inserting a line at a specific point Date: Fri, 16 Dec 2005 06:04:15 +0000 Message-ID: <43A258DF.3020505@tuxdoit.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-admin-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-admin@vger.kernel.org Hi, I want to insert these two lines in Apache's httpd.conf: LoadModule python_module modules/mod_python.so AddModule mod_python.c just right after the line LoadModule php5_module modules/libphp5.so and not at the end of the file (with a simple echo "AddModule mod_python.c" >> httpd.conf). I've searched the web, tried my best, but couldn't make it. Can you help me please ? Warm Regards, MARG