/etc/php/apache2-php5/php.ini
post_max_size = 100M
default_charset = “utf-8″
upload_tmp_dir = “/var/www/localhost/upload_tmp”
upload_max_filesize = 100M
;SMTP = localhost
;smtp_port = 25
sendmail_path = “/usr/sbin/sendmail -t -i”
session.save_path = “/var/www/localhost/session_tmp”
max_allowed_packet = 100M
mysql_install_db
mysql_secure_installation
chmod 660 config.inc.php
mysql -u root -p < create_tables.sql
LanguagePriority de
AddType text/css;charset=utf-8 .css
AddType text/html;charset=utf-8 .html .htm
DirectoryIndex index.html index.htm
emerge mod_security
-D SECURITY
www-apache/mod_proxy_html
http://gentoo-wiki.com/Apache_Modules_mod_security
http://httpd.apache.org/docs/2.2/de/mod/worker.html
http://h07.org/projects/apachetuning/
http://emergent.urbanpug.com/?p=60
http://daff.neyeon-digital.de/blog/2007/05/28/apache-low-memory-konfiguration/
Schlagworte: Linux