I accidentally broke my apache2 install and was wondering if i could completely remove apache2 and all related anything then completely reinstall and start from scratch?

link|improve this question
feedback

1 Answer

Have you tried dpkg --purge PACKAGENEMAE? This should remove the package with all it's config files.

link|improve this answer
Sorry I will make my install setup clearer. I have a dedicated box running debian squeeze with webmin for administration. It was working but now it throws errors when I want to start apache. Odd things about errors in apache2.conf. I got it to reinstall (I think) but it didn't make an apache2.conf so webmin now complains bitterly. P.S. I think I may just reinstall debian again and follow the tutorial at woodel.com this weekend when I have time. P.P.S. Is there a way to remotely install debian with out massive terminal hacking? – ellisgeek Mar 1 '11 at 15:21
Maybe you could post the error messages on pastebin.com or even better update your question? Normally dpkg --purge and afterwards dpkg --install should reset the package to its basic state. Maybe if only the configuration is broken try dpkg --configureto try and fix the configuration. – Darokthar Mar 1 '11 at 15:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.