Re: EXT: Looking for documention on deploying roundup with mod_wsgi
"Jensen, Garth (SolarDevelopment Non-GE)" <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <BN6P101MB0242C76B7D9AF64C5EBC93F5E8950@BN6P101MB0242.NAMP101.PROD.OUTLOOK.COM> |
John, In response to > In your notes after you run the command above you run: > > sudo /etc/mod_wsgi-express-80/apachectl start > > usually you would run sudo systemctl start apache (or maybe httpd) to have > the init process start the server the same way it would get started if the > system was just booted. > > So does apache start with wsgi and roundup if you simply (re)boot the > system? > I just tested restarting the system and that brought apache up with the default configuration: my browser showed the default Apache page and not my tracker. I had to `sudo service apache2 stop` and ` sudo /etc/mod_wsgi-express-80/apachectl start` to get the tracker going again. I'm not sure of the best way to handle that. Guess I'll have to learn something about Apache configuration after all. Garth