since the issue https://github.com/openmediava…0#issuecomment-1017620645 seems running multisites using only the same webserver alongside OMV is not possible..
i read https://github.com/openmediava…0#issuecomment-1030276154 and found a solution using the reverse proxy setings
but now i ask: if i change port to 9090 and use reverse proxy from 80 "mynas.domain.net" to "mynas.domain.net:9090" i will have some request/response problems? (of course we must leave aside the webdav plugin.. just we ignore any webdav acess for this question)
ANEXES:
my procedure was:
- install OMV
- change port in web gui from 80 to 9090 in system/workbench
- change web server name and domain in network/general
- now install the second webserver lighttpd
- setup proxy mod and enable it on config file
- setup proxy reverse from filtering domain and port to OMV new port but use 127.0.0.1 as target
as extra guide the rule for reversing was: proxy.server = ( "" => ("" => ( "host" => "0.0.0.0", "port" => 9090 )))
as extra guide the filter for domain was $HTTP["host"] =~ "mynas\.domain\.net"