korpling / ANNIS

ANNIS is an open source, versatile web browser-based search and visualization architecture for complex multilevel linguistic corpora with diverse types of annotation.
http://corpus-tools.org/annis/
Apache License 2.0
67 stars 25 forks source link

Annis via Apache HTTP Server #851

Closed gcelano closed 1 month ago

gcelano commented 1 month ago

If Annis is made available through Apache HTTP Server at myurl.de/annis/, it cannot work properly (see attached screenshot; but it works if it is served at myurl.de). This has to do with the /annis/ addition, which interferes somewhow with the URLs generated by Annis. I tried a number of RewriteRule in Apache, but nothing works: any suggestion?

Relevant directive:

<Location /annis/>
   ProxyPass http://localhost:5712/
   ProxyPassReverse http://localhost:5712/
</Location>

Desktop (please complete the following information):

Screenshot from 2024-05-27 12-54-16