[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] clickable column headings



Nope its there. I get invalid request on the page. Here is the apache log (clicked on conn)

128.230.49.190 - - [08/Feb/2005:10:21:10 -0500] "GET /hobbit-cgi/hobbitcolumn.sh?conn HTTP/1.1" 200 86 "http://helpme.syr.edu/hobbit/SIS/SIS-Unix/SIS-Unix.html"; "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040206 Firefox/0.8"

and the hobbitcolum.sh file
#!/bin/sh

QUERY_STRING="key=$QUERY_STRING&db=columndoc.csv" exec /usr/local/hobbit/server/bin/bb-csvinfo.cgi --env=/usr/local/hobbit/server/etc/hobbitserver.cfg --color=purple --hffile=columndoc

Chris

--On February 7, 2005 10:45:26 PM +0100 Henrik Stoerner <henrik (at) hswn.dk> wrote:

| You've probably missed getting this setting into your hobbitserver.cfg
| file - it was added in beta-4, but you may not have thought about it:
|
| COLUMNDOCURL="$CGIBINURL/hobbitcolumn.sh?%s"