jerakeen.org

by Tom Insam

notes☴

code☷

links☲

photos☵

The Corrosion of Aaron Stone » Blog Archive » Perl in Apache with mod_perlite

The Corrosion of Aaron Stone  » Blog Archive   » Perl in Apache with mod_perlite

created 07 November 2007 in links tagged apache, mod_perl and perl.

Another attempt at replacing mod_perl

http://hydricacid.com/general/perl-in-apache-with-mod_per...

mod_js - a JavaScript Apache module

created 09 July 2007 in code tagged apache, javascript, programming and spidermonkey.

mod_js is an Apache module written by Ash Berlin and I that embeds the SpiderMonkey JavaScript engine and lets you run JavaScript code on the server as CGI scripts. As you’d expect, it’s very early, but is good enough to compile scripts, run the JavaScript, and print the output to the client. mod_js is licensed under the GPL3.

Server-side JavaScript under Apache

created 09 July 2007 in blog tagged apache, javascript, programming and spidermonkey.

Ash Berlin and I recently hacked together an Apache module that embeds the SpiderMonkey JavaScript engine and lets you run JavaScript code on the server as CGI scripts. We called it mod_js.