datadryad / vagrant-dryad

Vagrant and Ansible config for building a (v1) Dryad VM
0 stars 4 forks source link

Initial apache setup #74

Closed ryscher closed 6 years ago

ryscher commented 6 years ago

This places apache in front of tomcat. Apache runs on the traditional web port 80. Tomcat may still be on any port, but it uses port 8009 to connect with Apache via the AJP system.

daisieh commented 6 years ago

Consider using service module?

TASK [dryad_app : Restart apache to pick up the new config settings] ***********
 [WARNING]: Consider using service module rather than running service
daisieh commented 6 years ago

I've checked that the apache redirects work for submission links.