Re: Apache,PHP and FreeBSD

2002-11-01 Thread Bryan Cassidy
Well, lol. I didn't think I would get such quick responses from
people. I am checking into everything everyones told me. Thanks for
all the quick info on this. I really appreciate it.

On Fri, 1 Nov 2002 16:45:23 -0800 (PST)
Philip Hallstrom <[EMAIL PROTECTED]> wrote:

> In addition to the other comments, it would be worth your time to browse
> the following sites (some PHP, some general freebsd tutorials that have
> apache/php stuff on them)
> 
> www.freebsddiary.org
> www.zend.com
> www.php.net
> www.phpbuilder.com
> 
> have fun!

---
E-Mail: Bryan Cassidy <[EMAIL PROTECTED]>
Operating System: FreeBSD 4.6.2
Gaim: bsdsys
Yahoo Messenger: bsdsys

Please do not simply Reply-To: Bryan Cassidy
<[EMAIL PROTECTED]> It is OK to Cc: me as long as you send the
Reply back To: the original mailing lists. I have put alot of time in
setting up filters so please don't simply reply to me unless I tell
you to or send you one directly.

 _      
|  ___| __ ___  ___| __ ) ___||  _ \  
| |_ | '__/ _ \/ _ \  _ \___ \| | | |
|  _|| | |  __/  __/ |_) |__) | |_| | 
|_|  |_|  \___|\___|//|/ 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Apache,PHP and FreeBSD

2002-11-01 Thread Lefteris Tsintjelis
Adam Weinberger wrote:
> 
> You may be interested in a really neat port search tool that exists but
> isn't well marketed. check out /usr/ports/Tools/scripts/portsearch and
> its documentation at /usr/ports/Tools/scripts/README.portsearch.

Very nice tools indeed and not just the portsearch one! Thats the kind I
have been looking for. How come they are no references anywhere though?
consistency check for example is a very good one but that's another
topic anyway, thanks.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Apache,PHP and FreeBSD

2002-11-01 Thread Philip Hallstrom
In addition to the other comments, it would be worth your time to browse
the following sites (some PHP, some general freebsd tutorials that have
apache/php stuff on them)

www.freebsddiary.org
www.zend.com
www.php.net
www.phpbuilder.com

have fun!

On Fri, 1 Nov 2002, Bryan Cassidy wrote:

> Hello everyone. I have been messing around with html lately and think its pretty 
>cool. I want to start using PHP with apache and buy my own domain. My question is 
>this: What is a good site to get domains from that has a reasonable amount of space 
>and doesnt cost too much? Does anyone know of any good tutorials online for 
>PHP,Apache and FreeBSD? Of course I will be using this on my freebsd machine so docs 
>or tutorials about this related to freebsd would be nice. I am going to start working 
>on this tomorrow sometime so I would appreciate some info. thanks
>
> ---
> E-Mail: Bryan Cassidy <[EMAIL PROTECTED]>
> Operating System: FreeBSD 4.6.2
> Gaim: bsdsys
> Yahoo Messenger: bsdsys
>
> Please do not simply Reply-To: Bryan Cassidy
> <[EMAIL PROTECTED]> It is OK to Cc: me as long as you send the
> Reply back To: the original mailing lists. I have put alot of time in
> setting up filters so please don't simply reply to me unless I tell
> you to or send you one directly.
>
>_     
>   |  ___| __ ___  ___| __ ) ___||  _ \
>   | |_ | '__/ _ \/ _ \  _ \___ \| | | |
>   |  _|| | |  __/  __/ |_) |__) | |_| |
>   |_|  |_|  \___|\___|//|/
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Apache,PHP and FreeBSD

2002-11-01 Thread Adam Weinberger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

>> (11.01.2002 @ 1539 PST): DaleCo Help Desk said, in 3.9K: <<
> And, while we're on that subject:
> 
> To find something in the ports collection,
> do this:
> 
> $cd /usr/ports
> $make search key=(keyword)
> 
> ...in your case, 'php' or 'mod_php'
> should have done the trick.
>> end of "Re: Apache,PHP and FreeBSD" from DaleCo Help Desk <<

Mr. Desk -

You may be interested in a really neat port search tool that exists but
isn't well marketed. check out /usr/ports/Tools/scripts/portsearch and
its documentation at /usr/ports/Tools/scripts/README.portsearch.

- -Adam


- --
Adam Weinberger
[EMAIL PROTECTED]
[EMAIL PROTECTED]

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE9wxRao8KM2ULHQ/0RAh8TAJ9wtA5DJHMsVvaEjVPotAmQ1a5nGQCgs4KP
Xy0W5ZFD09kO1l2n0Y7UqWk=
=mSO6
-END PGP SIGNATURE-

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Apache,PHP and FreeBSD

2002-11-01 Thread Mike Hogsett

> To find something in the ports collection,
> do this:
> 
> $cd /usr/ports
> $make search key=(keyword)
> 
> ...in your case, 'php' or 'mod_php'
> should have done the trick.

Although in cases of libraries (or similar ports) where many other ports
depend on it this can return way too many results.  In these cases

   $make search name=(name)

may workbetter.

 - Mike


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Apache,PHP and FreeBSD

2002-11-01 Thread DaleCo Help Desk
And, while we're on that subject:

To find something in the ports collection,
do this:

$cd /usr/ports
$make search key=(keyword)

...in your case, 'php' or 'mod_php'
should have done the trick.

Kevin Kinsey
DaleCo, S.P.

- Original Message -
From: "Mike Hogsett" <[EMAIL PROTECTED]>
To: "Bryan Cassidy" <[EMAIL PROTECTED]>
Cc: "david" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, November 01, 2002 5:07 PM
Subject: Re: Apache,PHP and FreeBSD


>
> /usr/ports/www/mod_php4/
>
> > I want to host (or whatever) the site myself. I think it would be
a
> > good learning experience for me. I know where apache is in the
ports
> > but where is php?
> >
> > On Fri, 1 Nov 2002 17:48:17 -0500
> > david <[EMAIL PROTECTED]> wrote:
> >
> > > On Friday 01 November 2002 15:32, Bryan Cassidy wrote:
> > > > Hello everyone. I have been messing around with html lately
and think its
> > > > pretty cool. I want to start using PHP with apache and buy my
own domain.
> > > > My question is this: What is a good site to get domains from
that has a
> > > > reasonable amount of space and doesnt cost too much? Does
anyone know of
> > >
> > > I'm confused, are you wishing to buy a webhosting account or
run it yoursel
> > f?
> > >
> > > > any good tutorials online for PHP,Apache and FreeBSD? Of
course I will be
> > > > using this on my freebsd machine so docs or tutorials about
this related
> > to
> > > > freebsd would be nice. I am going to start working on this
tomorrow s
> > > > ometime so I would appreciate some info. thanks
> > >
> > > Setting it up? It's fairly straight forwarding installing from
ports and
> > > configuring httpd.conf and php.ini to your likeing.
> > >
> > >
> > > >
> > >
> ---
--
> > --
> > > > E-Mail: Bryan Cassidy <[EMAIL PROTECTED]>
> > > > Operating System: FreeBSD 4.6.2
> > > > Gaim: bsdsys
> > > > Yahoo Messenger: bsdsys
> > > >
> > > > Please do not simply Reply-To: Bryan Cassidy
> > > > <[EMAIL PROTECTED]> It is OK to Cc: me as long as you
send the
> > > > Reply back To: the original mailing lists. I have put alot of
time in
> > > > setting up filters so please don't simply reply to me unless
I tell
> > > > you to or send you one directly.
> > > >
> > > > _     
> > > >
> > > > |  ___| __ ___  ___| __ ) ___||  _ \
> > > > |
> > > > | |_ | '__/ _ \/ _ \  _ \___ \| | | |
> > > > |
> > > > |  _|| | |  __/  __/ |_) |__) | |_| |
> > > > |_|  |_|  \___|\___|//|/
> > > >
> > > > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > > > with "unsubscribe freebsd-questions" in the body of the
message
> > >
> > >
> > >
> > > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > > with "unsubscribe freebsd-questions" in the body of the message
> >
> >
>
> ---
--
> > --
> > E-Mail: Bryan Cassidy <[EMAIL PROTECTED]>
> > Operating System: FreeBSD 4.6.2
> > Gaim: bsdsys
> > Yahoo Messenger: bsdsys
> >
> > Please do not simply Reply-To: Bryan Cassidy
> > <[EMAIL PROTECTED]> It is OK to Cc: me as long as you send
the
> > Reply back To: the original mailing lists. I have put alot of
time in
> > setting up filters so please don't simply reply to me unless I
tell
> > you to or send you one directly.
> >
> > _     
> > |  ___| __ ___  ___| __ ) ___||  _ \
> > | |_ | '__/ _ \/ _ \  _ \___ \| | | |
> > |  _|| | |  __/  __/ |_) |__) | |_| |
> > |_|  |_|  \___|\___|//|/
> >
> >
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-questions" in the body of the message
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Apache,PHP and FreeBSD

2002-11-01 Thread Mike Hogsett

/usr/ports/www/mod_php4/

> I want to host (or whatever) the site myself. I think it would be a
> good learning experience for me. I know where apache is in the ports
> but where is php?
> 
> On Fri, 1 Nov 2002 17:48:17 -0500
> david <[EMAIL PROTECTED]> wrote:
> 
> > On Friday 01 November 2002 15:32, Bryan Cassidy wrote:
> > > Hello everyone. I have been messing around with html lately and think its
> > > pretty cool. I want to start using PHP with apache and buy my own domain.
> > > My question is this: What is a good site to get domains from that has a
> > > reasonable amount of space and doesnt cost too much? Does anyone know of
> > 
> > I'm confused, are you wishing to buy a webhosting account or run it yoursel
> f?
> > 
> > > any good tutorials online for PHP,Apache and FreeBSD? Of course I will be
> > > using this on my freebsd machine so docs or tutorials about this related 
> to
> > > freebsd would be nice. I am going to start working on this tomorrow s
> > > ometime so I would appreciate some info. thanks
> > 
> > Setting it up? It's fairly straight forwarding installing from ports and 
> > configuring httpd.conf and php.ini to your likeing. 
> > 
> > 
> > >
> > > -
> --
> > > E-Mail: Bryan Cassidy <[EMAIL PROTECTED]>
> > > Operating System: FreeBSD 4.6.2
> > > Gaim: bsdsys
> > > Yahoo Messenger: bsdsys
> > >
> > > Please do not simply Reply-To: Bryan Cassidy
> > > <[EMAIL PROTECTED]> It is OK to Cc: me as long as you send the
> > > Reply back To: the original mailing lists. I have put alot of time in
> > > setting up filters so please don't simply reply to me unless I tell
> > > you to or send you one directly.
> > >
> > >_     
> > >
> > >   |  ___| __ ___  ___| __ ) ___||  _ \
> > >   |
> > >   | |_ | '__/ _ \/ _ \  _ \___ \| | | |
> > >   |
> > >   |  _|| | |  __/  __/ |_) |__) | |_| |
> > >   |_|  |_|  \___|\___|//|/
> > >
> > > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > > with "unsubscribe freebsd-questions" in the body of the message
> > 
> > 
> > 
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-questions" in the body of the message
> 
> 
> -
> --
> E-Mail: Bryan Cassidy <[EMAIL PROTECTED]>
> Operating System: FreeBSD 4.6.2
> Gaim: bsdsys
> Yahoo Messenger: bsdsys
> 
> Please do not simply Reply-To: Bryan Cassidy
> <[EMAIL PROTECTED]> It is OK to Cc: me as long as you send the
> Reply back To: the original mailing lists. I have put alot of time in
> setting up filters so please don't simply reply to me unless I tell
> you to or send you one directly.
> 
>_      
>   |  ___| __ ___  ___| __ ) ___||  _ \  
>   | |_ | '__/ _ \/ _ \  _ \___ \| | | |
>   |  _|| | |  __/  __/ |_) |__) | |_| | 
>   |_|  |_|  \___|\___|//|/ 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Apache,PHP and FreeBSD

2002-11-01 Thread DaleCo Help Desk
If you run FreeBSD and apache, you're not too far from hosting
yourself.  You need a 24/7 connection to the Internet.  A static
IP is nice, but not necessary any longer, although I prefer it.

My philosophy is: why pay someone else to host when I have
the best server OS on the planet on my box(es)?  I have 2 boxes
that host about 6 domains currently, most using php and apache.
I make a few hundred bucks a month running a couple of them
for other folks with their own businesses.

Surely folks on the list can get you up and running with
mod_php and apache.  There are also lots of helpful folks on
the boards at phpbuilder.com, etc., to help with coding, and
the online manual at php.net is at least as cool as freebsd's.

Just be sure and RT(F)M before you ask too many s  :-)

Kevin Kinsey
DaleCo, S.P.

- Original Message -
From: "Bryan Cassidy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 01, 2002 2:32 PM
Subject: Apache,PHP and FreeBSD


> Hello everyone. I have been messing around with html lately and
think its pretty cool. I want to start using PHP with apache and buy
my own domain. My question is this: What is a good site to get
domains from that has a reasonable amount of space and doesnt cost
too much? Does anyone know of any good tutorials online for
PHP,Apache and FreeBSD? Of course I will be using this on my freebsd
machine so docs or tutorials about this related to freebsd would be
nice. I am going to start working on this tomorrow sometime so I
would appreciate some info. thanks
>
> ---

> E-Mail: Bryan Cassidy <[EMAIL PROTECTED]>
> Operating System: FreeBSD 4.6.2
> Gaim: bsdsys
> Yahoo Messenger: bsdsys
>
> Please do not simply Reply-To: Bryan Cassidy
> <[EMAIL PROTECTED]> It is OK to Cc: me as long as you send
the
> Reply back To: the original mailing lists. I have put alot of time
in
> setting up filters so please don't simply reply to me unless I tell
> you to or send you one directly.
>
> _     
> |  ___| __ ___  ___| __ ) ___||  _ \
> | |_ | '__/ _ \/ _ \  _ \___ \| | | |
> |  _|| | |  __/  __/ |_) |__) | |_| |
> |_|  |_|  \___|\___|//|/
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Apache,PHP and FreeBSD

2002-11-01 Thread Bryan Cassidy
I want to host (or whatever) the site myself. I think it would be a
good learning experience for me. I know where apache is in the ports
but where is php?

On Fri, 1 Nov 2002 17:48:17 -0500
david <[EMAIL PROTECTED]> wrote:

> On Friday 01 November 2002 15:32, Bryan Cassidy wrote:
> > Hello everyone. I have been messing around with html lately and think its
> > pretty cool. I want to start using PHP with apache and buy my own domain.
> > My question is this: What is a good site to get domains from that has a
> > reasonable amount of space and doesnt cost too much? Does anyone know of
> 
> I'm confused, are you wishing to buy a webhosting account or run it yourself?
> 
> > any good tutorials online for PHP,Apache and FreeBSD? Of course I will be
> > using this on my freebsd machine so docs or tutorials about this related to
> > freebsd would be nice. I am going to start working on this tomorrow s
> > ometime so I would appreciate some info. thanks
> 
> Setting it up? It's fairly straight forwarding installing from ports and 
> configuring httpd.conf and php.ini to your likeing. 
> 
> 
> >
> > ---
> > E-Mail: Bryan Cassidy <[EMAIL PROTECTED]>
> > Operating System: FreeBSD 4.6.2
> > Gaim: bsdsys
> > Yahoo Messenger: bsdsys
> >
> > Please do not simply Reply-To: Bryan Cassidy
> > <[EMAIL PROTECTED]> It is OK to Cc: me as long as you send the
> > Reply back To: the original mailing lists. I have put alot of time in
> > setting up filters so please don't simply reply to me unless I tell
> > you to or send you one directly.
> >
> >  _     
> >
> > |  ___| __ ___  ___| __ ) ___||  _ \
> > |
> > | |_ | '__/ _ \/ _ \  _ \___ \| | | |
> > |
> > |  _|| | |  __/  __/ |_) |__) | |_| |
> > |_|  |_|  \___|\___|//|/
> >
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-questions" in the body of the message
> 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message


---
E-Mail: Bryan Cassidy <[EMAIL PROTECTED]>
Operating System: FreeBSD 4.6.2
Gaim: bsdsys
Yahoo Messenger: bsdsys

Please do not simply Reply-To: Bryan Cassidy
<[EMAIL PROTECTED]> It is OK to Cc: me as long as you send the
Reply back To: the original mailing lists. I have put alot of time in
setting up filters so please don't simply reply to me unless I tell
you to or send you one directly.

 _      
|  ___| __ ___  ___| __ ) ___||  _ \  
| |_ | '__/ _ \/ _ \  _ \___ \| | | |
|  _|| | |  __/  __/ |_) |__) | |_| | 
|_|  |_|  \___|\___|//|/ 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Apache,PHP and FreeBSD

2002-11-01 Thread david
On Friday 01 November 2002 15:32, Bryan Cassidy wrote:
> Hello everyone. I have been messing around with html lately and think its
> pretty cool. I want to start using PHP with apache and buy my own domain.
> My question is this: What is a good site to get domains from that has a
> reasonable amount of space and doesnt cost too much? Does anyone know of

I'm confused, are you wishing to buy a webhosting account or run it yourself?

> any good tutorials online for PHP,Apache and FreeBSD? Of course I will be
> using this on my freebsd machine so docs or tutorials about this related to
> freebsd would be nice. I am going to start working on this tomorrow s
> ometime so I would appreciate some info. thanks

Setting it up? It's fairly straight forwarding installing from ports and 
configuring httpd.conf and php.ini to your likeing. 


>
> ---
> E-Mail: Bryan Cassidy <[EMAIL PROTECTED]>
> Operating System: FreeBSD 4.6.2
> Gaim: bsdsys
> Yahoo Messenger: bsdsys
>
> Please do not simply Reply-To: Bryan Cassidy
> <[EMAIL PROTECTED]> It is OK to Cc: me as long as you send the
> Reply back To: the original mailing lists. I have put alot of time in
> setting up filters so please don't simply reply to me unless I tell
> you to or send you one directly.
>
>_     
>
>   |  ___| __ ___  ___| __ ) ___||  _ \
>   |
>   | |_ | '__/ _ \/ _ \  _ \___ \| | | |
>   |
>   |  _|| | |  __/  __/ |_) |__) | |_| |
>   |_|  |_|  \___|\___|//|/
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message