Hallo,
ich habe ein ganz merkwürdiges Problem. Nachdem ich erstmal meinen hostnamen etc geändert habe und den Server wieder neugestartet habe war mein Server natürlich noch erreichbar.
Anschließend erfolgte die sogenannte minimalinstallation.
Nachdem der Spass erledigt war und anschließend die "quota" auch nicht so wollte wie ich will machte ich einfach munter weiter.
Anschließend gab es noch ein paar Module für den Apachen und ein paar Perl Module.
Nun ging es an die Confixx Installation. Alles eingestellt wie vorgegeben mit meiner Domain kingpui.de .
Crontab angelegt und counterscript ausgeführt.
Mir wurde dann mitgeteilt das Confixx erfolgreich installiert wurde und ich auf yourconfixxdomain.eu/reg doch den Rest machen sollte.
Ich startete den Apachen neu:
Kingpui.de natürlich komplett offline ..
ports.conf
hostname
hosts
ich habe ein ganz merkwürdiges Problem. Nachdem ich erstmal meinen hostnamen etc geändert habe und den Server wieder neugestartet habe war mein Server natürlich noch erreichbar.
Anschließend erfolgte die sogenannte minimalinstallation.
Code:
apt-get install mc ssh ant ant-gcj ant-optional ant-optional-gcj awstats \ apache2 apache2-mpm-prefork apache2-suexec apache2-utils apache2.2-common \ libapache2-mod-python libapache2-mod-suphp php5-cgi perl \ webalizer openssl build-essential bzip2 chkrootkit cpp cpp-4.3 fakeroot g++ gcc \ gcc-4.2-base gcc-4.3 gcc-4.3-base gzip havp kernel-package gzip tar g++-4.3 \ make libc6 libc6-dev quota libcurl4-openssl-dev libgtk2.0-0 libgtk2.0-bin \ libgtk2.0-common libnet-ssleay-perl libauthen-pam-perl libio-pty-perl libmd5-perl \ spamc libdbd-mysql-perl libmysqlclient15-dev libmysqlclient15off libncurses5 \ libncurses5-dev mysql-client mysql-client-5.0 mysql-common mysql-server \ mysql-server-5.0 libxml-dom-perl libxml-parser-perl proftpd proftpd-mod-mysql \ proftpd-mod-ldap quota locate ntpdate ntp postfix unzip zip spamassassin \ php5-mysql php5-gd php5-mcrypt curl nload courier-pop \ courier-authlib courier-authlib-userdb courier-base courier-imap courier-authdaemon \ libwww-curl-perl php5-curl php5-imap iftop courier-imap-ssl courier-pop-ssl \ courier-pop scponly phpmyadmin postgrey policyd-weight \ libsasl2-2 libsasl2-modules sasl2-bin procmail libc6-i686 -y
Anschließend gab es noch ein paar Module für den Apachen und ein paar Perl Module.
Nun ging es an die Confixx Installation. Alles eingestellt wie vorgegeben mit meiner Domain kingpui.de .
Crontab angelegt und counterscript ausgeführt.
Mir wurde dann mitgeteilt das Confixx erfolgreich installiert wurde und ich auf yourconfixxdomain.eu/reg doch den Rest machen sollte.
Ich startete den Apachen neu:
Code:
root@kingpui:/var/www/confixx/html# /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 [::]:443
ports.conf
Code:
# If you just change the port or add more ports here, you will likely also
# have to change the VirtualHost statement in
# /etc/apache2/sites-enabled/000-default
# This is also true if you have upgraded from before 2.2.9-3 (i.e. from
# Debian etch). See /usr/share/doc/apache2.2-common/NEWS.Debian.gz and
# README.Debian.gz
NameVirtualHost *:80
Listen 80
<IfModule mod_ssl.c>
# If you add NameVirtualHost *:443 here, you will also have to change
# the VirtualHost statement in /etc/apache2/sites-available/default-ssl
# to <VirtualHost *:443>
# Server Name Indication for SSL named virtual hosts is currently not
# supported by MSIE on Windows XP.
Listen 443
</IfModule>
<IfModule mod_gnutls.c>
Listen 443
</IfModule>
Code:
kingpui.de
Code:
127.0.0.1 localhost 109.230.224.115 kingpui.de kingpui