Dear Guys,

i am trying to deploy web2py using apache and mod_wsgi , i loaded
mod_wsgi.so and i added  this :

NameVirtualHost *:443
<VirtualHost *:443>
  DocumentRoot "C:/web2py/applications"
  ServerName server1

  <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.crt
  #SSLCertificateKeyFile conf/server.key

  LogFormat "%h %l %u %t \"%r\" %>s %b" common
  CustomLog logs/access.log common
</VirtualHost>

and adding the listing 443 under the listing 8080
and i dont want to use SSLEngine

i even try to run  the apache Test configuration and i didnt get any
error but when i try to start apache it keeps giving me an error : the
requested operation has field ...


what to do guys !!



best regards ,
Hassan alnator,

Reply via email to