I'm having problems with the ssl3fix for Roxen 1.2. I am missing something but have no clue what. I'm sure you gurus can give me the correct pointer so I can...
Martin Schulze
joey@...
Sep 1, 1998 11:02 am
1113
... mpz is short for MultiPrecision Z (ie signed integer), which is part of Gmp. ... [...] ... This means that Gmp wasn't detected when you compiled Pike. ...
Henrik Grubbström
grubba@...
Sep 1, 1998 11:43 am
1114
... You are right. For SSL3 stuff you must have enabled ( = compiled in) Gmp module. Try from the command line: ./pike -m ../lib/pike/master.pike feature_list ...
Jan Petrous
hop@...
Sep 1, 1998 12:20 pm
1115
Hello, I am somewhat stupified. I think there must be a rather simple way of doing it, but I can't think of it at the moment. What I want to do is make a...
Emils Klotins
emils@...
Sep 1, 1998 2:02 pm
1116
Has anyone done anything with nested <if>'s? What I've had to do was take the inner <if>'s and turn them into <define>'s which is kind of crufty. -- ... ...
Cameron Kaiser
ckaiser@...
Sep 1, 1998 4:20 pm
1117
What is the status on the FrontPage capabilities for Roxen? Last I read... was that someone was preparing the DOCs to implement FrontPage properly with Roxen. ...
Peter J Estrella
pjstarr@...
Sep 1, 1998 5:41 pm
1118
Hi all, Here are the much awaited (at least for some people :) docs on how to setup FrontPage98 extensions in Roxen. I apologise for the delay. There were...
Mike Knott
mknott@...
Sep 1, 1998 7:38 pm
1119
... to check if (say) a client can cope with a table menu system, i do: <define name=menu_item> <if supports=tables> <tr><td><a href="$url">$text</a></td></tr>...
chris burgess
chris@...
Sep 1, 1998 10:57 pm
1120
Hi there, I was wondering about the behaviour of the ip-less hosting code. As far as I can remember from earlier conversations on the list it is the 'best...
shez@...
Sep 2, 1998 1:54 pm
1121
I'm having problems getting to user directories... here's how I've got it set up: Roxen is installed on Server1; the directory structure is fairly ...
Eric Finlayson
ericf@...
Sep 2, 1998 2:59 pm
1122
... If it used exact matches only, things like http://foo.com/ wouldn't return the correct http://www.foo.com/ server, which wouldn't be good, of course. If...
David Hedbor
david@...
Sep 2, 1998 8:23 pm
1123
Thanks for the answers. This is what I found in a transcript of the build process: (On a Debian system tmp.h is in /usr/include/gmp2/ and the library is called...
Martin Schulze
joey@...
Sep 3, 1998 10:00 am
1124
Hi, I have some databases from mysql where I have tables from - but some of them have really long lists! So if I send them via web it will take a long way to...
Hanno Wagner
wagner@...
Sep 3, 1998 12:00 pm
1125
... This is basicly some SQL clue... SELECT * FROM database limit offset,count; for exemple for the first 10 : select * from database limit 10; for the next 10...
Xavier Beaudouin
kiwi@...
Sep 3, 1998 1:45 pm
1126
What do I have to do to make php3 work with roxen? Or where can I find info on this topic? //Ben -- http://surf.to/anTiX...
Ben Jorgensen
ben@...
Sep 3, 1998 2:50 pm
1127
... I assume these are your new tests, which seem to work. ... But it seems it doesn't look at the result of the above tests. If the test had worked, it...
Henrik Grubbström
grubba@...
Sep 4, 1998 12:42 am
1128
We have installed Roxen Challenger 1.2 on a Linux 5.x box. I set up a virtual server and loaded modules for the gtext and counter tags as well as others,...
Jeff Olson
jsolson@...
Sep 4, 1998 4:10 pm
1129
... This sounds like you're missing the Main RXML parser module. ... This is the first I've heard of such an article. If you find it, please inform me. ... In...
Henrik Grubbström
grubba@...
Sep 4, 1998 4:37 pm
1130
Hi, I'd like to replace our squid (I don't get the right Logfiles for analyzing them with referer header :) therefore I look out for a solution with roxen. The...
Hanno Wagner
wagner@...
Sep 7, 1998 9:11 am
1131
Hi, I search a Web-Counter for Roxen for WebSites and statistic for a multi horst system. Thank Sellner...
Stephan Sellner
roxen@...
Sep 7, 1998 5:46 pm
1132
... What? I don't undestand what you mean. Later, Scorpion http://schoolblows.ml.org http://free.prohosting.com/~getbent "I think myself that we have more...
Scorpion
scorpion@...
Sep 7, 1998 9:04 pm
1133
I used to use Roxen for testing on my own machine (PPP), but I switched distributions and installed Apache. Now I'm back to RedHat and reinstalled Roxen. I...
Scorpion
scorpion@...
Sep 7, 1998 11:17 pm
1134
... Hmm, Roxen is supposed to compile on almost anything that resembles UNIX, and has a C-compiler. Which distribution was it? ... Depends on what the error...
Henrik Grubbström
grubba@...
Sep 7, 1998 11:54 pm
1135
Stephan, With apologies for the ignorant response from scorpian@... (what an appropriate address), you have a couple of options for counters and ...
Matthew Brookes
matt@...
Sep 8, 1998 11:25 am
1136
I'll add an additional option to Matt's list: Jawst which is a pike based logfile analyzer that does some nifty graphics, and is available from ...
Bill Welliver
hww3@...
Sep 8, 1998 1:20 pm
1137
Hi all, Some people have mentioned that the addfrontpage.pike script didn't come over email properly, I have included it here again for everyone. If you have...
Mike Knott
mknott@...
Sep 9, 1998 9:31 pm
1138
... and there is another one: the logfiles should rotate every month (logfile format: Log.%m.%y). during the last rotation time (Sep 1th, 0:0:0) there was a...
Kai Garlipp
garlipp@...
Sep 10, 1998 9:40 am
1139
Hi, we wanted to disallow a certain machine from some pages with this .htaccess file, but it failed, this maschine could still access the pages. We also tried...
Kai Garlipp
garlipp@...
Sep 10, 1998 11:38 am
1140
... This is what the above file does: 1) Denies access from the host above. 2) Allows access from everything, including the host. Use "order allow,deny"...
David Hedbor
david@...
Sep 10, 1998 9:58 pm
1141
I compiled roxen fine on linux 2.1.121.... when i try to configure it, it will reset the connection on certain stuff (like restart the server, delete a server,...