lo

Cerca

Heus ací els resultats de la cerca.

fichero apache conf3 @linux:debian:seedbox:metodo1
19 Resultats, Darrera modificació:
3 === conf3 <code apache otro_ejemplo> ServerName localhost <VirtualHost *:80> ServerAdmin admin@rutorrent ServerName localhost DocumentRoot /var/rutorrent ... Deny from all </Directory> <Location /> AuthType Basic ... low,deny Allow from all </Location> <Location ~ "^/rutorrent/(conf|sha
fichero apache conf2 @linux:debian:seedbox:metodo1
16 Resultats, Darrera modificació:
apache> <VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /var/www/ <Directory /> Opt... ,deny allow from all </Directory> ErrorLog /var/log/apache2/error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn CustomLog /var/log/apache2/access.lo
rtorrent+rutorrent en contenedor
12 Resultats, Darrera modificació:
l index.htm; # Make site accessible from http://localhost/ server_name localhost; location / { # First attempt to serve request as file, then # as directory, then fall b... $uri/ =404; # Uncomment to enable naxsi on this location # include /etc/nginx/naxsi.rules
fichero apache conf1 @linux:debian:seedbox:metodo1
10 Resultats, Darrera modificació:
Host> <VirtualHost *:443> ServerAdmin webmaster@localhost SSLEngine on SSLOptions +StdEnvVars +E... rder allow,deny allow from all </Directory> <Location /rtorrent.CFF9640E> AuthType... ns Indexes Order allow,deny allow from all </Location> ErrorLog /var/log/apache2/error.log # Possible values include: debug, info, notice, warn,
configuración rtorrent(on premise)
9 Resultats, Darrera modificació:
structure: # # /Torrents/Downloading - temporaray location for torrents while downloading (see "direct... rent to use. Place a file # in here, and rtorrent loads it #automatically. (see "schedule = watch_dire... ve been # deleted. schedule = watch_directory,5,5,load_start=/home/usuario/torrent/*.torrent schedule ... stop_untied= # Close torrents when diskspace is low. */ schedule = low_diskspace,5,60,close_low_disk
configuración/uso screen
4 Resultats, Darrera modificació:
>"</key>: mostrar lista de consolas abiertas === log * <key>C+a</key>, <key>h</key>: captura de pan... talla (txt) * <key>C+a</key>, **<key>H</key>**: logging de la sesión (txt) <- H mayúscula! === más.... ficheros de directorios .session (se perderá todo lo compartido, aunque no los ficheros descargados) == ejemplos <code bash screen-start.sh> #!/bin/bash
nginx+certbot en contenedor
3 Resultats, Darrera modificació:
listen 80; server_name <SERVER_NAME>; # location / { # return 301 https://$host$reque... oot /var/www/html; index index.html; location /.well-known/acme-challenge/ { root... dhparam /etc/letsencrypt/ssl-dhparams.pem; # # location / { # root /var/www/html; # } } </code>