Lets go to install and setup an Apache2 Server with SSL connection and web2py framework in Windows Enviroment

You can download from http://www.wampserver.com. WampServer contains Apache2 Web Server + MySQL database + PHP script languaje (I installed in e:\wamp)

Download from http://web2py.com. To install web2py, just decompress the zip into d:\ (thus having d:\web2py)

SSL module comes by default installed in WampServer

Download mod_wsi from http://adal.chiriliuc.com/mod_wsgi/revision_1018_2.3/mod_wsgi_py25_apache22/

Copy mod_wsi to Apache modules directory

Load module, adding LoadModule wsgi_module /mod_wsgi.so line to httpd.conf

There must to be an openssl.exe file

openssl genrsa -des3 -out myserver.key 1024

openssl rsa -in myserver.key -out myserver.pem

openssl req -new -key myserver.key -out myserver.csr
If you get errors about a missing conf file you can add the following option: -config d:\wamp\bin\apache\apacheX.X.X\conf\openssl.cnf
Make sure "Common Name (eg, YOUR name)" is your host name for the VirtualHost eg . mylocalhost
openssl x509 -req -days 365 -in myserver.csr -signkey myserver.key -out myserver.crt
You can limit active days with -days option

Create ssl directory inside Apache conf directory and move all myserver* files to there

Edit the http.conf file via WAMPs menu or directly here: C:\wamp\bin\apache\apache2.2.6\conf\httpd.cnf Locate the line Listen 80 and put to listen 443 port too
Listen 80
Listen 443

1.- Typical sentences with document root and servername (use your certificate servername)
2.- Activate wsgi interpreter creating an Alias (all files from / and inside, will be handle with wsgihandler)
3.- Activate SSLEngine and put your certificate and key files path (the key file is the .pem file without rsa)


En este blog encontrarás la lista completa de todos los blogs de MHProject.org.
Hola que tal soy Alejandro Fanjul, webmaster y fundador de MHProject, para cualquier consulta por favor dirigirse a: alex.fanjul@mhproject.org
| Lun | Mar | Mie | Jue | Vie | Sab | Dom |
|---|---|---|---|---|---|---|
| << < | Current | > >> | ||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | 31 | ||
Aquí os dejo unas presentaciones magistrales de Mikel Sagues, doctorado por la Universidad Pública de Navarra. En ellas nos habla detalladamente de todos los temas que engloban a la Televisión Digital Interactiva, desde la compresión de video y datos hasta la interactividad de la mano de MHP.
¿Qué son los recursos escasos? ¿Cómo debemos manejarlos? ¿Que protocolos de actuación existen? Esas preguntas y alguna más las resolveremos en esta presentación.
]más
]más
Google Nexus One nos informa de todo lo referente a este nuevo teléfono con Android 2.1
Palbin es un Servicio que te permite crear tu Tienda Online fácil y rápidamente, y vender por Internet sin necesidad de conocimientos técnicos.
¿Qué ventajas tiene?
]más
Enlace a web con applet incrustado. Necesario aceptar la firma digital.
]más
]más

Esta obra está bajo una licencia de Creative Commons.