Re: how to universally source files
- From: claird@xxxxxxxxx (Cameron Laird)
- Date: Mon, 27 Nov 2006 20:31:18 +0000
In article <1164657676.376673.139480@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
comp.lang.tcl <phillip.s.powell@xxxxxxxxx> wrote:
.
.
.
Yep we have Cox here as our sole cable provider in our area of
Virginia.
Per these links
http://episteme.arstechnica.com/eve/forums/a/tpc/f/469092836/m/5540962155
and
http://support.cox.com/sdccommon/asp/contentredirect.asp?sprt_cid=643ad749-1a58-4824-9d1c-8cd5579e132a
Port 80 is blocked (I used to have Apache on my machine and pointed it
to port 8080, until that got blocked and then to 8081, until my machine
caught some nasty viruses and I had to uninstall Apache altogether.
Basically you could, in theory, use a different port, but Cox makes it
clear that you're not supposed to and will make sure, in the long run,
that you don't (again, port 8080 was blocked, so I figured I wasn't
going to have much love trying any other port until I got caught too
many times, and where I live now I do not own the Cox cable Internet
account, so I have no say in what I can and cannot do even moreso now)
I would harbor a guess that it's perfectly safe and legal, and possibly
wise, for Phil to try and run the same web server on his machine locally
as he is running elsewhere. He seems quite befuddled by the differences
between running a script via wish and via a web server.
I would think the difference is that running a script via Wish is to do
TCL-based evaluation on a TCL script whereas running a script via web
server would infer that there is some means of TCL interpretation via
applications that are called by the web server in order to process the
information and spawn an HTML-based browser-packaged return text for
client-based browser processing.
Phil
Thanks for the references. 'Wouldn't occur to me to
discuss this in terms of "legality", but I appreciate
the information.
To me, nothing I've seen says that Cox doesn't want
me running a light-duty Web server. Maybe there are
other terms of service by which you're bound; I
certainly don't want to counsel you to anything
illegal or unethical. If the only restrictions are
the ones you've cited, though, I feel plenty comfortable
setting up an occasional development-level Web server
with Cox, while avoiding 80 and 8080. What does "get
caught" mean?
I don't understand how "nasty viruses" and "uninstall
Apache" relate.
I don't understand the last paragraph above. Conceptual
clarity about use of Wish versus a Tcl interpreter
embedded in a Web server sounds important to me. Your
Web server seems different from mine ("browser-packaged"?).
.
- References:
- how to universally source files
- From: comp.lang.tcl
- Re: how to universally source files
- From: Cameron Laird
- Re: how to universally source files
- From: Bryan Oakley
- Re: how to universally source files
- From: comp.lang.tcl
- how to universally source files
- Prev by Date: Re: TEA 3 -- HOWTO?
- Next by Date: Re: how to universally source files
- Previous by thread: Re: how to universally source files
- Next by thread: Re: how to universally source files
- Index(es):
Relevant Pages
|