question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Enhancement: allow to mount under any directory

See original GitHub issue

Sorry if this is already possible, but I couldn’t find any way to use SqlPad behind Apache ProxyPass: the problem is that all the URIs in the returned contents uses absolute paths, so if you proxy https://www.example.com/sqlpad to SqlPad, the very first redirect would go to the (non existent) https://www.example.com/signup and not the expected https://www.example.com/sqlpad/signup.

AFAICS Express.js does support this, but I had never used it before, so I’m not sure how exactly to do this.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
rickbergfalkcommented, Jun 10, 2016

Sorry @vadz and @willwest! Meant to publish earlier but just now getting around to it. This is in version 1.16.0 published to npm.

0reactions
rickbergfalkcommented, Mar 6, 2016

Thanks for the assistance @willwest! I think that looks like a great way to go.

Let me know if you run into any issues or have any questions and I’ll try to assist where I can 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

19.2. Mounting a File System Red Hat Enterprise Linux 7
19.2.2. Specifying the Mount Options ; exec, Allows the execution of binary files on the particular file system. ; loop, Mounts an image...
Read more >
Bind mounts - Docker Documentation
When you use a bind mount, a file or directory on the host machine is mounted into a container. The file or directory...
Read more >
mount(8): mount filesystem - Linux man page
A shared mount provides ability to create mirrors of that mount such that mounts and umounts within any of the mirrors propagate to...
Read more >
Linux mount and umount information and examples
The mount command mounts a storage device or filesystem, making it accessible and attaching it to an existing directory structure. The umount ...
Read more >
Allow setting security descriptor with directory mount points · Issue ...
Dear Bill, WinFsp does not set any security attributes when it's mount on directories. From my point of view, this is a nice...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found