Closed GoogleCodeExporter closed 9 years ago
Sure, you just need to run it as a virtual host in Apache alongside as a
virtual host. Check out the apache_site.conf file in
elsa/web/conf/apache_site.conf. You can then either change your Windows hosts
files or have a real DNS name created for something like elsa.yourdomain.com to
access it via something other than it's IP address.
An alternative would be to install starman:
sudo cpanm starman
Then run starman on port 8080 like this:
cd /usr/local/elsa/web/lib
starman -p 8080 Web.psgi
Original comment by mchol...@gmail.com
on 28 Feb 2012 at 10:20
If I chose the starman route, would I need to do the install of ELSA before or
after that command?
Original comment by D00050...@dmail.dixie.edu
on 29 Feb 2012 at 11:54
That would be at the very end of the install.
Original comment by mchol...@gmail.com
on 1 Mar 2012 at 12:57
I took a more in-depth look at apache2 and I was able to change the Port there.
Thank you for your input.
-jjergin1
Original comment by D00050...@dmail.dixie.edu
on 1 Mar 2012 at 3:48
Original comment by mchol...@gmail.com
on 1 Mar 2012 at 5:10
Original issue reported on code.google.com by
D00050...@dmail.dixie.edu
on 28 Feb 2012 at 9:55