in reply to Using the HTTP::Daemon on Windows 95

Hi.

But would anyone know then what is the code I should write to be able to perform this? Or am I gonna have to write like a whole new module? Any ideas for how to write a super simple web server in perl that will just serve files from a certain directory?

Thanks,
Ralph :)
  • Comment on Re: Using the HTTP::Daemon on Windows 95

Replies are listed 'Best First'.
Re: Re: Using the HTTP::Daemon on Windows 95
by chromatic (Archbishop) on Feb 15, 2001 at 01:57 UTC
    Jellybean does exactly that. It uses HTTP::Daemon and has an included module called Jellybean::FileContainer.

    It's not super simple, and it does a whole lot more than that, but it's a start. And it runs on Windows. (And there's a new version coming out in test form tonight, and final release this weekend.)