User Tools

Site Tools


django_con_apache_y_mod_python

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
django_con_apache_y_mod_python [08/07/2008 18:35]
fernando
django_con_apache_y_mod_python [10/07/2008 16:53]
fernando
Line 63: Line 63:
  
 **NOTA:** El artículo [[http://​articles.slicehost.com/​2007/​9/​18/​apache-virtual-hosts-permissions|Apache Virtual Hosts - permissions]] explica de manera sencilla el tema de configuración de permisos en el contexto de un host virtual de Apache. Aún no entiendo bien por qué el usuario principal (es decir, el dueño de los archivos de Catalis) debería agregarse al grupo //​www-data//​. **NOTA:** El artículo [[http://​articles.slicehost.com/​2007/​9/​18/​apache-virtual-hosts-permissions|Apache Virtual Hosts - permissions]] explica de manera sencilla el tema de configuración de permisos en el contexto de un host virtual de Apache. Aún no entiendo bien por qué el usuario principal (es decir, el dueño de los archivos de Catalis) debería agregarse al grupo //​www-data//​.
 +
  
  
Line 133: Line 134:
     </​Location>​     </​Location>​
     <​Directory "​{{/​path/​to/​catalis}}/​static_files/">​     <​Directory "​{{/​path/​to/​catalis}}/​static_files/">​
-         Options +Indexes+        Order Allow,​Deny 
 +        Allow from all 
 +        ​Options +Indexes
     </​Directory>​     </​Directory>​
  
django_con_apache_y_mod_python.txt · Last modified: 02/05/2009 00:00 (external edit)