Re: cold fusion 4.5 on Debian

2002-03-22 Thread Packy Anderson

Thedore Knab [[EMAIL PROTECTED]] writes:
> Are there any other simple packages that I might recommend as a dummy
> proof alternative ?

Other people have answered the ColdFusion/Debian part, so I'll put in my
two bits on this part.

I've done development with CF and I find it somewhat similar to PHP.  The
quick answer I give to most folks is that PHP is like embedding C or Perl
in a web page, where ColdFusion is like embedding COBOL in a web page.
There are some things that CF is very good at: I'd like to lift its CFQUERY
and CFOUTPUT tags and plop them down in PHP--they make doing a database
query and using it to generate an HTML page a piece of cake.  It's regular
expression support, however, is inferior to PHP's, which has a bunch of
functions that essentially implement Perl's regexp engine.

I'd say ColdFusion is a bit easier for beginners, since it keeps the HTML
tag-based paradigm, but personally I'd choose PHP.

-packy

--
Packy Anderson  [EMAIL PROTECTED]

  "But then again, you can't be convicted for driving under the influence
   of a Hershey bar.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: woody's sendmail on potato

2002-02-04 Thread Packy Anderson
Davi Leal writes:
> Is it safe using the woody's sendmail (sendmail 8.12.1-5) on a potato 
> distribution?. Note that the host is a server on production.

I'm running 8.12.1, but I did a compile from the source tarball.  I try to
stay on top of the latest sendmail, and I don't like having to wait for
soemone to make up a deb of it.

> Not sure but it's safe to use Postfix, so why not use that?

Let's not get into religious arguments, since that's not the question
asked.  He's got a running sendmail config; upgrading to a new version is
less work than converting to a different mail system.

-packy

====
Packy AndersonDardan Web Assoc. 518/266-1226
CEO/Webmaster PO Box 94   www.dardan.com
[EMAIL PROTECTED]  Troy, NY 12181-0094
 O-
 Small Business Websites Since 1995.




Re: woody's sendmail on potato

2002-02-04 Thread Packy Anderson

Davi Leal writes:
> Is it safe using the woody's sendmail (sendmail 8.12.1-5) on a potato 
> distribution?. Note that the host is a server on production.

I'm running 8.12.1, but I did a compile from the source tarball.  I try to
stay on top of the latest sendmail, and I don't like having to wait for
soemone to make up a deb of it.

> Not sure but it's safe to use Postfix, so why not use that?

Let's not get into religious arguments, since that's not the question
asked.  He's got a running sendmail config; upgrading to a new version is
less work than converting to a different mail system.

-packy

====
Packy AndersonDardan Web Assoc. 518/266-1226
CEO/Webmaster PO Box 94   www.dardan.com
[EMAIL PROTECTED]  Troy, NY 12181-0094
 O-
 Small Business Websites Since 1995.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: HTTP Proxy

2001-11-21 Thread Packy Anderson
Apache makes a great proxy server.  All you have to do is enable it as such
in the config files:

#
#Order deny,allow
#Deny from all
#Allow from .your_domain.com
#

-packy

--
Packy Anderson  [EMAIL PROTECTED]

I went to see an old friend who was soon to pass away.
He said, "My life has been so good to me.  Now I still got one more day."
Now he said that as he watched the morning sun and then he smiled my way.
Because he said that every morning, he lived his life that way.




Re: HTTP Proxy

2001-11-21 Thread Packy Anderson

Apache makes a great proxy server.  All you have to do is enable it as such
in the config files:

#
#Order deny,allow
#Deny from all
#Allow from .your_domain.com
#

-packy

--
Packy Anderson  [EMAIL PROTECTED]

I went to see an old friend who was soon to pass away.
He said, "My life has been so good to me.  Now I still got one more day."
Now he said that as he watched the morning sun and then he smiled my way.
Because he said that every morning, he lived his life that way.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Mailing Lists, Deux

2001-11-08 Thread Packy Anderson
Ok, the last mailing list question prompted me to ask a mailing list
question myself.

Here's my setup--I've got Mailman managing a bunch of lists for an
organization, and we have several lists set up to cascade to each other in
the following fashion:

Regional List --> Statewide List --> Chapter List
  +-> Statewide List --> Chapter List
 +-> Chapter List

Now, most individuals don't subscribe to the Regional or Statewide lists,
they subscribe to their Chapter's list.  However, when someone wants to
make a Region-wide announcement, they post it to the Region list.  Since
they're not usually a member of the region list, the message sits until I
approve it.  After that, however, comes the part I'd like to change: the
message cascades down into the statewide lists, where it sits until someone
approves it, and then it goes down to the chapter lists, where it sits
until the moderators of THOSE approve it.

What I'd like to do is have a message from the Region wide list
automagically pass through the subordinate lists, without requiring
everybody to be on every list (thus defeating the purpose of this list
structure).  I've thought about making posts to the various lists appear to
come from the list itself (since then I could add the parent list as an
authorized poster for it's child), but I like the idea of having the mail
appear to come from the person originating the message.

Any thoughts or suggestions are welcome.  Thanks in advance!

-packy

--
Packy Anderson  [EMAIL PROTECTED]

At dinner yesterday, I tried to cut myself a slice of prime rib, but it
was only divisible by itself and one.