PDA

View Full Version : Apache installed?


AdamJBaldwin
2003-10-02, 16:35 PM
My webmin is not finding apache on my Debian server. /etc/apache doesnt exist. Do I have to install a package? Does debian not come pre-installed with apache?

QT
2003-10-02, 17:17 PM
The Debian servers have very little installed on them by default (which I'm thankful for), just SSH and Webmin. You will need to install Apache:

apt-get install apache

:)