Hi Frank, thanks for hands-on. We are using up-to-date ubuntu 18 (I known is not a recent distribution).
I wondering this behaviour could be a bug in this version. I'm not getting sintaxe erros, only eventually errors in serving requests. Not even Bad gateway or general erros. After a restart, starts working again...
Thanks
Davi
apachectl -M
Loaded Modules:
core_module (static)
so_module (static)
watchdog_module (static)
http_module (static)
log_config_module (static)
logio_module (static)
version_module (static)
unixd_module (static)
access_compat_module (shared)
alias_module (shared)
auth_basic_module (shared)
authn_core_module (shared)
authn_file_module (shared)
authnz_ldap_module (shared)
authz_core_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
deflate_module (shared)
dir_module (shared)
env_module (shared)
filter_module (shared)
geoip_module (shared)
headers_module (shared)
ldap_module (shared)
mime_module (shared)
mpm_event_module (shared)
negotiation_module (shared)
proxy_module (shared)
proxy_balancer_module (shared)
proxy_connect_module (shared)
proxy_html_module (shared)
proxy_http_module (shared)
proxy_wstunnel_module (shared)
remoteip_module (shared)
reqtimeout_module (shared)
rewrite_module (shared)
setenvif_module (shared)
slotmem_shm_module (shared)
socache_shmcb_module (shared)
ssl_module (shared)
status_module (shared)
xml2enc_module (shared)De: Frank Gingras <thumbs@xxxxxxxxxx>
Enviado: quinta-feira, 8 de setembro de 2022 15:05 Para: users@xxxxxxxxxxxxxxxx <users@xxxxxxxxxxxxxxxx> Assunto: Re: Intermitent 404 and 403 on proxied site while enabling Websocket Davi,
2.4.4 does not support WSS, so this isn't likely to work at all. If that is a distro package with backports, it must be an ancient EOL version, as I'm not aware of any distro still shipping 2.4.4.
It would also be useful to see the output from apachectl -M
On Thu, 8 Sept 2022 at 13:00, Davi Baldin Tavares <davi@xxxxxxxxxxxx> wrote:
|