The Apache has broken.How to recovery it? Can I delete the files in /etc/apache2,and then copy a new apache in it?

link|improve this question
1  
How is it broken? You can replace files as you wish. Note that not the whole server is in /etc/apache2. – jackrabbit Jan 6 at 7:23
feedback

migrated from stackoverflow.com Jan 17 at 4:26

This question came from our site for professional and enthusiast programmers.

1 Answer

The /etc/apache2 folder contains the configuration files for Apache. If the change you made was to the configuration, you can simply fix the configuration file.

If you are looking for the binaries, you should look in the /bin or another folder that stores the Apache binaries (perhaps /usr/local or /usr/bin ?).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown