Config? Windows 7. Apache 2.X. mod_wsgi. python 2.7.x. The modwsgi config is as follows:
<VirtualHost *:443> DocumentRoot "C:/web2py/applications" ServerName www.yakitome.com SSLCipherSuite AES128+EECDH:AES128+EDH SSLProtocol All -SSLv2 -SSLv3 SSLHonorCipherOrder On Header always set Strict-Transport-Security "max-age=63072000; includeSubDomains" # Header always set X-Frame-Options DENY Header always set X-Content-Type-Options nosniff # Header set Access-Control-Allow-Origin: * <IfModule mime_module> TypesConfig conf/mime.types </IfModule> <Directory "C:/web2py"> Order allow,deny Deny from all </Directory> <Location "/"> Order deny,allow Allow from all </Location> <LocationMatch "^(/[\w_]*/static/.*)"> Order Allow,Deny Allow from all </LocationMatch> WSGIScriptAlias / "C:/web2py/wsgihandler.py" SSLEngine On SSLCertificateFile C:/Apache2/my.pem SSLCertificateKeyFile C:/Apache2/my.key </VirtualHost> -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.