-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
CLHP 0.2.0alpha is available for download at ftp://common-lisp.net/
** mod_clhp CLHP is now integrated into Apache as a dynamic module. This simplifies quite a bit from both the users end and the developers standpoint. ** package is built with ASDF This also simplifies the build process ** REQUIRE function used to load external lisp files relative to the Document-root ** *SERVER-ENV* and *QUERY-VARS are now hash-tables. ** CLHP is a single package. the full package name is :net.common-lisp.aventimiglia.clhp
- -- (incf *yankees-world-series-losses*)
Anthony Ventimiglia anthony@ventimiglia.org writes:
CLHP 0.2.0alpha is available for download at ftp://common-lisp.net/
Thanks !
I've little problem with clhp.
- Gentoo Linux, CMUCL 18e, Apache 1.3.29
Download, make, make install, make module-install - all OK.
But, when I load example.clhp in browser nothing happens - I still see directory listing from Apache.
error_log is empty
access_log is OK: 193.168.1.4 - - [16/Nov/2003:13:02:41 +0100] "GET /~artur/lisp/index.clhp HTTP/1.1" 200 - "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031112 Firebird/0.7+"
suexec_log - there's error: [2003-11-16 13:02:41]: error: invalid command (/usr/bin/lisp -noinit -nositeinit -quiet -batch -core /usr/lib/cmucl/clhp.core -eval '(clhp:parse (cdr (assoc :script_filename ext:*environment-list*)))(quit)')
When I type from shell: /usr/bin/lisp -noinit -nositeinit -quiet -batch -core /usr/lib/cmucl/clhp.core -eval '(clhp:parse (cdr (assoc :script_filename ext:*environment-list*)))(quit)'
Result is: ,---- | bash-2.05b# /usr/bin/lisp -noinit -nositeinit -quiet -batch -core /usr/lib/cmucl/clhp.core -eval '(clhp:parse (cdr (assoc :script_filename ext:*environment-list*)))(quit)' | X-Powered-By: CLHP/0.2.0alpha Common Lisp Hypertext Preprocessor | Content-type: TEXT/HTML | | Error in batch processing: | Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER: | NIL is not of type (OR PATHNAME STREAM BASE-STRING) | Error: TYPE-ERROR : Add a handler in REPORT-ERROR-STRING for this condition | bash-2.05b# `----
What I've done wrong ?
I've 5 years experience in Linux and PHP, but I'm quite new to Lisp. I'd like to help making clhp as convenient for website development as PHP is.
Regards, Artur.
PS. As aways: Sorry for my English. I'm workin' on it :)