I did a server restart and the code that I changed was gone.. That's the crazy part...
Main Topics
Browse All TopicsI just did a new build on Apache...
I now have these lines of code in the httpd.conf
# DO NOT EDIT. AUTOMATICALLY GENERATED
I now can't figure out how to edit the httpd.conf?
Thanks for your help...
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
hi usiff,
i'd second hgiltr's comment -- what OS.
I had seen this behavior on SuSe Linux. at first it was pain in the neck for a while. One way is to follow recommendation by giltr -- use the Apache (or httpd) mgmt tool provided.
Alternately, you could peek in /etc/sysconfig folder, and look for the file httpd. Some setting may be there.
cheers.
That means that Apache was assembled with mod rewrite included and you have a LoadModule statment to load rewrite in one of the conf files that Apache is using. You need to remove the LoadModule statment.
It will look like:
LoadModule rewrite_module modules/mod_rewrite.so
you need to either remove it or comment it out.
Business Accounts
Answer for Membership
by: markgrennanPosted on 2007-09-14 at 14:41:39ID: 19895332
I would ignor this and just edit it by hand. If you don't run the program that edits it for you it will allways be good.
This message is there for gen-build.py - a program that is a part of the build.
I use a program call WebMin (see webmin.org) to edit my system. Check it out.