$iMpLy
31.08.2008, 01:00
hier hätte ich auch noch was kleines :)
habe das auch gerade selbst gemacht und es klappt alles. :)
****
Quellen/ Paketlisten von APT aktualisieren
apt-get updateSystem auf aktuellen Stand bringen
apt-get upgradeInstallation verschiedener kleiner Programme für Debian Linux
apt-get -y install mc zip unzip bzip2 screen vim rsync traceroute ftp lynxAktuelle Zeit unter Debian Linux ( u.a. wichtig bzgl. Einträgen in Logs )
apt-get -y install ntp ntpdateInstallation Debian Apache Webserver
apt-get -y install apache2Installation Debian Apache 2.2 Php5 Unterstützung
apt-get -y install libapache2-mod-php5 php5-cli php5-common php5-cgiInstallation PhpMyAdmin
apt-get install phpmyadmin Installation Debian Mysql Server 5
apt-get install mysql-common mysql-server mysql-server-5.0Passwort von Root für Debian MySQL ändern / setzen
mysqladmin -u root password yourrootsqlpasswordAnpassung Apache.conf
nano /etc/apache2/apache2.conf
nano /etc/apache2/sites-enabled/000-default ändern auf RedirectMatch #^/$ /
Debian Apache 2.2 Webserver Neustart
/etc/init.d/apache2 restartDebian Mysql Server 5 Neustarten
/etc/init.d/mysql restart
habe das auch gerade selbst gemacht und es klappt alles. :)
****
Quellen/ Paketlisten von APT aktualisieren
apt-get updateSystem auf aktuellen Stand bringen
apt-get upgradeInstallation verschiedener kleiner Programme für Debian Linux
apt-get -y install mc zip unzip bzip2 screen vim rsync traceroute ftp lynxAktuelle Zeit unter Debian Linux ( u.a. wichtig bzgl. Einträgen in Logs )
apt-get -y install ntp ntpdateInstallation Debian Apache Webserver
apt-get -y install apache2Installation Debian Apache 2.2 Php5 Unterstützung
apt-get -y install libapache2-mod-php5 php5-cli php5-common php5-cgiInstallation PhpMyAdmin
apt-get install phpmyadmin Installation Debian Mysql Server 5
apt-get install mysql-common mysql-server mysql-server-5.0Passwort von Root für Debian MySQL ändern / setzen
mysqladmin -u root password yourrootsqlpasswordAnpassung Apache.conf
nano /etc/apache2/apache2.conf
nano /etc/apache2/sites-enabled/000-default ändern auf RedirectMatch #^/$ /
Debian Apache 2.2 Webserver Neustart
/etc/init.d/apache2 restartDebian Mysql Server 5 Neustarten
/etc/init.d/mysql restart