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 [10/07/2008 16:53]
fernando
django_con_apache_y_mod_python [10/07/2008 17:13]
fernando
Line 164: Line 164:
  
 **TO-DO:** agregar algo aquí, p.ej. verificar que no se pueda acceder a wxis desde afuera, pero sí en forma local. **TO-DO:** agregar algo aquí, p.ej. verificar que no se pueda acceder a wxis desde afuera, pero sí en forma local.
 +
  
  
Line 172: Line 173:
 (En construcción!) (En construcción!)
  
-  * Python+  * Python ​2.5
  
-  * Django+  * Django ​0.96
  
-  * [[http://​httpd.apache.org/​download.cgi|Apache 2.2]] (versión: ''​apache_2.2.9-win32-x86-openssl-0.9.8h-r2.msi''​)+  * [[http://​httpd.apache.org/​download.cgi|Apache 2.2]] (versión: ''​apache_2.2.9-win32-x86-openssl-0.9.8h-r2.msi''​). Instalacion tipica, como servicio.
  
   * [[http://​httpd.apache.org/​modules/​python-download.cgi|mod_python]] (versión: ''​mod_python-3.3.1.win32-py2.5-Apache2.2.exe''​)   * [[http://​httpd.apache.org/​modules/​python-download.cgi|mod_python]] (versión: ''​mod_python-3.3.1.win32-py2.5-Apache2.2.exe''​)
     * instalar (ejecutar el ''​.exe''​);​ cuando pregunta por la carpeta de Apache, indicar la carpeta ''​Apache2.2''​.     * instalar (ejecutar el ''​.exe''​);​ cuando pregunta por la carpeta de Apache, indicar la carpeta ''​Apache2.2''​.
-    * agregar línea en httpd.conf''​LoadModule python_module modules/​mod_python.so''​+    * agregar línea en ''​httpd.conf''​
 + 
 +<code apache>​ 
 +LoadModule python_module modules/​mod_python.so''​ 
 +</​code>​ 
 + 
 +  * Configuracion de Apache: copiar la config. sugerida en ''​conf/​extra/​catalis.conf'';​ agregar esta linea al final de ''​conf/​httpd.conf'':​ 
 + 
 +<code apache>​ 
 +Include conf/​extra/​catalis.conf 
 +</​code>​
django_con_apache_y_mod_python.txt · Last modified: 02/05/2009 00:00 (external edit)