On Thu, Aug 17, 2017 at 10:37 PM, Andreas <[email protected]> wrote: > When I open https://subdomain.domain.com/trac/testinstallation, everything > works as it should - but I would like to access my Trac-environment via > https://subdomain.domain.com. When I change the DocumentRoot in ssl.conf to > /var/www/html/trac/testinstallation, I only get to see two folders, but not > the Trac-environment (I don't know how to implement the WSGIScriptAlias to > the ssl.conf). Can anybody help me with this problem?
Your question is about mod_wsgi configuration, not about Trac. See https://modwsgi.readthedocs.io/en/develop/user-guides/quick-configuration-guide.html?highlight=virtualhost#mounting-at-root-of-site Also, you can use WSGIScriptAlias in <VirtualHost *:443>. Next time, please share your trying configuration and the results. -- Jun Omae <[email protected]> (大前 潤) -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
