Kimberly Begley wrote:
Assuming the rewrite rules be changes to the apache httpd.conf file
should they be part of a directory tag and should the directory
specified just be the path to the galaxy_dist directory in the main
server configuration?
Hi Kimberly,
Those rules don't need to be placed inside a <Directory> tag. They can
be placed at the root of the <VirtualHost> tag (or in the global config
if you're not using VirtualHosts).
Also to change the port from 8080 to another port are the only
changes
necessary the following rewrite rule : RewriteRule ^/galaxy(.*)
http://localhost:8080$1 [P] and "port=8080" in the server:main section
of the universe_wsgi.ini file?
That is correct.
--nate