Two questions about mysql and RXML First - I'm trying to do a query similar to <sqloutput host=host1 query = "select count(*) from table1"> but am having a...
Kimo A. Baenen
kimo@...
Feb 1, 1999 11:48 am
2100
well done! i've read most of it over the weekend and it gives me an idea of what roxen is able to and i didn't know before. i'm convinced that with this good ...
Stenitzer Michael
stenitzer@...
Feb 1, 1999 12:53 pm
2101
Hi, Kimo. ... I've been using mysql with roxen and have had no problems doing a "select count(*) as blah" and then using #blah# in the sqloutput. ... try...
Bill Welliver
hww3@...
Feb 1, 1999 2:23 pm
2102
Hi, I found a minor error in the Roxen User's manual. In the appendix, the tag expire-time is incorrectly listed as expire_time. Regards, Bill...
Bill Welliver
hww3@...
Feb 1, 1999 4:00 pm
2103
Hiya, Just wondering if anybody else has found that quote=url is not escaping '#'s properly? Cheers Shez...
shez@...
Feb 1, 1999 4:05 pm
2104
Hello! I need to re-install an older Roxen version for performance comparisons. Does anybody one keeps an 1.2.21 or older around? Thanks -- ...
Celso Sawaia
cjsawaia@...
Feb 1, 1999 7:51 pm
2105
Hello. I've been running the SSL version of Roxen Challenger 1.2 on several machines. It works fine on a NetBSD/i386 machine, but on both a NetBSD/alpha...
Kevin Sullivan
ksulliva@...
Feb 1, 1999 8:54 pm
2106
... You're right. Fixed now. Thanks....
Martin Stjernholm
mast@...
Feb 1, 1999 9:15 pm
2107
REMOVE ... From: shez@... <shez@...> To: roxen@... <roxen@...> Date: Monday, February 01, 1999 8:04 AM Subject: quote=url slightly...
Philip M. Hofer (Frum...
frumph@...
Feb 1, 1999 10:58 pm
2108
Where can we get these updates? It seems as though the updating function under maintaince -> update components doesn't have anything in it? "You just made 10...
Vincent Janelle
malokai@...
Feb 1, 1999 11:05 pm
2109
Forgive me all - but trying to make sense of this awful product. How do I install it? - I've installed the extensions into /usr/local/frontpage. - I've added...
Digital Edge Limited
info@...
Feb 2, 1999 1:26 am
2110
Hello, I am having great problems with the Fast CGI module (modules/scripting/fcgi.pike) of Roxen. I have tried Roxen Versions 1.2.29 and 1.2.46 (both without...
Ivo Vollrath
vollrath@...
Feb 2, 1999 2:09 am
2111
... This has bothered me, too. At least half a dozen fixes have been announced on this list since I subscribed, and not once since January 9th (when I ...
elyograg
elyograg@...
Feb 2, 1999 3:20 am
2112
... The update server doesn't work very well at the moment. We're looking at it; meanwhile you can use this patch for this specific problem: Index:...
Martin Stjernholm
mast@...
Feb 2, 1999 9:39 am
2113
Hello. I've been running the SSL version of Roxen Challenger 1.2 on several machines. It works fine on a NetBSD/i386 machine, but on both a NetBSD/alpha...
Kevin Sullivan
kevin@...
Feb 2, 1999 12:52 pm
2114
Hiya, The recent discussion of roxen performence got me wondering about how much extra load parsing *.html puts on roxen. Has anybody done any profiling on...
Shez
shez@...
Feb 2, 1999 1:48 pm
2115
Hello, We have some CGI scripts, which are referred by the users with their E-mail addresses as the last argument, which in turn, ends in .hu in Hungary....
Kadlecsik Jozsi
kadlec@...
Feb 2, 1999 2:13 pm
2116
... This has bothered me, too. At least half a dozen fixes have been announced on this list since I subscribed, and not once since January 9th (when I ...
elyograg
elyograg@...
Feb 2, 1999 3:48 pm
2117
By default Roxen parses .html for rxml tags. Using SSI however does increase the load quite a bit and slows down roxen a lot. I don't know if idonex has fixed...
Vincent Janelle
malokai@...
Feb 2, 1999 10:33 pm
2118
... You are refering to PATH_INFO and not QUERY_VARIABLES here, right? ... Normally this would be fixed by raising "Builtin variables->Priority" for the...
Peter Bortas
peter@...
Feb 2, 1999 11:26 pm
2119
... It has been reported before. There seems to be a problem with SSL on 64 bit computers. I don't know if anyone has investigated it further. Can you start...
David Hedbor
david@...
Feb 2, 1999 11:52 pm
2120
... It does make a difference. If you are tight on CPU and don't use RXML in all pages (I always do...), I would recommend disabling parsing for .html files...
David Hedbor
david@...
Feb 3, 1999 12:04 am
2121
... The "Programmer's manual" is planned, but noone has had the time to work on it yet. If noone does before then, I'll start working on it as soon as I finish...
Francesco Chemolli
kinkie@...
Feb 3, 1999 12:21 am
2122
I'm running Roxen 1.3 Beta on Windows NT. It's mostly functional except for this problem: FTP clients attempting an LS cause a crash. Getting files, CD, etc....
Chris J. Carden
chrisc@...
Feb 3, 1999 2:23 am
2123
On 02 Feb 1999 15:46:52 PST, David Hedbor says ... (I configured Roxen with "--with-fullwarn --with-rtldebug".) Executing gdb bin/roxen -DROXEN -DMODULE_DEBUG...
Kevin Sullivan
ksulliva@...
Feb 3, 1999 2:03 pm
2124
Speaking of which -- can someone tell me what PATH_INFO is and what it's used for? -Graeme...
Graeme B. Davis
GraemeD@...
Feb 3, 1999 3:27 pm
2125
... There should also be a nice "require x bit for parsing" option (maybe it's accessible only if"more variables" is on), which could help you selecting the...
Francesco Chemolli
kinkie@...
Feb 3, 1999 3:40 pm
2126
Hiya, Sorry to be a pest but does anyboy have a patch to roxenlib that includes quote=js (mentioned in the new docs) that I can apply (I seem to have...
Shez
shez@...
Feb 3, 1999 4:02 pm
2127
Interesting. Can I use this without CGIs? like say right now I can view a db record by accessing: http://blah.com/showdb.html?person=blah could I do...
Graeme B. Davis
GraemeD@...
Feb 3, 1999 4:46 pm
2128
... Yes. ... Thank you, it works and solves the problem! Best regards, Jozsef -- E-mail : kadlec@..., kadlec@... PGP key: finger...