charlas_eventos:start
Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
| charlas_eventos:start [2010/08/23 17:49] – cayu | charlas_eventos:start [2014/10/22 13:42] (actual) – cayu | ||
|---|---|---|---|
| Línea 1: | Línea 1: | ||
| - | ====== | + | ====== |
| + | Charlas o presentaciones que arme para eventos | ||
| - | ===== Servidores VPS ===== | ||
| - | Servidor Debian base instalado | + | [[charlas_eventos: |
| - | ==== Servicio Web ==== | ||
| - | < | + | [[charlas_eventos: |
| - | apt-get install apache2 php5 php5-mysql mysql-server mysql-client | + | |
| - | </code> | + | |
| - | / | ||
| - | < | ||
| - | ExtendedStatus On | ||
| - | < | ||
| - | /etc/apache2/ | + | [[charlas_eventos: |
| - | < | ||
| - | < | ||
| - | ServerAdmin webmaster@localhost | ||
| - | ServerName | ||
| - | ServerAlias www.misitio.com.ar | ||
| - | DocumentRoot / | ||
| - | AccessFileName .htaccess | ||
| - | CustomLog / | ||
| - | ErrorLog | ||
| - | LogLevel warn | ||
| - | ServerSignature Off | ||
| - | < | ||
| - | < | ||
| - | RewriteEngine On | ||
| - | RewriteBase / | ||
| - | RewriteCond %{REQUEST_FILENAME} !-f | ||
| - | RewriteCond %{REQUEST_FILENAME} !-d | ||
| - | RewriteRule . /index.php [L] | ||
| - | </ | ||
| - | SetEnvIfNoCase User-Agent ^$ bad_bot | ||
| - | SetEnvIf User-Agent ^MaMa$ bad_bot | ||
| - | SetEnvIfNoCase Referer (totalh) bad_bot | ||
| - | SetEnvIfNoCase Referer (unic77) bad_bot | ||
| - | SetEnvIfNoCase Referer (http:// | ||
| - | SetEnvIfNoCase Referer (http:// | ||
| - | SetEnvIfNoCase Referer (sitemap.html) bad_bot | ||
| - | SetEnvIfNoCase Referer (poker) bad_bot | ||
| - | SetEnvIfNoCase Referer sitemap.html bad_bot | ||
| - | SetEnvIfNoCase Request_URI " | ||
| - | SetEnvIfNoCase Request_URI " | ||
| - | SetEnvIfNoCase request_uri ^contact\.php$ bad_bot | ||
| - | | ||
| - | <Limit GET POST HEAD> | ||
| - | Order Allow,Deny | ||
| - | Allow from all | ||
| - | Deny from env=bad_bot | ||
| - | </ | ||
| - | |||
| - | Options FollowSymLinks Indexes MultiViews | ||
| - | AllowOverride None | ||
| - | Deny from env=bad_bot | ||
| - | </ | ||
| - | < | ||
| - | Options Indexes FollowSymLinks MultiViews | ||
| - | AllowOverride None | ||
| - | Order allow,deny | ||
| - | allow from all | ||
| - | </ | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | / | ||
| - | < | ||
| - | < | ||
| - | # http:// | ||
| - | < | ||
| - | AuthType Basic | ||
| - | AuthName " | ||
| - | SetHandler server-status | ||
| - | Order allow,deny | ||
| - | Allow from all | ||
| - | AuthUserFile | ||
| - | require valid-user | ||
| - | </ | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | |||
| - | ==== Servicio SSH ==== | ||
| - | |||
| - | < | ||
| - | Port 2222 | ||
| - | # | ||
| - | Protocol 2 | ||
| - | LoginGraceTime 20 | ||
| - | PermitRootLogin no | ||
| - | PermitEmptyPasswords no | ||
| - | MaxAuthTries 2 | ||
| - | MaxStartups 2 | ||
| - | AllowUsers administrador | ||
| - | </ | ||
| - | |||
| - | ==== Servidor MySQL ==== | ||
| - | |||
| - | < | ||
| - | [mysqld] | ||
| - | bind-address = 127.0.0.1 | ||
| - | key_buffer = 28M | ||
| - | max_allowed_packet = 1M | ||
| - | thread_stack = 128K | ||
| - | thread_cache_size = 8 | ||
| - | max_connections | ||
| - | table_cache | ||
| - | interactive_timeout | ||
| - | wait_timeout | ||
| - | thread_concurrency | ||
| - | query_cache_limit | ||
| - | query_cache_size | ||
| - | tmp_table_size = 48M | ||
| - | max_heap_table_size = 48M | ||
| - | skip-bdb | ||
| - | skip-innodb | ||
| - | </ | ||
| - | |||
| - | ==== Servidor FTP ==== | ||
| - | |||
| - | / | ||
| - | |||
| - | < | ||
| - | <Limit LOGIN> | ||
| - | AllowUser usuario1 | ||
| - | AllowUser usuario2 | ||
| - | DenyALL | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | ==== Iptables ==== | ||
| - | |||
| - | Bloquear ip's a mano | ||
| - | |||
| - | < | ||
| - | iptables -A INPUT -s {ip o subnet} -j DROP | ||
| - | </ | ||
| - | |||
| - | === Fail2ban === | ||
| - | |||
| - | Fail2ban lee los logs (por ejemplo) / | ||
| + | \\ \\ {{: | ||
| + | Citado en la Tesis : [[https:// | ||
| + | Citado en la presentación : [[http:// | ||
charlas_eventos/start.1282585764.txt.gz · Última modificación: 2010/08/23 17:49 por cayu
