Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-7088

ReactOS as WebServer

    XMLWordPrintable

Details

    • Story
    • Resolution: Fixed
    • Trivial
    • 0.4.12
    • Other
    • None
    • WebServer and Networking

    Description

      For this matter, we need (all included on the attachment):

      ChipMunkBasic
      TinyWebServer
      A simple CGI Script

      First of all, unZip the attachment on C:\ , now go to the bin folder, and then move "basic.exe" to C:\ReactOS
      Next go to Command Line, and exec the follow command:
      assoc .bas=basfile
      to make .bas files have a association

      now in the registry editor (regedit) go to:
      HKEY_LOCAL_MACHINE\SOFTWARE\Clasess

      create a new Key named "basfile", inside this a new Key named "shell", inside a new key "open" and again inside a new key named "command", in the default value put this text: C:\ReactOS\basic.exe %1 and then save and Reboot.

      Now in C:\WebServer\bin execute tinybox.exe and use the following config:

      Root Directory: C:\Webserver\root
      Start Directory: C:\Webserver\logs
      Port: 80

      Then press start, open your browser and navigate to http://localhost

      Another way to test is go to CMD and change directory to C:\WebServer\root\cgi-bin and execute: basic index.bas

      Attachments

        Activity

          People

            bug zilla Bug Zilla
            Julcar Julcar
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: