davidfrankie
Sat, 21 Jun 2008 17:38:14 -0700
>Sat Jun 21 2008 11:25:36 AM EDT from [EMAIL PROTECTED] > > > >df, have a look at > > http://www.citadel.org/doku.php/faq:installation:apacheproxy > > > >Dothebart > >This document did nt answer my questions and it is not clear about what I >have to have to push a button & send a mail. I read one document about buying >a router to hack & you don't need a computer at all any more. I'm not sure >how that allpies to sending mail. I read another that says I can becom my own >ip in my cul du sac w/ a wireless router. A guy suggesred that if I have a >router, I will be able to send mail ect. That seems not accurate. > >I am confused about how to send an email on a dynamic ip w/o being treated >like a villian and none of the document are telling me these things. Each >assumes I know. Each specialises in seperate areas & fails to connect the >dots. ~ Basically I need help understanding what I need to buy to send mail >via Citadel from my computer, get rid of free mail & end this night mare. > >Ideas sir ? > >Also there was no /usr/share/apache/htdocs file so I installed apache & >there was still not this file so I created it. > >Result: >NameVirtualHost *:80 ># ># VirtualHost example: ># Almost any Apache directive may go into a VirtualHost container. ># The first VirtualHost section is used for requests without a known ># server name. ># ><VirtualHost *:80> > DocumentRoot /usr/local/apache/htdocs > ServerName www.davidfrankiedistribution.com ></VirtualHost> > ><VirtualHost *:80> > ServerName mail.davidfrankiedistribution.com > ProxyPass / http://127.0.0.1:2000/ > ProxyPassReverse / http://127.0.0.1:2000/ ></VirtualHost> >Will this work ? & will this work if I created the file from scratch ? >Steve