Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
9
rated 0 times [  9] [ 0]  / answers: 1 / hits: 4307  / 2 Years ago, tue, october 4, 2022, 10:04:53

I was setting an apache instance up.
And accidentally, I did rm -rf /etc/apache2.
Now I don't have any configurations.



Oh.



I sudo apt-get install apache2 --reinstall, but didn't' work :(



How can I make the directory again?



I'm using Ubuntu 10.04 LTS server.


More From » 10.04

 Answers
0

I got the answer.



sudo apt-get remove --purge apache2 apache2-utils
sudo apt-get install --reinstall apache2 apache2-utils

[#41138] Wednesday, October 5, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
uccase

Total Points: 473
Total Questions: 100
Total Answers: 110

Location: Anguilla
Member since Sun, Jan 29, 2023
1 Year ago
;