Simple and small web server (software)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alsdesign
    Confirmed User
    • Jun 2004
    • 199

    #1

    Simple and small web server (software)

    If you are a developer or a designer, I'm sure you were faced with a need for a web server. You move to another computer / laptop , you need to run your site locally , simple script.... and you need to go through the whole procedure of installing software that you need to use only once or twice.

    Well, as I found out there is a nice solution to this: Mongoose

    Mongoose is an ultra light-weight web server for Windows. It's 56 kb, yes things like this still exist, not all software developers rely on heavy VB library abuse. It can run even from a single file, no need to install / start / stop services. Standalone application is sufficient for most basic stuff, though I think you can also set it up for more complicated usage.

    You can easily plug-in also PHP, all you need to do is copy 3 files: php-cgi.exe, php5.dll and php.ini into same directory, then add 2 lines of code into Mongoose config. Adding SQL is easy too.

    Only disadvantage is it doesn't have graphical interface, but that is not a problem for developers anyway.

    Al's design - adult and mainstream design, programming & development

    Amerinoc hosting - hosting that I trust
  • woj
    <&(©¿©)&>
    • Jul 2002
    • 47882

    #2
    not bad, so it actually works well, you tried it out?
    Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
    Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
    Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager

    Comment

    • alsdesign
      Confirmed User
      • Jun 2004
      • 199

      #3
      Yes, so far it worked fine -tested it with a custom PHP script. I will try also a SQLite probably.

      You gotta love portable appz like this. One pen drive and you can work comfortably on any new computer.

      Al's design - adult and mainstream design, programming & development

      Amerinoc hosting - hosting that I trust

      Comment

      • alsdesign
        Confirmed User
        • Jun 2004
        • 199

        #4
        Here is a nice article on how to setup the Mongoose: http://www.praggo.com/2009/12/web-se...ilds-play.html

        Al's design - adult and mainstream design, programming & development

        Amerinoc hosting - hosting that I trust

        Comment

        • Serge Litehead
          Confirmed User
          • Dec 2002
          • 5190

          #5
          developers better off replicating live production environment apache/php/mysql/etc. locally for the use of modules and such.

          Comment

          • Serge Litehead
            Confirmed User
            • Dec 2002
            • 5190

            #6
            although small web server maybe useful at times

            Comment

            • gabe100
              Confirmed User
              • Dec 2002
              • 459

              #7
              I remember using VB back in 97,98 and relied heavily on those libraries Active X controls saved my life. 56k is a small file size for sure.

              Sounds like a great app. Thanks.

              Comment

              • alsdesign
                Confirmed User
                • Jun 2004
                • 199

                #8
                Originally posted by holograph
                developers better off replicating live production environment apache/php/mysql/etc. locally for the use of modules and such.
                I agree, developing scripts in "foreign" environment can result in non-functional scripts when deployed.

                But I was referring to simpler usage, for example if you use PHP as parser, file manipulations, or just quick check for php errors.

                Al's design - adult and mainstream design, programming & development

                Amerinoc hosting - hosting that I trust

                Comment

                Working...