Pete, ... There is a patch available that allows roxen to be a host for netscape roaming access. Check out Wim Bonis' patch that was sent to this list some ...
Ralph Niere
ralle@...
Jan 2, 1999 8:46 am
1902
... 1.2.42 ... Check ... The pike-script failed for me, so I did manually what it looked like it was supposed to do. Frontpage is installed ok, and so is the...
Vebjørn Forsmo
Vebjorn.Forsmo@...
Jan 3, 1999 11:15 pm
1903
Hello! I am using <wizzard> and <pike> tags in one page because I need translation of the date format from dd.mm.yyyy to yyyy-mm-dd (to put into mysql). With...
Iztok Umek
iztok@...
Jan 4, 1999 2:07 pm
1904
... return ""; ... Adding the return statement works now... Regards, Iztok ... iztok@... Sun Certified Network Administrator (SCNA) ...
Iztok Umek
iztok@...
Jan 4, 1999 2:19 pm
1905
Hello! MySQL has nifty little feature... LAST_INSERT_ID() returns the last inserted id. Somehow I can't manage to get this with sqloutput. I did SQLQUERY to...
Iztok Umek
iztok@...
Jan 4, 1999 3:30 pm
1906
... IU> LAST_INSERT_ID() returns the last inserted id. IU> Somehow I can't manage to get this with sqloutput. I use it in a pike module: object(sql) dbh; ...
Martin Bialasinski
martin@...
Jan 4, 1999 5:07 pm
1907
Hi there. Can I log the server activity into a SQL database, instead of a text file. I want to do that so I can make easily queries for different days, pages,...
Javier Vegas
javier@...
Jan 4, 1999 6:03 pm
1908
... [...] ... Here's probably your problem. The above two paths don't look correct. The first path "/homes/kenmore/ts/graemed/include" looks like a possible ...
Henrik Grubbström
grubba@...
Jan 4, 1999 7:05 pm
1909
Here are my snippets from the configure script: for pike_cv_mysql_lib_dir in /homes/kenmore/ts/graemed/mysql /homes/kenmore/ts/graemed/mysql/lib...
Graeme B. Davis
GraemeD@...
Jan 4, 1999 7:17 pm
1910
... I don't see how the above code could generate the output you had in your previous message. Have you edited Mysql/configure or Mysql/configure.in? If you've...
Henrik Grubbström
grubba@...
Jan 4, 1999 7:55 pm
1911
Anyone running mySQL v3.21 should consider going to the 3.22 beta now... it is far more stable than the last 3.21 IME, and only one small thing is required to...
Administrator
coles@...
Jan 4, 1999 8:26 pm
1912
Hello, I'm trying to get Roxen's configure to detect mysql thats installed in my $HOME/mysql directory -- I modified the configure script to include these dirs...
Graeme B. Davis
GraemeD@...
Jan 4, 1999 6:43 pm
1913
... I think I have seen such a module at RMS. (I'm not sure though.) // M...
Mikael Brandström
mikael@...
Jan 4, 1999 10:28 pm
1914
... If it's not threa-safe roxen uses a lock which inhibits all other threads during the logging, which can be a quite severe performance penalty for a busy...
Mikael Brandström
mikael@...
Jan 5, 1999 12:29 am
1915
... From the code it looks like you can give it a variable to write that ID to with the mysql-insert-id argument. E.g: <sqlquery mysql-insert-id=foo...
Martin Stjernholm
mast@...
Jan 5, 1999 3:32 am
1916
That module isn't thread safe, which means you'll take a performance hit if you currently run roxen with threads(as you should be doing on any platform that...
Vincent Janelle
malokai@...
Jan 5, 1999 12:17 am
1917
Hi All, I wrote the sql logging module, but haven't done much with it lately. It isn't currently thread safe, although I have a drop in replacement for the sql...
Bill Welliver
hww3@...
Jan 5, 1999 4:29 am
1918
... Wow! That is great. Did I miss this in the documentation or should I do RTFS (Reat The F* Source)? And it works! Regards, Iztok ... iztok@......
Iztok Umek
iztok@...
Jan 5, 1999 7:38 am
1919
Hi. I've been playing around with some ideas about an intranet at work. I have coded some basic features the last couple of days and run into some problems...
Henrik Kjellsson
Henrik.Kjellsson@...
Jan 5, 1999 3:24 pm
1920
Hello! I am using <wizard> tag and got some weird problem with passing variable from one <page> to another... I have <page> <sqlquery host=lugos...
Iztok Umek
iztok@...
Jan 5, 1999 4:23 pm
1921
... Send them a 401 Authentication Required header. This will cause the browser to pop up an "Authentication failed, retry?" message, but as far as I know...
Andy Church
achurch@...
Jan 5, 1999 4:25 pm
1922
Cameron Kaiser
ckaiser@...
Jan 5, 1999 4:31 pm
1923
... Wrong. If you send a 401 response to a request with auth info, the browser will realize the username/password pair is wrong and prompt the user again....
Andy Church
achurch@...
Jan 5, 1999 4:32 pm
1924
... No, a 401 header is also sent if the username/password combination is wrong. Therefore, the browser must ask for username/password again if it gets a 401...
Peter J. Holzer
hjp@...
Jan 5, 1999 4:50 pm
1925
<TABLE border="0" width="100%"> <sqloutput query="set datestyle to 'German';select date, dato, overskrift from test order by dato desc;"><TR><TD...
Vebjørn Forsmo
Vebjorn.Forsmo@...
Jan 5, 1999 4:59 pm
1926
Hi. I've been playing around with some ideas about an intranet at work. I have coded some basic features that last couple of days and run into some problems...
Henrik Kjellsson
Henrik.Kjellsson@...
Jan 5, 1999 5:04 pm
1927
... By issuing a 401-Auth-Failed message saying the user to press cancel. :-( Kinkie primary e-mail: kinkie@......
Francesco Chemolli
kinkie@...
Jan 5, 1999 6:24 pm
1928
... Thanx, its not perfect but it gets the job done. > The alternative is to use cookies: when the user logs in, assign them ... But what happens if the...