404 issue1 not found
Martin Thomas Swaton <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <[email protected]> |
Dear roundup users, I have installed a new roundup - for the first time on centos7. So I used the source from the website, as there is no package distributed. Then I found out, that there is no mod_python available for centos7 anymore and I have to use the mod_wsgi. I have the following config: in the vhost conf: WSGIScriptAlias / /opt/roundup/trackers/support/apache/roundup.wsgi where the roundup.wsgi is: from roundup.cgi.wsgi_handler import RequestDispatcher tracker_home = "/opt/roundup/trackers/support" application = RequestDispatcher(tracker_home) I can open the Startpage without any problems, can login as admin and see my first issue, that I have submitted via email / imap. But when I open the url from the mail (or directly on the webpage) from the first issue I get an 404 not found error. https://website.tld/issue1/ 404 Does anybody have any idea what is going on or where my problem can be found? I tried to add the "old" aliases in the apache conf for static and other content and also tried without them. Hope anybody has some hints for me. Best wishes, Martin ------------------------------------------------------------------------------