How can I run cgi application offline without Apache?

Discussion in 'Programming' started by nickr, Oct 31, 2005.

  1. #1
    Hi all, this is my first post. I'm stumped.

    I have a website which uses perl to make worksheets for teachers. It works great online, but I wanted to make on offline version so teachers can manage their worksheets in Windows.

    I got the website running offline by downloading Indigoperl and Apache. I then converted the perl scripts to executables with perl2exe... and that works too.

    The problem is, as soon as I turn off Apache, it comes to a grinding halt.:confused:

    I hope to put my application on the web for teachers to download and run on their own computers, and they aren't likely to have Apache, so what can I do? Any advice?
     
    nickr, Oct 31, 2005 IP
  2. nickr

    nickr Peon

    Messages:
    106
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Aw, come on guys. Anyone?

    I can't be the first person to want to combine Perl and Internet Explorer, and distribute it for offline use.... can I? Unless it's impossible....
     
    nickr, Nov 1, 2005 IP
  3. nickr

    nickr Peon

    Messages:
    106
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I think the light-weight web server, Xitami, might be my answer - just in case any of you want to achieve something similar to what I'm trying to do.
     
    nickr, Nov 3, 2005 IP
  4. forkqueue

    forkqueue Guest

    Messages:
    401
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #4
    forkqueue, Nov 3, 2005 IP
  5. sjaguar13

    sjaguar13 Peon

    Messages:
    84
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Xitami is what I used before switching to a dedicated Linux box.
     
    sjaguar13, Nov 6, 2005 IP
  6. FeelLikeANut

    FeelLikeANut Peon

    Messages:
    330
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #6
    The real problem is trying to use Web sites as a general purpose application platform. You're going to run into many problems along the way because that's simply not what it was meant for. You need to learn a programming language so you can write a stand-alone application.
     
    FeelLikeANut, Nov 19, 2005 IP
  7. funzie

    funzie Well-Known Member

    Messages:
    71
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    123
    #7
    Have you tried installing Activestate Perl?
     
    funzie, Nov 28, 2005 IP
  8. profs77

    profs77 Well-Known Member

    Messages:
    441
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    118
    #8
    How about running the application on a server then having all the other computers that want to run it run it on the network.
     
    profs77, Dec 11, 2005 IP