betriebssystem
Inhaltsverzeichnis
Basis
Es wird ein Server benötigt, der aus dem Internet erreicht werden kann. Die nötige Konfiguration ist nicht Inhalt dieser Dokumentation.
Empfohlene Eckdaten:
- Dual-Core CPU (> 2 GHz)
- 3,2 GB RAM
- HD:
- System: 10 GB
- Daten: nach Bedarf (10 GB Minimum)
Betriebssystem
Als Betriebssystem wird Linux Ubuntu-Server 8.04.1, 32 Bit verwendet. Download. 64-Bit-Version kann auch verwendet werden, ggf. sind dann allerdings einige Paket-Konfigurationen etwas anders zu handhaben.
Installation entsprechend Dokumentation
Gewählte Pakete bei Installation:
- openssh-server
Alles andere wird separat installiert!
Apache mit PHP
Installieren
Installation (immer als root!):
apt-get install apache2 apache2-mpm-prefork apache2-utils libapache2-mod-php5 php5 php5-common php5-gd php5-mysql php5-pgsql apt-get install libapache2-mod-fastcgi gettext apt-get install php5-curl php5-imagick
Konfigurieren
vim /etc/apache2/sites-enabled/000-default
DocumentRoot umbiegen:
DocumentRoot /opt/www/ <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /opt/smbroot/htdocs/> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory>
Apache restart:
/etc/init.d/apache2 restart
betriebssystem.txt · Zuletzt geändert: 2021/09/06 15:52 von 127.0.0.1