Page 1 of 1

coexist with other websites

PostPosted: Sun Feb 02, 2014 6:05 pm
by frogola
I am preparing to install subsonic, and I'm deciding which server to install it on. I currently run one ubuntu server with apache2 and another centos server also with apache2.

Both servers host existing websites. I can't find any discussion on hosting subsonic on an existing instance of apache. Can someone fill me in on if this is possible, where is some documentation on setting this up, are there any known issues, etc.

All the installation docs I've found are basically 'just run the install script'. I need more detail than that. I really hope to avoid standing up yet another server just to host subsonic.

Re: coexist with other websites

PostPosted: Sun Feb 02, 2014 6:41 pm
by mr_nobody
No problem. Subsonic has (is?) its own web server written in java and by default runs on port 4040 so will not interfere with apache running on port 80.

Re: coexist with other websites

PostPosted: Sun Feb 02, 2014 9:33 pm
by jimbo715
Super easy to set a webroot if you want to reverse proxy it.

Just edit '/var/subsonic/subsonic.properties'

Look for 'UrlRedirectContextPath' and change that to whatever you need to. Mine is set to 'ss'