The Perfect Server - Debian Lenny (Debian 5.0) [ISPConfig 2] - Page 3

Discussion in 'HOWTO-Related Questions' started by edge, Feb 18, 2009.

  1. edge

    edge Active Member Moderator

    In the "The Perfect Server - Debian Lenny (Debian 5.0) [ISPConfig 2] - Page 3" I read the following:
    I did follow the howto, but do not have this file! Where did i go wrong, or... do I need to create the file bind-chroot.conf?
    If so, you should maybe rename the text "We need to open /etc/rsyslog.d/bind-chroot.conf" to something like "We need to create /etc/rsyslog.d/bind-chroot.conf"
     
    Last edited: Feb 19, 2009
  2. pbcartwright

    pbcartwright New Member

    apache hosed

    I was trying to follow this HOW-TO, when I got to the apache section.
    I had, once before, long ago, tried to install apache using another tutorial, and I obviously hosed it up. so I uninstalled apache2, purged, it , reinstalled it, and... still it is broke. when I remove the /etc/apache2 folder and reinstall apache, it doesn't recreate that folder. I am at a loss as to what to do. when I start apache now I get this:
    /etc/init.d/apache2 restart
    Restarting web server: apache2(98)Address already in use: make_sock: could not bind to address [::]:80
    (98)Address already in use: make_sock: could not bind to address [::]:80
    (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
    no listening sockets available, shutting down
    Unable to open logs
    failed!


    suggestions??
     
  3. falko

    falko Super Moderator ISPConfig Developer

    Yes, create that file if it doesn't exist.
     
  4. falko

    falko Super Moderator ISPConfig Developer

    Try
    Code:
    apt-get remove --purge apache2
    and install it again afterwards.
     
  5. pbcartwright

    pbcartwright New Member

    apt-get remove --purge apache2-common

    that didn't work. you also had to remove and purge apache2-common.
    It is now working. great tutorial, thanks!
     

Share This Page