Listen 8000
NameVirtualHost *:8000
<VirtualHost *:2121>
DocumentRoot "C:/web2py/applications"
ServerName ____ ( # my ip)
<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 "conf/server.csr"
SSLCertificateKeyFile "conf/server.key"
LogFormat "%h %l %u %t \"%r\" %>s %b" common
CustomLog "logs/access.log" common
</VirtualHost>
Apache doesn't seem listening to my 8000? still looking apps inside
htdocs. When I hit http:\\localhost:80\myapp, it logs an error like
this: [Thu Dec 03 00:19:56 2009] [error] [client 127.0.0.1] File does
not exist: C:/ms4w/Apache/htdocs/myapp
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en.