Actions
Bug #1756
closedsegfault
ASK QUESTIONS IN Forums:
Description
when use url.redirect wo $HTTPhost =~ "(.*)" {}, got:
lighttpdr22468: segfault at 0 rip 41eaf3 rsp 7fff3e3f0600 error 4
$SERVER'socket' == "127.0.0.103:8080" {
url.redirect = ( "^/(.*)" => "https://%0:8443/$1" )
}
$SERVERsocket == "127.0.0.103:8443" {
server.document-root = "/usr/local/qmailadmin/www"
cgi.assign = (
"/qmailadmin" => "/usr/local/qmailadmin/www/qmailadmin"
)
index-file.names = ("qmailadmin")
ssl.engine = "enable"
ssl.pemfile = "/usr/local/ssl/server2.pem"
ssl.ca-file = "/usr/local/ssl/ca/ca.crt"
}
and how is possible to redirect from nonstandart port to another port (like 8080 to 8443) %0 contains port, %1 contains port too
-- lampacz
Updated by stbuehler about 16 years ago
- Status changed from New to Fixed
- Resolution set to duplicate
duplicate #1601
and bug tacker != support forum.
Actions
Also available in: Atom