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)


http://www.mhproject.org/htsrv/trackback.php/153
Blog referente al grupo de investigación y desarrollo (MHProject) realizado en la Universidad Pública de Navarra por más de 12 personas. El proyecto se basa en el desarrollo e investigación de aplicaciones y sistemas para Televisión Digital Interactiva desarroladas sobre Java y basadas en el estandard abierto MHP (Multimedia Home Platform).
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 |
|---|---|---|---|---|---|---|
| << < | ||||||
| 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 | |||
La página de la TV digital y las nuevas tecnologías
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
APIs y paquetes imprescindibles dentro de una implementación mínima de la norma MHP.
]más
Empresa afincada en España dedicada al desarrollo de Aplicaciones Interactivas para TV.
Google Nexus One nos informa de todo lo referente a este nuevo teléfono con Android 2.1
]más

Esta obra está bajo una licencia de Creative Commons.