Re: Lisp and Web Programming



> >>Apache is just one particular web server implemented in C for posix
> >>systems. There are many others supporting CGI. I don't want to
> >>recompile Apache just to write a web application in Common Lisp.
> >>
> > Is Apache difficult to recompile? Do recompilations consume untoward
>
> You don't need to recompile Apache. Just compile the module and add
> it to the config. Here's the line you have to enter when you want to
> compile and add mod_lisp to your Apache:
>
> apxs -c -i -a mod_lisp.c

The key word is 'your'. Most apaches I deal with I not mine. I have my
public_html with +ExecCGI, and that's it. Some Apaches I deal with are
built without DSO support. Some servers I deal with do not even run
Apache.

mod_(perl|python|php|lisp) is a hack. With Python, Perl and PHP there
is an excuse for the hack: those programs are deadly slow to start.
With Lisp and memory images, when the startup time is hundredths of
seconds, there is no need for mod_lisp.

David

.



Relevant Pages

  • Re: Lisp and Web Programming
    ... > To add a module like mod_lisp you don't have to recompile Apache. ... Common Lisp based CGIs are fast and smart, ... just do with CGIs only most of the time, and when I need state (and I ...
    (comp.lang.lisp)
  • Re: Lisp and Web Programming
    ... >>Apache is just one particular web server implemented in C for posix ... >>recompile Apache just to write a web application in Common Lisp. ... Just compile the module and add ...
    (comp.lang.lisp)
  • Re: sbwait state for loaded Apache server
    ... > I'm working with an Apache webserver running 1400 apache processes and ... > degradation of server response times. ... With no extra tuning being done to the network ... ACCEPT_FILTER options and recompile apache to take advantage of them. ...
    (freebsd-performance)
  • Re: large file support in apache
    ... den 30.07.2005 schrieb d l um 12:35: ... > have to recompile apache or use experiemental apache 2.1 ...
    (Fedora)
  • Re: Encrypting a php page...
    ... and off again hack attempt from someone out there against him. ... fairly good protection at the server level, but the PHP pages have no ... Anyway, use SSL a/k/a TLS. ... you're using apache, use the built-in SSL stuff in Apache 2.x but the ...
    (sci.crypt)