Skip to content

broken /view suffix for installations into non-root (non-standard) directories #333

@ckhung

Description

@ckhung

I am running the pre-built docker version of ethercalc on lubuntu 15.04. I need apache for other tasks. So I have these in my /etc/apache2/conf-enabled/ethercalc.conf :

ProxyPass /ecalc http://localhost:8000
ProxyPassReverse /ecalc http://localhost:8000

References to http://localhost/ecalc/ are redirected to http://localhost:8000 behind the scenes. This works fine most of the time, including .html or .csv suffixes for export/download. However it fails with _new and with /view suffix (for read-only mode). Can this be fixed by changing some code from absolute path to relative path? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions