Announcement

Collapse
No announcement yet.

Simple HTTP Server

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Simple HTTP Server

    I was looking at Simple HTTP Server

    Code:
    python -m SimpleHTTPServer
    how could I connect to this over the internet?
    Rob

    #2
    dose it have any documentation any where ?
    when I started it it sead it was serving on 0.0.0.0 at port 8000 but did not say from where it was geting the content .

    I see in Muon a "webfs" package that dose light HTTP serving , or install apache , it will work out the box for simpel stuff .
    an example , pop this in your browsers URL bar http://209.102.243.176/

    VINNY
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    Comment


      #3
      It will get the contet from the directory your in, before you launch it.

      so I am guessing you where in your /home directory.
      Rob

      Comment


        #4
        Originally posted by Robtygart View Post
        It will get the contet from the directory your in, before you launch it.

        so I am guessing you where in your /home directory.
        yes yes I was ,,,,,you would need to start it then go to your.ip.address:8000 and see if it is making it out.

        did you check my apache home page .......simpel as heck

        VINNY
        Last edited by vinnywright; Sep 30, 2013, 03:43 PM.
        i7 4core HT 8MB L3 2.9GHz
        16GB RAM
        Nvidia GTX 860M 4GB RAM 1152 cuda cores

        Comment


          #5
          OK so I just started it from in my Documents folder ,,,,,going to my ip as in 209.102.243.176:8000 did nothing BUT using my LAN IP 192.168.2.3:8000 did give me the page ,,,,,,,,I would just half to forward port 8000 thrugh my router for it to work I would assume.

          VINNY

          and IS their any documentation or a help file for it
          i7 4core HT 8MB L3 2.9GHz
          16GB RAM
          Nvidia GTX 860M 4GB RAM 1152 cuda cores

          Comment


            #6
            Originally posted by vinnywright View Post
            did you check my apache home page .......simpel as heck

            VINNY
            HAHAHA!!!

            Back when I had Window$ I sent my aunt an attachment like that, she yelled at me.

            Yes I will look at that program.


            I haven't seen any real manuals just the commands.
            Rob

            Comment


              #7
              Link
              http://www.linuxjournal.com/content/...-server-python
              Rob

              Comment


                #8
                thanks thats what I wanted

                now are you behind a router? if so try forwarding port 8000 and you should be good

                VINNY
                i7 4core HT 8MB L3 2.9GHz
                16GB RAM
                Nvidia GTX 860M 4GB RAM 1152 cuda cores

                Comment


                  #9
                  Cool thanks!

                  I am going to look at apache more.
                  Rob

                  Comment


                    #10
                    Originally posted by Robtygart View Post
                    Cool thanks!

                    I am going to look at apache more.
                    OK then .

                    VINNY
                    i7 4core HT 8MB L3 2.9GHz
                    16GB RAM
                    Nvidia GTX 860M 4GB RAM 1152 cuda cores

                    Comment

                    Working...
                    X