Hello,
may you have realized I am working for an OX installment with Lighttpd as webserver daemon. Have tested Lighty with Neo's VMware environment and experienced during login for oxadmin "Ihre Session ist abgelaufen - your session has expired. Bitte loggen sie sich erneut ein - Please login again".
Without ever got a change to log in before, what means an earlier session can´t be in existence.
The settings for Lighttpd seems to be ok and may it needs some changes in sources. Do you have an idea to what place in source that kind of settings are stored?
my settings for AJP13 worker:
May I missed something?
may you have realized I am working for an OX installment with Lighttpd as webserver daemon. Have tested Lighty with Neo's VMware environment and experienced during login for oxadmin "Ihre Session ist abgelaufen - your session has expired. Bitte loggen sie sich erneut ein - Please login again".
Without ever got a change to log in before, what means an earlier session can´t be in existence.
The settings for Lighttpd seems to be ok and may it needs some changes in sources. Do you have an idea to what place in source that kind of settings are stored?
my settings for AJP13 worker:
server.modules += ( "mod_proxy_backend_ajp13" )
$HTTP["url"] =~ "^/servlet/*|^/ajax/*" {
proxy-core.balancer = "round-robin"
proxy-core.protocol = "ajp13"
proxy-core.backends = ( "localhost:8009" )
proxy-core.max-pool-size = 16
}
$HTTP["url"] =~ "^/servlet/*|^/ajax/*" {
proxy-core.balancer = "round-robin"
proxy-core.protocol = "ajp13"
proxy-core.backends = ( "localhost:8009" )
proxy-core.max-pool-size = 16
}
Comment