Skip to main content

Home/ dfs201011/ Group items tagged ubuntu

Rss Feed Group items tagged

Miguel Ángel Sánchez Hernández

Apache2: Public_html PHP Configuration - 5 views

  • Update 2010-11: Configure PHP for User Directories. There have been more than a couple searches leading here that are similar to "configure PHP virtual hosts". There was a change to the default Apache config introduced in Ubuntu 10.4, Lucid Lynx. There is a message in the /etc/apache2/mods-available/php5.conf file that tells you what to do. REMEMBER: Restart apache and clear your browser's cache after the changes are made. A more detailed description is given at the Ubuntu User-Directory-PHP Wiki. Here is my copy with the (totally unprofessional) hack to get my ".file" files processed as PHP. <IfModule mod_php5.c>   AddHandler application/x-httpd-php .php .html .htm .file   <FilesMatch "\.ph(p3?|tml)$">     SetHandler application/x-httpd-php   </FilesMatch>   <FilesMatch "\.phps$">     SetHandler application/x-httpd-php-source   </FilesMatch>   # To re-enable php in user directories comment the following lines   # (from <IfModule ...> to </IfModule>.) Do NOT set it to On as it   # prevents .htaccess files from disabling it.     #<IfModule mod_userdir.c>     # <Directory /home/*/public_html>     # php_admin_value engine Off     # </Directory>     #</IfModule> </IfModule>
  • Apache2: Virtual Hosts for Clients in Your Private LAN & PHP Configuration Go to the first page Apache2 public_html & Virtual Directories and read the disclaimer. Thanks. Update 2010-11: Configure PHP for User Directories. There have been more than a couple searches leading here that are similar to "configure PHP virtual hosts". There was a change to the default Apache config introduced in Ubuntu 10.4, Lucid Lynx. There is a message in the /etc/apache2/mods-available/php5.conf file that tells you what to do. REMEMBER: Restart apache and clear your browser's cache after the changes are made. A more detailed description is given at the Ubuntu User-Directory-PHP Wiki. Here is my copy with the (totally unprofessional) hack to get my ".file" files processed as PHP. <IfModule mod_php5.c>   AddHandler application/x-httpd-php .php .html .htm .file   <FilesMatch "\.ph(p3?|tml)$">     SetHandler application/x-httpd-php   </FilesMatch>   <FilesMatch "\.phps$">     SetHandler application/x-httpd-php-source   </FilesMatch>   # To re-enable php in user directories comment the following lines   # (from <IfModule ...> to </IfModule>.) Do NOT set it to On as it   # prevents .htaccess files from disabling it.     #<IfModule mod_userdir.c>     # <Directory /home/*/public_html>     # php_admin_value engine Off     # </Directory>     #</IfModule> </IfModule>
ivan chill

Network File System (NFS) - 0 views

  •  
    Documentación oficial de Ubuntu de NFS. Servidor, cliente y configuración de fstab
ivan chill

DRBD - 0 views

  •  
    Guía oficial de Ubuntu de configuración de DRBD
ivan chill

rsync - Community Ubuntu Documentation - 1 views

  • Backup Over Network sudo rsync --delete -azvv -e ssh /home/path/folder1/ remoteuser@remotehost.remotedomain:/home/path/folder2
  •  
    Comando para sincronizar dos carpetas por la red con rsync
ivan chill

Instalando Eclipse 3.5 Galileo + PDT 2.2 en Ubuntu 10.04 LTS | Sergio Pacho B... - 2 views

  •  
    Eclipse con soporte para php en Ubuntu
ivan chill

Simple NFSv4 configuration for Debian and Ubuntu - Far Fewer Toes - 1 views

  • One difference between NFSv3 and NFSv4 you have to grasp if you want to use NFSv4, and know how NFSv3 works, is that with NFSv4 you export only one filesystem tree. This means you probably have to setup a new tree with bind mounts in it to the real directories.
  •  
    Configuración simple de nfsv4
ivan chill

[Tutorial] Instalación de DRBD en Ubuntu Linux « El Blog de AzagraMac - 0 views

  •  
    Tutorial en el que se explican como configurar dos servidores para que una de una de las particiones de cada uno funcione en modo espejo
PINILLA CORDOBA

andrew - 0 views

shared by PINILLA CORDOBA on 06 Oct 10 - Cached
José Alonso

Como eliminar una base de datos (necesario para luego probar que la restaurac... - 2 views

Primero debemos de autentificarnos como administradores de la base de datos: user@ubuntu:~$ mysql -u root -p mi_base #Nos solicita la contraseña de la base de datos de la cual el usuario "root" e...

dfs cms seguridad

started by José Alonso on 25 Nov 10 no follow-up yet
1 - 13 of 13
Showing 20 items per page