Search found 4 matches

by drramble
Tue Jun 29, 2004 3:25 pm
Forum: newLISP in the real world
Topic: Newbie woes - there's always one, eh?
Replies: 7
Views: 6712

So for win98 wiki?

Yes, Lutz - winXP newlisp httpd is fine with wiki now, thanks you! I still need ( :( ) to try and run this on a win98 box. Is there something _very_ wrong with win98 newlisp running httpd and wiki? The process starts up, but at the first request it drops out wiith the same error as before. Should th...
by drramble
Thu Jun 17, 2004 11:11 am
Forum: newLISP in the real world
Topic: Newbie woes - there's always one, eh?
Replies: 7
Views: 6712

Success - useful win32 info

Dear All - Success with wiki and apache2 on winXP! The _very_ useful configuration.cgi script from Lutz showed that SCRIPT_URI was not being supplied by Apache. In httpd.conf mod_rewrite was not on by default . Uncomment the mod_rewrite line and then somewhere after that in httpd.conf (actual positi...
by drramble
Thu Jun 17, 2004 10:40 am
Forum: newLISP in the real world
Topic: Newbie woes - there's always one, eh?
Replies: 7
Views: 6712

OK, Apache2 is running OK and when I navigate to localhost/wiki I get a page with just this: string expected : (nth 2 (parse url "/")) I have made these changes to httpd.conf: Added "DirectoryIndex index.cgi" Added <Directory "C:/Program Files/Apache Group/Apache2/htdocs/wiki"> AllowOverride None Op...
by drramble
Wed Jun 02, 2004 3:43 pm
Forum: newLISP in the real world
Topic: Newbie woes - there's always one, eh?
Replies: 7
Views: 6712

Newbie woes - there's always one, eh?

Dear all, Whilst trying to set up a simple (but powerful :) wiki/blog server, I came across newLisp and am very keen to use procedural techniques but I am stuck. I have tried httpd.lsp by itself, Apache cgi, the wiki and the IDE but none are working correctly. I am pretty certain I've RTFM and Googl...