[web2py] Re: Lighttpd deploy issue

2019-02-19 Thread Dave S
On Sunday, February 17, 2019 at 4:41:10 PM UTC-8, xgp.l...@gmail.com wrote: > > Hi, > > My conf: > > $HTTP["host"] =~ "sub.domain.com$" { > server.document-root="/home/www-data/web2py" > url.rewrite-once = ( > "^(/.+?/static/.+)$" => "/applications$1", > "(^|/.*)$" => "/handler_w

[web2py] Re: Lighttpd deploy issue

2019-02-17 Thread xgp . latino
Hi, My conf: $HTTP["host"] =~ "sub.domain.com$" { server.document-root="/home/www-data/web2py" url.rewrite-once = ( "^(/.+?/static/.+)$" => "/applications$1", "(^|/.*)$" => "/handler_web2py.fcgi$1", ) } $SERVER["socket"] == ":443" { ssl.engine = "enable" ssl.pemfi

[web2py] Re: Lighttpd deploy issue

2019-02-17 Thread 黄祥
perhaps you can show the step and the configuration best regards, stifan -- 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 becaus