<VirtualHost *:80>ServerAdmin sup...@lingwo.orgServerName anki.bibliobird.comSetEnv no-gzip 1<Location />ProxyPass http://localhost:27701/ProxyPassReverse http://localhost:27701/</Location></VirtualHost>
--
You received this message because you are subscribed to the Google Groups "Anki Sync Server" group.
To unsubscribe from this group and stop receiving emails from it, send an email to anki-sync-serv...@googlegroups.com.
To post to this group, send email to anki-syn...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/anki-sync-server/8eac2bfb-bdc7-4af0-b7bf-094df6f84dcf%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Yes, it is possible to use with Apache!
Personally, on Bibliobird.com, I use "ProxyPass" (...)
It may also be possible to use mod_wsgi, but I don't have any experience with that.