Announcement

Collapse
No announcement yet.

Problems re-installing Apache

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Problems re-installing Apache

    Why trying to install a local copy of Joomla I mangled some apache configuration files. I though it would be easier to uninstall apache, clean out everything then reinstall apache. Apache seems to reinstall part of itself, somewhere. The question is how do I regenerate all the auxillary configuration files?

    #2
    Open your terminal and type
    Code:
    sudo apt-get purge apache
    The "Purge" Command will tell it to remove all files including configuration files too.
    Rob

    Comment

    Working...
    X