Home

*3 Songs

!World of Warcraft *Character *Bilder **Aktuelle **Wowhead **Ältere *Animation *Server

!New World *Allgemein *Rezension

!Games *Allgemein *Raspberry Pi 3

Links

Rechtliches

Extra

* It's My Life

syz.de wird unterstützt von deLink

.

Debian / Apache
Zuletzt geändert am 07.02.2005 14:16 Uhr
Aktuelle Änderungen Seite bearbeiten Druckansicht
InstallationSarge

Apache (PHP, mySQL)

 apt-get install apache
 apt-get install php4

 apt-get install mysql-server

installiert auch mysql-client

 apt-get install phpmyadmin

Stichworte

WEB:

 vsftpd
 apache2
 libapache2-mod-php4
 php4
 php4-gd
 php4-imagick
 libapache2-mod-perl2
 imagemagick
 mysql-server
 phpmyadmin

Konfiguration:

 /etc/shells			-> /bin/false einfügen
 /etc/mysql/my.cnf		-> skip-networking deaktivieren

 /etc/php4/apache2/php.ini:
	max_execution_time = 60
	max_input_time = 120
	memory_limit = 32M
	register_globals = On
	upload_max_filesize = 8M

 /etc/vsftpd.conf
	anonymous_enable=NO
	local_enable=YES
	write_enable=YES
	local_umask=022
	chroot_local_user=YES
	chroot_list_enable=YES
	chroot_list_file=/etc/vsftpd.chroot_list

 /etc/vsftpd.chroot_list 	-> alle eintragen die keinen chroot haben sollen