The Apache has broken.How to recovery it? Can I delete the files in /etc/apache2,and then copy a new apache in it?
feedback
|
migrated from stackoverflow.com Jan 17 at 4:26
This question came from our site for professional and enthusiast programmers.
|
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 ?). | |||
|
feedback
|