i'm running a cgi-perl-script (interface for my listserver) after insatallation it is running as root. after every execution of the script the debug says pid:...
Stenitzer Michael
stenitzer@...
Nov 1, 1999 9:19 am
4971
Hello! As I read in the newest Roxen docs it doesn't say anything about what is required to be able to use TTFs. I compiled the newest source and the Pike...
Emils Klotins
emils@...
Nov 1, 1999 9:19 am
4972
I am afraid it is not so very clear what exactly you _want_ to do. ... [snip] ... <set variable="currentedition" value="1"> ... <sqloutput parse query="SELECT...
Emils Klotins
emils@...
Nov 1, 1999 11:14 am
4973
... Of course, the point I was trying to make is that having to write a new proxy for every new third party interface that uses libraries and network ...
Shez
shez@...
Nov 1, 1999 1:34 pm
4974
... It is indeed :) ... Yeah, the thing is just now for ip-less hosting no lookups are done, because there are no Listen ports. As I understand the...
Shez
shez@...
Nov 1, 1999 2:05 pm
4975
I think so, Thanks.. Some time the somewhat obvious (I'm using includes all over the place) is that obvious! The problems of partially working in a vacuum... ...
Wayne Spivak
WSpivak@...
Nov 1, 1999 2:15 pm
4976
Hello, I'd like to nest some RXML tags. <foo> <a>aaa</a> <b>bbb</b> </foo> should be rendered to little table, for example. To do so, I could use <define>'s...
Kai Voigt
k@...
Nov 1, 1999 4:55 pm
4977
... It's really a bogus error message - it's trying to run the script as user "" (ie the empty string), which naturally won't work. -- [ Below is a random...
David Hedbor
david@...
Nov 1, 1999 6:50 pm
4978
... Of course not. The lookups are done when booting, not for every request. That would be insane. If the IP's are virtual-server specific (non-virtual...
David Hedbor
david@...
Nov 1, 1999 6:53 pm
4979
Hi Graeme.. hmm.. sounds like the configuration interface isn't using the <gtext> tags... is your graphic_text.pike in server/modules/graphics/ ? Check the...
Karl Stevens
karl@...
Nov 1, 1999 7:04 pm
4980
News flash -- While composing this message, I tried doing this in Netscape and it worked fine! So, it looks like the "bug" is with MSIE not supporting ... ...
Graeme B. Davis
GraemeD@...
Nov 1, 1999 10:14 pm
4981
Want to add a date created field in my MySQL database. Tried <set variable=time eval="<date>"> Tried <formoutput><sqloutput host=xxx query="select ...
Wayne Spivak
WSpivak@...
Nov 2, 1999 1:57 am
4982
... Just use two timestamp columns. The first is always set to the current date/time when a row is modified, if you set the second to 'NULL' on creation, it...
Thomas Koester
Thomas.Koester@...
Nov 2, 1999 2:15 am
4983
... You can also use the pseudo NOW() instead of NULL : <formouput> <sqlquery query="insert into foobar (value,created) values ("#thevalue ... </formoutput> ...
Xavier Beaudouin
kiwi@...
Nov 2, 1999 4:41 am
4984
... I normally use: <sqlquery parse host="..." query="insert into table_name values('<date>')"> I use Postgres though, don't know it mySQL can handle the...
Tomas Berndtsson
tomas@...
Nov 2, 1999 8:14 am
4985
... well, sorry for looking negative, but I have to warn you that saying "Roxen has servlet support now" is somewhat optimistic, that's the kindliest thing I...
Faraut Jean-Louis
jlf@...
Nov 2, 1999 10:06 am
4986
... At least its doesn't implement the newest version of the servlet API. Since it doesn't implement the ServletContext.getMajorVersion() and ...
Peter J. Holzer
hjp@...
Nov 2, 1999 11:49 am
4987
Thanks to all that responded. This seemed to work: <sqloutput host.... query="instert into address name, address, created values (+name+, +address+, NOW())"> ...
Wayne Spivak
WSpivak@...
Nov 2, 1999 2:18 pm
4988
... Sorry I seem to have completely mis-represented myself. I am talking soley about the boot process. As I understand it currently the boot process roughly...
Shez
shez@...
Nov 2, 1999 2:51 pm
4989
... Yes. ... No. JSP lets you embed Java into HTML pages, sort of like the <pike> tag or PHP. I think its a Sun invention. hp -- _ | Peter J. Holzer...
Peter J. Holzer
hjp@...
Nov 2, 1999 3:52 pm
4990
... Java Server Pages. AFAIK it should be Netscape's version of Java servlets. I might be wrong though. -- Kinkie primary e-mail: kinkie@... ...
Francesco Chemolli
kinkie@...
Nov 2, 1999 4:44 pm
4991
... Yes, me too. I am currently in the middle of a project (which could probably be implemented a lot easier with RXML and a bit of pike code, but the the...
Peter J. Holzer
hjp@...
Nov 2, 1999 8:15 pm
4992
... can anybody of the gurus tell me, what are the pros and cons of JSP and PIKE? (apart that jsp is for and from a much larger community) michael ... DI...
Stenitzer Michael
stenitzer@...
Nov 2, 1999 8:16 pm
4993
Maybe through this list we can get a feel for how much interest there is in the API. I, for one, am VERY interested in integrating servlets in my site....
Glenn Crownover
glenn@...
Nov 2, 1999 8:16 pm
4994
... Peter> At least its doesn't implement the newest version of the servlet API. Peter> Since it doesn't implement the ServletContext.getMajorVersion() and ...
Marcus Comstedt
marcus@...
Nov 2, 1999 8:37 pm
4995
... I don't know about jsp, but I can tell about pike. Advantages: it's powerful (and well-intergrated with the whole server), and most of all is FAST. Fast to...
Francesco Chemolli
kinkie@...
Nov 2, 1999 8:39 pm
4996
... That brings up the question: What protection does Roxen have against denial of service attacks? From your last answer I assume none. ... -- Aleph One /...
Aleph One
aleph1@...
Nov 2, 1999 11:24 pm
4997
Hi, I found a howto after reading my logs: http://www.zope.org/Members/magnus/Roxen/ Maybe someone want to use Zope together with Roxen... Ciao, Oliver -- ...
Oliver Schade
schade@...
Nov 3, 1999 8:26 am
4998
... So, who'll hack a Python module for Pike, so we can run Zope in-process instead of as a CGI? :-) . -+ Rasmus...
Sten, Rasmus
Rasmus.Sten@...
Nov 3, 1999 9:17 am
4999
... naaa, better rewrite zope in pike :-))))))))))))) greetings, martin. -- vi has two modes the one in which it beeps and the one in which it doesn't --...