Coder Social home page Coder Social logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 3, 2024
Yes, in principle this would probably be a change that I could make.

But for your specific example that is not really particularly necessary. If you 
already run a web server on your main IP address, the normal thing that most 
people do 
is to configure the existing web server to act as a reverse proxy for 
ShellInABox.

In that case, you would pick any locally available port, and you would run 
ShellInABox 
with the --localhost-only command line option.

Original comment by [email protected] on 18 Nov 2009 at 5:13

from shellinabox.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 3, 2024
>the normal thing that most people do is to configure the existing web server 
to act
as a reverse proxy for ShellInABox.

I'm fine with that, and it would also allow additional applications to share 
the same IP.

Do you have an example?  If not, how do I indicate the URL to use (instead of 
the
port) to your javascript?  With --service?

Thanks.

Original comment by [email protected] on 18 Nov 2009 at 6:20

from shellinabox.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 3, 2024
For Apache2, enable proxy and http_proxy. Add the following to your site's 
configuration:

        <Location /shell>
                ProxyPass       http://localhost:4200/
                Order           allow,deny
                Allow           from all
        </Location>

Then edit /etc/default/shellinabox and add this line:

        SHELLINABOX_ARGS="${SHELLINABOXARGS} --localhost-only --disable-ssl"

You can now access ShellInABox from http://YourServerName/shell

If you rather use SSL encryption (as you probably should), then make sure you 
configure Apache to recognize "/shell" for both encrypted and unencrypted 
sessions. 
Then remove the "--disable-ssl" option from the ShellInABox command line.

Original comment by [email protected] on 18 Nov 2009 at 8:12

  • Changed state: WontFix

from shellinabox.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 3, 2024
Thanks, that works!  I'd suggest adding these few lines in the manpage, with a 
note
about getting around firewalls, as if I had seen it when I first installed it I 
would
have just done it that way in the first place.

Original comment by [email protected] on 19 Nov 2009 at 2:40

from shellinabox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.