Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

apache configuration copy

Status
Not open for further replies.

kleinicus

MIS
Joined
Dec 4, 2002
Messages
98
Location
US
New to Linux and Apache. Here's the deal...

I have two Linux boxes. One is being sent back to the vendor, but it contains a custom-built security program. I was charged with copying this program to a new Linux box. The program uses a web interface for administration, and thus the old box is running Apache. What I need to know is how to copy the Apache configuration from the old box to the new one, or if that is even possible. Sorry for the level of ignorance, my background is in Microsoft systems. Any help would be appreciated.
Thanks.
 
use the command "locate httpd.conf" to find the config file. You probably don't want to use it as is, look for Virtual Hosts in the config. Also look for include directives.
 
Thanks for your help. Once we have the new LAMP server up and running, I'll give that a try.
Now, I have a different problem.

Trying to install mod_dav now and can't because of broken apxs
I have found instructions on how to repair apxs and point it in the right direction ( but I am unable to find the apxs file in order to edit it. Please help?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top