From anthony at ventimiglia.org Wed Nov 12 23:35:27 2003 From: anthony at ventimiglia.org (Anthony Ventimiglia) Date: Wed, 12 Nov 2003 18:35:27 -0500 Subject: [clhp-devel] Test posting Message-ID: <16306.50111.923822.71529@afghan.dogpound> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sorry if you've been trying to post only to be rejected, I had the settings on the mailing list manager screwed up. - -- (incf *yankees-world-series-losses*) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.7 iQCVAwUBP7LDtgqNYTLzAsoIAQIkWwP9Efpcco5cb89bHk1lJovuEgy2q5QPzBRQ CJ+88hQ5RLr4OY+PAyPMunPcBLQFhj7RlILeBpSYBR6Ns7hnrOWY3CUAnzpID+ac mbjmCqrQM2Miuz6rx68WkMAT/oHdopa0qG5BEPVgkLW/w53DYv0pohOmJnBRWxXN DKuQfNuI+5E= =pcMR -----END PGP SIGNATURE----- From anthony at ventimiglia.org Wed Nov 12 23:40:38 2003 From: anthony at ventimiglia.org (Anthony Ventimiglia) Date: Wed, 12 Nov 2003 18:40:38 -0500 Subject: [clhp-devel] mod_clhp is working Message-ID: <16306.50422.100664.532123@afghan.dogpound> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 After hacking away and trying to figure out and learn the Apache API, I've finally got mod_clhp working. This means clhp pages can be read and parsed directly by apache, with no need for the cgi interface which I have been using so far. I expect to work on bundling everything up, updating the docs and makeing the 0.2 release shortly. - -- (incf *yankees-world-series-losses*) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.7 iQCVAwUBP7LE9AqNYTLzAsoIAQK6UAQAifbv68HopRrHACfaoW7WiIVJJkxduJ+j 8P1Gy9QHv+z3ZwKVTdXnrPbzSPjw+Ws1tvxX1OcfMyFQ/uYcNa4jWjhDjgJdqMc2 ERLaHiRBZpsqV9K2bZHRRWPZxifpKwqduztfCzkLbYRfPm1i5qRxheb4V+KRwl8H +/i54QrirPs= =0UT9 -----END PGP SIGNATURE----- From anthony at ventimiglia.org Thu Nov 13 05:20:32 2003 From: anthony at ventimiglia.org (Anthony Ventimiglia) Date: Thu, 13 Nov 2003 00:20:32 -0500 Subject: [clhp-devel] 0.2.0 released Message-ID: <16307.5280.23899.272922@afghan.dogpound> -----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*) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.7 iQCVAwUBP7MUnQqNYTLzAsoIAQJ4FQP/VXgWOSzzPkbRLQVgQuAWbZZn0GuSzfk2 6DWqxE+1KLBXlvV6Xl3MC7ZoEwf1UYjJbTCsrABLNaX1A8HUfO7NtHPScO9HQuFJ ezHhgpWO5U9NMSTCahEq0SBdxH4NdL4JHATjTvYfk1xZGefyWx76jfSG1VJl7WUT bSDq/9gBqVo= =NS6J -----END PGP SIGNATURE----- From artur at artgabi.com.pl Sun Nov 16 12:21:31 2003 From: artur at artgabi.com.pl (Artur =?iso-8859-2?q?Maci=B1g?=) Date: Sun, 16 Nov 2003 13:21:31 +0100 Subject: [clhp-devel] 0.2.0 released In-Reply-To: <16307.5280.23899.272922@afghan.dogpound> (Anthony Ventimiglia's message of "Thu, 13 Nov 2003 00:20:32 -0500") References: <16307.5280.23899.272922@afghan.dogpound> Message-ID: <8765hkpkqc.fsf@abulafia.artgabi.com.pl> Anthony Ventimiglia 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 :) -- Artur Maci?g http://www.artgabi.com.pl ---------------------------------------------------------------------- All generalizations are bad.