Apache con Freebsd

FreeBSD Handbook Prev Chapter 24 Network Servers 24.8 Apache HTTP Server Contributed by Murray Stokely. 24.8.1 Overview FreeBSD is used to run some of the busiest web sites in the world. The majority of web servers on the Internet are using the Apache HTTP Server . Apache software packages should be included on your FreeBSD… Leer más: Apache con Freebsd »

Vi Reference

Cursor control and position Editing h Left j Down k Up l (or spacebar) Right w Forward one word b Back one word e End of word ( Beginning of current sentence ) Beginning of next sentence { Beginning of current paragraph } Beginning of next paragraph [[ Beginning of current section ]] Beginning of… Leer más: Vi Reference »

Configurando OpenVPN

Introduction Static key configurations offer the simplest setup, and are ideal for point-to-point VPNs or proof-of-concept testing. Static Key advantages Simple Setup No X509 PKI (Public Key Infrastructure) to maintain Static Key disadvantages Limited scalability — one client, one server Lack of perfect forward secrecy — key compromise results in total disclosure of previous sessions… Leer más: Configurando OpenVPN »

Puertos abiertos

sudo nmap -sT -O IP nmap IP -sV Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2006-06-27 05:43 CDT Interesting ports on dsl-201-114-101-7.prod-infinitum.com.mx (201.114.101.7): Not shown: 1666 closed ports PORT STATE SERVICE VERSION 21/tcp open ftp ProFTPD 22/tcp open ssh OpenSSH 3.9p1 (protocol 1.99) 25/tcp open smtp? 53/tcp open domain ISC Bind 9.2.4 80/tcp open http… Leer más: Puertos abiertos »

Categoría: www

Cerrando puertos Seguridad nmap

  nmap www.nmap.org  ¿Que es Nmap?  Nmap (“Network Mapper”) is an open source tool for network exploration and security auditing. It was designed to rapidly scan large networks, although it works fine against single hosts. Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and… Leer más: Cerrando puertos Seguridad nmap »

Apache amdbox virtual hosts config

<VirtualHost 201.114.101.7:80>#SuexecUserGroup "#502" "#503"ServerName yucas.infoServerAlias www.yucas.infoDocumentRoot /home/merifest/public_htmlErrorLog /home/merifest/logs/error_logCustomLog /home/merifest/logs/access_log commonScriptAlias /cgi-bin/ /home/merifest/cgi-bin/

Subdomain Apache

Subdomain ConfigurationPublished: Monday, August 16, 2004 Subdomain Configuration A subdomain configuration is very similar to a domain name configuration. The only difference is that the subdomain entry is tied to the corresponding domain name lookup. A request for the subdomain (e.g. http://content.websitegear.com) will be routed to a DNS server containing the DNS information for the… Leer más: Subdomain Apache »

aMule Kad Firewalled

I have meanwhile found out why aMule indicates «kad: firewalled»: Ihave a ipfilter.dat file on my .aMule directory to filter some IPs; byremoving that file, «kad: firewalled» becomes «kad: ok».