r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Web] Everything web development related

shadwolf
19-Feb-2005
[449x5]
no need to go to registry base to setup it
as in linux you have a http.conf file to edit
you need to set some little  options and that's all folks
you have a tool named apache monitor to start apache serv and to 
stop it or restart it :)
httpd.conf
Tim
19-Feb-2005
[454x2]
There would be no collaboration on this machine between rebol programmers. 
Two programmers, one using rebol and python (me), the other using 
perl. And of course we are using the same setup, because all scripts 
are being uploaded to any of a number of linux or sun system servers, 
all of which use the same convention: #!/usr/bin/[interpreter]. I 
fully understand Sunanda's approach, but in the case of rebol.org, 
there are many programmers working from multiple machines in multiple 
OSs. I think the the c:\usr\bin approach will work fine for our humble 
endeavor.
Having said that, I want to eventually study Sunanda's approach more, 
because I want to eventually set up a rebol-based system for uploading 
that will handle she-bangs *and* dependencies.

BTW: Rebol.org seems to be progressing very well. If progress continues, 
I envision something as sophisticated (and hopefully easier to use) 
as CPAN. Keep up the good work.
Sunanda
20-Feb-2005
[456]
Tim: A general purpose uploader would be very useful.

I'll drop you some notes privately on some ideas for what it should/could 
do.
Tim
21-Feb-2005
[457]
Sunanda: I quote you from another forum: Tim: A general purpose uploader 
would be very useful. I'll drop you some notes privately on some 
ideas for what it should/could do.....Looking forward to it! My idea 
is of a cgi upload script that for any cgi script, first checks a 
web site and compares timedate stamps, checking to make sure that 
dependencies are current and if not, makes them also available for 
upload. BTW: Some time ago on the rebol ML,

there was reference to an enhanced FTP module. Does that ring a bell? 
<grin> or was that you?
Sunanda
22-Feb-2005
[458]
I think that was probbaly Romano and his FTP patches:

http://www.rebol.org/cgi-bin/cgiwrap/rebol/ml-display-thread.r?m=rmlDKCQ


I'm convinved that an FTP program alone isn't enough.  You need an 
intelligent program at at each of the pipe......Sounds like you are 
thinking the same way.
Volker
22-Feb-2005
[459]
i use two mirror-directories. one is a full mirror of the website. 
in the second fresh uplods are stored. i put them there by comparing 
the upload-files with the ones in the full mirror. then i scp to 
the website.
Tim
22-Feb-2005
[460]
Sunanda - Thanks. I think that is what  I was looking for allright.
Anton
25-Feb-2005
[461]
Does anyone have an idea how one can get the timezone a particular 
server is on (in an automated way) ? eg. What timezone is www.lexicon.net 
in ?
Graham
25-Feb-2005
[462x2]
I suspect you will have to look up the ip address in an ip map and 
guess from there
that web site reports the time in GMT
Anton
25-Feb-2005
[464]
by what method ?
Graham
25-Feb-2005
[465]
opening it
Anton
25-Feb-2005
[466x4]
Ah, you are right:
>> port/locals/headers/date
== "Fri, 25 Feb 2005 05:45:11 GMT"
thanks. I wonder how standard this behaviour is... let's see...
looking good so far, must do more tests..
The reason I wanted to know was because I'd like exists-thru? to 
be able to calculate the age of a remote document, so it can compare 
with the locally cached version.
Graham
25-Feb-2005
[470x2]
isn't there an http statement for that?
head ?
Tomc
25-Feb-2005
[472]
http://www.rebol.org/library/scripts-download/http-head.r
Graham
25-Feb-2005
[473]
ahh.. the author jumps in :)
Anton
25-Feb-2005
[474]
Very good. It's short too.
Graham
25-Feb-2005
[475x2]
how does 'info? work .. a similar way?
'http-head should probably parse out the port for the web server 
and if  it is not there, only then default to 80
Tomc
25-Feb-2005
[477x2]
yes it should
I'll update it
Graham
25-Feb-2005
[479]
oh well, an exercise for the gentle reader
Tomc
25-Feb-2005
[480]
precious few of those around
Graham
25-Feb-2005
[481]
readers??
Tomc
25-Feb-2005
[482]
gentle readers anyway
Graham
25-Feb-2005
[483]
we're a pretty tame lot here ... good job Terry is around to wake 
us up now and then
Tomc
25-Feb-2005
[484]
updated
Terry
25-Feb-2005
[485x2]
OUTLINE OF SCAPEGOATING PSYCHO-DYNAMICS

In scapegoating, feelings of guilt, aggression, blame and suffering 
are transferred away from a person or group so as to fulfill an unconscious 
drive to resolve or avoid such bad feelings. This is done by the 
displacement of responsibility and blame to another who serves as 
a target for blame both for the scapegoater and his supporters. The 
scapegoating process can be understood as an example of the Drama 
Triangle concept [Karpman, 1968].
http://www.scapegoat.demon.co.uk/
Wake up ;)
BrianW
25-Feb-2005
[487]
I really like the bit in the middle where they discuss the merits 
and flaws of JavaScript versus CSS for site interactivity.
Graham
25-Feb-2005
[488]
Yeah, Terry is responsible to the delays at RT
Terry
25-Feb-2005
[489x2]
The Story of Andrés Escobar
http://en.wikipedia.org/wiki/Andr%E9s_Escobar
(or Did Bill Buckner Lose the 1986 World Series)
Robert
25-Feb-2005
[491]
What's the best web log analyzer to use? I have tried: wusage (well, 
it works but I'm not that happy with hit), webalizer (quite OK), 
analog (quite OK). But I haven't found the silver bullet yet.
Geomol
25-Feb-2005
[492x2]
(I hope this is the right group to post this in.)

I have a problem, when reading a file on another computer thru a 
shared drive. I'm sitting on a Windows client, and the file is on 
a UNIX server. First time I read the file, it's ok. Then if the file 
is updated on the UNIX server, I still get the old version on the 
client.

I've tried the read-thru/update command, but it doesn't solve the 
problem. Maybe read-thru/update doesn't work with shared drives? 
My code looks like this:

read-thru/update %/u/adv71-20/data/invoice.txt

Any ideas?

(It's possible to distribute a sync from the server to the client, 
and then I'll get the new version of the file. But I'll like to be 
able to get the new version from the client.)
It seems, my problem is only with Win98. Even a normal read works 
on Win2000 and WinXP.
And then you tell me: DON'T use Win98, right? ;-)
DideC
25-Feb-2005
[494]
yes ;-)
yeksoon
25-Feb-2005
[495]
Robert, we use AWStats.
http://awstats.sourceforge.net/


what are the things that you are looking for that does not exists 
in the pkgs you have mentioned.
Robert
25-Feb-2005
[496]
I want a report to give me a good overview about the year, current 
month etc. AWStats looks good in this. I like the visits and sample 
trials reports of wusage. Shows how people browse your site.


Clicks-to-result must be as low as possible. Simple to install, configure 
and use.
Tomc
25-Feb-2005
[497]
I also use AWStats  has been fine for my purposes
Anton
26-Feb-2005
[498]
Geomol, READ-THRU is mainly for urls. READ-THRU file   operates almost 
just like  READ file. Anyway, I recommend just use READ, if you want 
the latest contents.  If it is true what you say, then it looks like 
there is some caching by Win98 or the driver for the shared drive. 
(So, outside rebol's control). However, perhaps you could force a 
sync by "touching" the file you are interested in reading first. 
By "touching" I mean use set-modes to change one of the file-modes, 
eg: