Categories
- ALCATEL (2)
- Blog Personal (135)
- Cisco (35)
- Cluster (2)
- elearn (13)
- Nix (381)
- OpenVMS (5)
- Programación (37)
- C++ (2)
- javaScript (11)
- PHP mySQL (22)
- travel (1)
- Windows (44)
- Exchange (3)
- SQL Server (6)
- www (7)
- apache (3)
Category Archives: Freebsd
You now have successfully built and installed the Apache 1.3 HTTP server
+——————————————————–+ | You now have successfully built and installed the | | Apache 1.3 HTTP server. To verify that Apache actually | | works correctly you now should first check the | | (initially created or preserved) configuration files | … Continue reading
Posted in Freebsd
Leave a comment
The Ultimate Media Server – Apache+SSL , PHP, MySQL and Jinzora
The Ultimate Media Server Apache+SSL , PHP, MySQL and Jinzora Author: Elijah Savage Date Last Edited 01/29/06 Rev.1 Concept I started out on this project to create the ultimate multimedia server using all opensource tools and applications. Some of you … Continue reading
Posted in Freebsd
Leave a comment
su – how to become a super user. avoid using root
If you’re like most people new to Unix, you do everything as root. You shouldn’t. I know I don’t follow my own advice, but I’m trying to improve. Create yourself another account. Use that instead of root. Unless you … Continue reading
Posted in Freebsd
Leave a comment
Enable HTTP Accept Filter
on FreeBSD, you need to add a kernelmodule grep accf /boot/defaults/loader.conf accf_data_load=”NO” # Wait for data accept filter accf_http_load=”NO” # Wait for full HTTP request accept filter add the second to /boot/loader.conf with ‘YES’ to enable this permenately.
Posted in Freebsd
Leave a comment
Bind
FreeBSD utilizes, by default, a version of BIND (Berkeley Internet Name Domain), which is the most common implementation of the DNS protocol. DNS is the protocol through which names are mapped to IP addresses, and vice versa. For example, a … Continue reading
Posted in Freebsd
Leave a comment
Freebsd recuperar el password de root
Esto es por que al editar el archivo rc.conf me equivoque y no corria y para montar la particion se utiliza #mount -t ufs -a ya de esa forma pude editar el rc.conf equivocado pero para recuperar el password se … Continue reading
Posted in Freebsd
Leave a comment
virtualmin para freebsd
Despues se configura el webmin se activan las quotas, se instala el modulo virtualmin desde el cpanel, despues hay unos pequeños errores para que funcione correctamente el webmin apache en sysinstall packages apache 1.33 para habilitarlo #ee /etc/rc.conf añadir apache_enable=”YES”
Posted in Freebsd
Leave a comment
Para configurar webmin en freebsd
Installing the tar.gz file Before downloading Webmin, you must already have Perl5 installed on your system. Perl is usually installed as /usr/local/bin/perl or /usr/bin/perl, and comes as part of most recent versions of Linux. If you don’t have Perl, you … Continue reading
Posted in Freebsd
Leave a comment
Configurar freebsd para webhosting
Esto es del cpanel pero tambien aplica el mismo tutorial para webmin Setup / Install instructions for cPanel on FreeBSD ——————————————————————
Posted in Freebsd
Leave a comment
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 … Continue reading
Posted in Freebsd
Leave a comment