is anyone using Centos CWP for their server and also have a running Chat+ server. I am having an issue with the proxy setup. All is setup properly, but not getting the Chat+ when going to the url without :3000.
chat.fowler.gq:3000 works fine but trying to get chat.fowler.gq to work and it isnt.
This is what i have in the conf file for the subdomain:
<VirtualHost *:80>
ServerName chat.fowler.gq
ServerAlias www.chat.fowler.gq
ServerAdmin webmaster@chat.fowler.gq
<Location />
Order allow,deny
Allow from all
ProxyPass http://localhost:3000/
ProxyPassReverse http://localhost:3000/
</Location>
</VirtualHost>
Loaded Modules: core_module (static) so_module (static) http_module (static) mpm_event_module (static) authn_file_module (shared) authn_core_module (shared) authz_host_module (shared) authz_groupfile_module (shared) authz_user_module (shared) authz_core_module (shared) access_compat_module (shared) auth_basic_module (shared) reqtimeout_module (shared) filter_module (shared) mime_module (shared) log_config_module (shared) env_module (shared) headers_module (shared) setenvif_module (shared) version_module (shared) proxy_module (shared) proxy_connect_module (shared) proxy_ftp_module (shared) proxy_http_module (shared) unixd_module (shared) status_module (shared) autoindex_module (shared) dir_module (shared) alias_module (shared)