This is a multi-part message in MIME format.
------=_NextPart_000_0295_01C01758.545BFF10
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Apache Isn't Playing Nice with ColdFusion...Apache is a console application,
and since Win95/98 don't really support services, you are stuck with what
you have. The "dirty startup" problem is not a real problem. Just put it
in your start menu and go. I put the LoadModule command for CF, right after
the last LoadModule command in the httpd.conf file. If your images and
style sheet directories are not below your htdocs root, you will need to
establish a directoryalias for them in order for Apache to know where to
serve them from. Apache is perfectly suited for development/testing on
Win95/98. I have used it in production on WinNT 4.0 with no problems. You
just have to realize that its heritage is Unix, so it has some
characteristics that may appear to be a bit quirky to a Windoze user.
DC
-----Original Message-----
From: Kuehn, Matthew [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 05, 2000 16:23
To: '[EMAIL PROTECTED]'
Subject: Apache Isn't Playing Nice with ColdFusion...
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C01755.9FA441D8
Content-Type: text/plain;
charset="iso-8859-1"
Hello!
I installed Apache 1.3.12 on my machine last night, and I got it running
with the following problems. Any help on any of these points would be
greatly appreciated. Win98/C533/64MB/CF4.5 config. TIA!
1) I can't get Apache to run automatically or as a service in the
background
like PWS used to.
Right now, I've got a shortcut to apache.exe in my startup group with
ColdFusion server. Yes, it seems like a huge hack to me, too. So, at
startup, I get a DOS-looking window that says something like "Apache
running...", and indeed it is. But, the DOS window can't be closed without
killing Apache, and even when I try to shut down, I have to Alt-F4 the
window and say yes to the "are you sure" dialog. Then, next time I start
Apache, I get a little message in the DOS window about Apache being
started
after it was closed inappropriately last time. Using Start > Programs >
Apache > Stop Apache gives me an error if the Apache DOS window is still
open. Trying to install Apache as a service gives me some error in a DOS
window that closes too quickly for me to read what it says. I just want
Apache to run in the background with no help from me after I get it set up
the first time. In other words, I want it to run "hidden" like PWS did.
(Although it does seem to run faster, which was the reason for the
"upgrade".)
2) The /images and /stylesheets directories aren't working, unless...
If I open up IE and hit my site, no images appear, and the page is
rendered
without stylesheets, but is otherwise completely functional (queries run,
CFML is parsed, etc.). So, I can go through and use the site without
images
or stylesheets, which is very annoying. But, if I hit Back or use
history.back();, *the page appears like it is supposed to, complete with
images and stylesheets*! Consecutive visits to the same page exhibit the
problems above, but again, using Back or history.back(); will "fix" it.
That's pretty strange. Yes, the directories are properly mapped in CF
Admin.
All of the other dir mappings work correctly. Perhaps I need to add the
.jpg/.gif/.css file types to httpd.conf? Code, anyone?
3) Where in httpd.conf is the LoadModule coldfusion_module
modules/ApacheModuleColdFusion.dll line supposed to go?
At home last night, I stuck it on a new line at the very end of section 1,
after "#ExtendedStatus On" because I didn't see that it was already there,
but commented out. Could this be causing the problem listed above? I'll
fix
that straightaway when I get home and see, although I'm sure I'll have the
answer from you guys before then. :-)
4) Any other Apache/Win32/ColdFusion tips?
If you have any tips or can point me to some on-line resources for these
particular problems, I'd really appreciate it. Reply OTL if you feel it is
appropriate.
Thanks again,
Matthew
------_=_NextPart_001_01C01755.9FA441D8
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12">
<TITLE>Apache Isn't Playing Nice with ColdFusion...</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=3D2>Hello!</FONT>
</P>
<P><FONT SIZE=3D2>I installed Apache 1.3.12 on my machine last night, =
and I got it running with the following problems. Any help on any of =
these points would be greatly appreciated. Win98/C533/64MB/CF4.5 =
config. TIA!</FONT></P>
<P><FONT SIZE=3D2>1) I can't get Apache to run automatically or as a =
service in the background</FONT>
<BR><FONT SIZE=3D2> like PWS used to.</FONT>
</P>
<P><FONT SIZE=3D2>Right now, I've got a shortcut to apache.exe in my =
startup group with ColdFusion server. Yes, it seems like a huge hack to =
me, too. So, at startup, I get a DOS-looking window that says something =
like "Apache running...", and indeed it is. But, the DOS =
window can't be closed without killing Apache, and even when I try to =
shut down, I have to Alt-F4 the window and say yes to the "are you =
sure" dialog. Then, next time I start Apache, I get a little =
message in the DOS window about Apache being started after it was =
closed inappropriately last time. Using Start > Programs > Apache =
> Stop Apache gives me an error if the Apache DOS window is still =
open. Trying to install Apache as a service gives me some error in a =
DOS window that closes too quickly for me to read what it says. I just =
want Apache to run in the background with no help from me after I get =
it set up the first time. In other words, I want it to run =
"hidden" like PWS did. (Although it does seem to run faster, =
which was the reason for the "upgrade".)</FONT></P>
<P><FONT SIZE=3D2>2) The /images and /stylesheets directories aren't =
working, unless...</FONT>
</P>
<P><FONT SIZE=3D2>If I open up IE and hit my site, no images appear, =
and the page is rendered without stylesheets, but is otherwise =
completely functional (queries run, CFML is parsed, etc.). So, I can go =
through and use the site without images or stylesheets, which is very =
annoying. But, if I hit Back or use history.back();, *the page appears =
like it is supposed to, complete with images and stylesheets*! =
Consecutive visits to the same page exhibit the problems above, but =
again, using Back or history.back(); will "fix" it. That's =
pretty strange. Yes, the directories are properly mapped in CF Admin. =
All of the other dir mappings work correctly. Perhaps I need to add the =
.jpg/.gif/.css file types to httpd.conf? Code, anyone?</FONT></P>
<P><FONT SIZE=3D2>3) Where in httpd.conf is the LoadModule =
coldfusion_module</FONT>
<BR><FONT SIZE=3D2> modules/ApacheModuleColdFusion.dll line =
supposed to go?</FONT>
</P>
<P><FONT SIZE=3D2>At home last night, I stuck it on a new line at the =
very end of section 1, after "#ExtendedStatus On" because I =
didn't see that it was already there, but commented out. Could this be =
causing the problem listed above? I'll fix that straightaway when I get =
home and see, although I'm sure I'll have the answer from you guys =
before then. :-)</FONT></P>
<P><FONT SIZE=3D2>4) Any other Apache/Win32/ColdFusion tips?</FONT>
</P>
<P><FONT SIZE=3D2>If you have any tips or can point me to some on-line =
resources for these particular problems, I'd really appreciate it. =
Reply OTL if you feel it is appropriate.</FONT></P>
<P><FONT SIZE=3D2>Thanks again,</FONT>
<BR><FONT SIZE=3D2>Matthew</FONT>
</P>
</BODY>
</HTML>
------_=_NextPart_001_01C01755.9FA441D8--
--------------------------------------------------------------------------
----
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------=_NextPart_000_0295_01C01758.545BFF10
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Apache Isn't Playing Nice with ColdFusion...</TITLE>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.3018.900" name=3DGENERATOR></HEAD>
<BODY>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN =
class=3D421033916-05092000>Apache=20
is a console application, and since Win95/98 don't really support =
services, you=20
are stuck with what you have. The "dirty startup" problem is not a =
real=20
problem. Just put it in your start menu and go. I put the =
LoadModule=20
command for CF, right after the last LoadModule command in the =
httpd.conf=20
file. If your images and style sheet directories are not below =
your htdocs=20
root, you will need to establish a directoryalias for them in order for =
Apache=20
to know where to serve them from. Apache is perfectly suited for=20
development/testing on Win95/98. I have used it in production on =
WinNT 4.0=20
with no problems. You just have to realize that its heritage is =
Unix, so=20
it has some characteristics that may appear to be a bit quirky to a =
Windoze=20
user.</SPAN></FONT></DIV>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
class=3D421033916-05092000></SPAN></FONT> </DIV>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
class=3D421033916-05092000>DC</SPAN></FONT></DIV>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
class=3D421033916-05092000></SPAN></FONT> </DIV>
<BLOCKQUOTE style=3D"MARGIN-RIGHT: 0px">
<DIV align=3Dleft class=3DOutlookMessageHeader dir=3Dltr><FONT =
face=3DTahoma=20
size=3D2>-----Original Message-----<BR><B>From:</B> Kuehn, Matthew=20
[mailto:[EMAIL PROTECTED]]<BR><B>Sent:</B> Tuesday, September =
05, 2000=20
16:23<BR><B>To:</B> '[EMAIL PROTECTED]'<BR><B>Subject:</B> =
Apache=20
Isn't Playing Nice with ColdFusion...<BR><BR></DIV></FONT>
<P><FONT size=3D2>This message is in MIME format. Since your mail =
reader does=20
not understand</FONT> <BR><FONT size=3D2>this format, some or all of =
this=20
message may not be legible.</FONT> </P>
<P><FONT size=3D2>------_=3D_NextPart_001_01C01755.9FA441D8</FONT> =
<BR><FONT=20
size=3D2>Content-Type: text/plain;</FONT>=20
<BR> <FONT=20
size=3D2>charset=3D"iso-8859-1"</FONT> </P>
<P><FONT size=3D2>Hello!</FONT> </P>
<P><FONT size=3D2>I installed Apache 1.3.12 on my machine last night, =
and I got=20
it running</FONT> <BR><FONT size=3D2>with the following problems. Any =
help on=20
any of these points would be</FONT> <BR><FONT size=3D2>greatly =
appreciated.=20
Win98/C533/64MB/CF4.5 config. TIA!</FONT> </P>
<P><FONT size=3D2>1) I can't get Apache to run automatically or as a =
service in=20
the background</FONT> <BR><FONT size=3D2> like PWS used =
to.</FONT>=20
</P>
<P><FONT size=3D2>Right now, I've got a shortcut to apache.exe in my =
startup=20
group with</FONT> <BR><FONT size=3D2>ColdFusion server. Yes, it seems =
like a=20
huge hack to me, too. So, at</FONT> <BR><FONT size=3D2>startup, I get =
a=20
DOS-looking window that says something like "Apache</FONT> <BR><FONT=20
size=3D2>running...", and indeed it is. But, the DOS window can't be =
closed=20
without</FONT> <BR><FONT size=3D2>killing Apache, and even when I try =
to shut=20
down, I have to Alt-F4 the</FONT> <BR><FONT size=3D2>window and say =
yes to the=20
"are you sure" dialog. Then, next time I start</FONT> <BR><FONT =
size=3D2>Apache,=20
I get a little message in the DOS window about Apache being =
started</FONT>=20
<BR><FONT size=3D2>after it was closed inappropriately last time. =
Using Start=20
> Programs ></FONT> <BR><FONT size=3D2>Apache > Stop Apache =
gives me an=20
error if the Apache DOS window is still</FONT> <BR><FONT =
size=3D2>open. Trying=20
to install Apache as a service gives me some error in a DOS</FONT> =
<BR><FONT=20
size=3D2>window that closes too quickly for me to read what it says. I =
just=20
want</FONT> <BR><FONT size=3D2>Apache to run in the background with no =
help from=20
me after I get it set up</FONT> <BR><FONT size=3D2>the first time. In =
other=20
words, I want it to run "hidden" like PWS did.</FONT> <BR><FONT=20
size=3D2>(Although it does seem to run faster, which was the reason =
for=20
the</FONT> <BR><FONT size=3D2>"upgrade".)</FONT> </P>
<P><FONT size=3D2>2) The /images and /stylesheets directories aren't =
working,=20
unless...</FONT> </P>
<P><FONT size=3D2>If I open up IE and hit my site, no images appear, =
and the=20
page is rendered</FONT> <BR><FONT size=3D2>without stylesheets, but is =
otherwise=20
completely functional (queries run,</FONT> <BR><FONT size=3D2>CFML is =
parsed,=20
etc.). So, I can go through and use the site without images</FONT> =
<BR><FONT=20
size=3D2>or stylesheets, which is very annoying. But, if I hit Back or =
use</FONT> <BR><FONT size=3D2>history.back();, *the page appears like =
it is=20
supposed to, complete with</FONT> <BR><FONT size=3D2>images and =
stylesheets*!=20
Consecutive visits to the same page exhibit the</FONT> <BR><FONT=20
size=3D2>problems above, but again, using Back or history.back(); will =
"fix"=20
it.</FONT> <BR><FONT size=3D2>That's pretty strange. Yes, the =
directories are=20
properly mapped in CF Admin.</FONT> <BR><FONT size=3D2>All of the =
other dir=20
mappings work correctly. Perhaps I need to add the</FONT> <BR><FONT=20
size=3D2>.jpg/.gif/.css file types to httpd.conf? Code, anyone?</FONT> =
</P>
<P><FONT size=3D2>3) Where in httpd.conf is the LoadModule=20
coldfusion_module</FONT> <BR><FONT size=3D2> =20
modules/ApacheModuleColdFusion.dll line supposed to go?</FONT> </P>
<P><FONT size=3D2>At home last night, I stuck it on a new line at the =
very end=20
of section 1,</FONT> <BR><FONT size=3D2>after "#ExtendedStatus On" =
because I=20
didn't see that it was already there,</FONT> <BR><FONT size=3D2>but =
commented=20
out. Could this be causing the problem listed above? I'll fix</FONT> =
<BR><FONT=20
size=3D2>that straightaway when I get home and see, although I'm sure =
I'll have=20
the</FONT> <BR><FONT size=3D2>answer from you guys before then. =
:-)</FONT> </P>
<P><FONT size=3D2>4) Any other Apache/Win32/ColdFusion tips?</FONT> =
</P>
<P><FONT size=3D2>If you have any tips or can point me to some on-line =
resources=20
for these</FONT> <BR><FONT size=3D2>particular problems, I'd really =
appreciate=20
it. Reply OTL if you feel it is</FONT> <BR><FONT =
size=3D2>appropriate.</FONT>=20
</P>
<P><FONT size=3D2>Thanks again,</FONT> <BR><FONT =
size=3D2>Matthew</FONT> </P>
<P><FONT size=3D2>------_=3D_NextPart_001_01C01755.9FA441D8</FONT> =
<BR><FONT=20
size=3D2>Content-Type: text/html;</FONT>=20
<BR> <FONT=20
size=3D2>charset=3D"iso-8859-1"</FONT> <BR><FONT =
size=3D2>Content-Transfer-Encoding:=20
quoted-printable</FONT> </P>
<P><FONT size=3D2><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML =
3.2//EN"></FONT>=20
<BR><FONT size=3D2><HTML></FONT> <BR><FONT =
size=3D2><HEAD></FONT>=20
<BR><FONT size=3D2><META HTTP-EQUIV=3D3D"Content-Type" =
CONTENT=3D3D"text/html;=20
=3D</FONT> <BR><FONT size=3D2>charset=3D3Diso-8859-1"></FONT> =
<BR><FONT=20
size=3D2><META NAME=3D3D"Generator" CONTENT=3D3D"MS Exchange Server =
version=20
=3D</FONT> <BR><FONT size=3D2>5.5.2650.12"></FONT> <BR><FONT=20
size=3D2><TITLE>Apache Isn't Playing Nice with=20
ColdFusion...</TITLE></FONT> <BR><FONT =
size=3D2></HEAD></FONT>=20
<BR><FONT size=3D2><BODY></FONT> </P>
<P><FONT size=3D2><P><FONT =
SIZE=3D3D2>Hello!</FONT></FONT>=20
<BR><FONT size=3D2></P></FONT> </P>
<P><FONT size=3D2><P><FONT SIZE=3D3D2>I installed Apache =
1.3.12 on my=20
machine last night, =3D</FONT> <BR><FONT size=3D2>and I got it running =
with the=20
following problems. Any help on any of =3D</FONT> <BR><FONT =
size=3D2>these points=20
would be greatly appreciated. Win98/C533/64MB/CF4.5 =3D</FONT> =
<BR><FONT=20
size=3D2>config. TIA!</FONT></P></FONT> </P>
<P><FONT size=3D2><P><FONT SIZE=3D3D2>1) I can't get =
Apache to run=20
automatically or as a =3D</FONT> <BR><FONT size=3D2>service in the=20
background</FONT></FONT> <BR><FONT size=3D2><BR><FONT=20
SIZE=3D3D2>&nbsp;&nbsp; like PWS used =
to.</FONT></FONT>=20
<BR><FONT size=3D2></P></FONT> </P>
<P><FONT size=3D2><P><FONT SIZE=3D3D2>Right now, I've got =
a shortcut=20
to apache.exe in my =3D</FONT> <BR><FONT size=3D2>startup group with =
ColdFusion=20
server. Yes, it seems like a huge hack to =3D</FONT> <BR><FONT =
size=3D2>me, too.=20
So, at startup, I get a DOS-looking window that says something =
=3D</FONT>=20
<BR><FONT size=3D2>like &quot;Apache running...&quot;, and =
indeed it is.=20
But, the DOS =3D</FONT> <BR><FONT size=3D2>window can't be closed =
without killing=20
Apache, and even when I try to =3D</FONT> <BR><FONT size=3D2>shut =
down, I have to=20
Alt-F4 the window and say yes to the &quot;are you =3D</FONT> =
<BR><FONT=20
size=3D2>sure&quot; dialog. Then, next time I start Apache, I get =
a little=20
=3D</FONT> <BR><FONT size=3D2>message in the DOS window about Apache =
being started=20
after it was =3D</FONT> <BR><FONT size=3D2>closed inappropriately last =
time. Using=20
Start &gt; Programs &gt; Apache =3D</FONT> <BR><FONT =
size=3D2>&gt;=20
Stop Apache gives me an error if the Apache DOS window is still =
=3D</FONT>=20
<BR><FONT size=3D2>open. Trying to install Apache as a service gives =
me some=20
error in a =3D</FONT> <BR><FONT size=3D2>DOS window that closes too =
quickly for me=20
to read what it says. I just =3D</FONT> <BR><FONT size=3D2>want Apache =
to run in=20
the background with no help from me after I get =3D</FONT> <BR><FONT =
size=3D2>it=20
set up the first time. In other words, I want it to run =3D</FONT> =
<BR><FONT=20
size=3D2>&quot;hidden&quot; like PWS did. (Although it does =
seem to run=20
faster, =3D</FONT> <BR><FONT size=3D2>which was the reason for the=20
&quot;upgrade&quot;.)</FONT></P></FONT> </P>
<P><FONT size=3D2><P><FONT SIZE=3D3D2>2) The /images and =
/stylesheets=20
directories aren't =3D</FONT> <BR><FONT size=3D2>working,=20
unless...</FONT></FONT> <BR><FONT size=3D2></P></FONT> =
</P>
<P><FONT size=3D2><P><FONT SIZE=3D3D2>If I open up IE and =
hit my site,=20
no images appear, =3D</FONT> <BR><FONT size=3D2>and the page is =
rendered without=20
stylesheets, but is otherwise =3D</FONT> <BR><FONT size=3D2>completely =
functional=20
(queries run, CFML is parsed, etc.). So, I can go =3D</FONT> <BR><FONT =
size=3D2>through and use the site without images or stylesheets, which =
is very=20
=3D</FONT> <BR><FONT size=3D2>annoying. But, if I hit Back or use =
history.back();,=20
*the page appears =3D</FONT> <BR><FONT size=3D2>like it is supposed =
to, complete=20
with images and stylesheets*! =3D</FONT> <BR><FONT =
size=3D2>Consecutive visits to=20
the same page exhibit the problems above, but =3D</FONT> <BR><FONT =
size=3D2>again,=20
using Back or history.back(); will &quot;fix&quot; it. That's =
=3D</FONT>=20
<BR><FONT size=3D2>pretty strange. Yes, the directories are properly =
mapped in=20
CF Admin. =3D</FONT> <BR><FONT size=3D2>All of the other dir mappings =
work=20
correctly. Perhaps I need to add the =3D</FONT> <BR><FONT =
size=3D2>.jpg/.gif/.css=20
file types to httpd.conf? Code, anyone?</FONT></P></FONT> =
</P>
<P><FONT size=3D2><P><FONT SIZE=3D3D2>3) Where in =
httpd.conf is the=20
LoadModule =3D</FONT> <BR><FONT =
size=3D2>coldfusion_module</FONT></FONT>=20
<BR><FONT size=3D2><BR><FONT =
SIZE=3D3D2>&nbsp;&nbsp;=20
modules/ApacheModuleColdFusion.dll line =3D</FONT> <BR><FONT =
size=3D2>supposed to=20
go?</FONT></FONT> <BR><FONT size=3D2></P></FONT> </P>
<P><FONT size=3D2><P><FONT SIZE=3D3D2>At home last night, =
I stuck it=20
on a new line at the =3D</FONT> <BR><FONT size=3D2>very end of section =
1, after=20
&quot;#ExtendedStatus On&quot; because I =3D</FONT> <BR><FONT=20
size=3D2>didn't see that it was already there, but commented out. =
Could this be=20
=3D</FONT> <BR><FONT size=3D2>causing the problem listed above? I'll =
fix that=20
straightaway when I get =3D</FONT> <BR><FONT size=3D2>home and see, =
although I'm=20
sure I'll have the answer from you guys =3D</FONT> <BR><FONT =
size=3D2>before then.=20
:-)</FONT></P></FONT> </P>
<P><FONT size=3D2><P><FONT SIZE=3D3D2>4) Any other=20
Apache/Win32/ColdFusion tips?</FONT></FONT> <BR><FONT=20
size=3D2></P></FONT> </P>
<P><FONT size=3D2><P><FONT SIZE=3D3D2>If you have any tips =
or can=20
point me to some on-line =3D</FONT> <BR><FONT size=3D2>resources for =
these=20
particular problems, I'd really appreciate it. =3D</FONT> <BR><FONT =
size=3D2>Reply=20
OTL if you feel it is appropriate.</FONT></P></FONT> </P>
<P><FONT size=3D2><P><FONT SIZE=3D3D2>Thanks=20
again,</FONT></FONT> <BR><FONT size=3D2><BR><FONT=20
SIZE=3D3D2>Matthew</FONT></FONT> <BR><FONT =
size=3D2></P></FONT>=20
</P>
<P><FONT size=3D2></BODY></FONT> <BR><FONT =
size=3D2></HTML></FONT>=20
<BR><FONT size=3D2>------_=3D_NextPart_001_01C01755.9FA441D8--</FONT> =
<BR><FONT=20
=
size=3D2>----------------------------------------------------------------=
--------------</FONT>=20
<BR><FONT size=3D2>Archives: <A=20
href=3D"http://www.mail-archive.com/[email protected]/"=20
=
target=3D_blank>http://www.mail-archive.com/[email protected]/</A=
></FONT>=20
<BR><FONT size=3D2>To Unsubscribe visit <A=20
=
href=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3D=
lists/cf_talk"=20
=
target=3D_blank>http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&am=
p;body=3Dlists/cf_talk</A>=20
or send a message to [EMAIL PROTECTED] with =
'unsubscribe' in=20
the body.</FONT></P></BLOCKQUOTE></BODY></HTML>
------=_NextPart_000_0295_01C01758.545BFF10--
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.