Re: [EMAIL PROTECTED] More about "Setting up my own Apache Web Server"

2006-09-20 Thread Dan Östberg
Sent: Tuesday, September 19, 2006 11:21 PM > Subject: Re: [EMAIL PROTECTED] More about "Setting up my own Apache Web > Server" > > > > > > - Original Message - > > From: "Darren Hall" <[EMAIL PROTECTED]> > > To: > > Sent:

Re: [EMAIL PROTECTED] More about "Setting up my own Apache Web Server"

2006-09-19 Thread Mark Feather
- Original Message - From: "Mark Feather" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 19, 2006 11:21 PM Subject: Re: [EMAIL PROTECTED] More about "Setting up my own Apache Web Server" - Original Message - From: "Darren Hall" <

Re: [EMAIL PROTECTED] More about "Setting up my own Apache Web Server"

2006-09-19 Thread Mark Feather
- Original Message - From: "Darren Hall" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 19, 2006 9:28 PM Subject: RE: [EMAIL PROTECTED] More about "Setting up my own Apache Web Server" I have SELINUX=enforcing in /etc/selinux/config. Correct? You'

RE: [EMAIL PROTECTED] More about "Setting up my own Apache Web Server"

2006-09-19 Thread Darren Hall
> I have SELINUX=enforcing in /etc/selinux/config. Correct? You've lost me there. Not sure how you should have your firewall setup but you need to let external traffic through to your web server on port 80. - The official User-T

Re: [EMAIL PROTECTED] More about "Setting up my own Apache Web Server"

2006-09-19 Thread Dan Östberg
I have SELINUX=enforcing in /etc/selinux/config. Correct? /dan On Tue, 2006-09-19 at 12:25 -0700, Saline Erik wrote: > Must be some kind of firewall. Port Scan only shows SSH/22 being open. > > > > Erik > > > On Sep 19, 2006, at 12:10 PM, Darren Hall wrote: > > >> The IP is 194.16.84.195. It

Re: [EMAIL PROTECTED] More about "Setting up my own Apache Web Server"

2006-09-19 Thread Saline Erik
Must be some kind of firewall. Port Scan only shows SSH/22 being open. Erik On Sep 19, 2006, at 12:10 PM, Darren Hall wrote: The IP is 194.16.84.195. It is not yet linked to domain name. When I attempt to connect to 194.16.84.195 I'm getting a time out. Is Apache currently up and running

RE: [EMAIL PROTECTED] More about "Setting up my own Apache Web Server"

2006-09-19 Thread Darren Hall
> The IP is 194.16.84.195. It is not yet linked to domain name. When I attempt to connect to 194.16.84.195 I'm getting a time out. Is Apache currently up and running? Also, you don't have your web server behind a firewall do you? -

Re: [EMAIL PROTECTED] More about "Setting up my own Apache Web Server"

2006-09-19 Thread Dan Östberg
The IP is 194.16.84.195. It is not yet linked to domain name. In httpd.conf I've set ServerName 194.16.84.195:80 /dan On Tue, 2006-09-19 at 11:36 -0700, Charles Michener wrote: > You could give people your IP # and they could go straight to you or > if you want to use www.mydomainname.com ..., you

Re: [EMAIL PROTECTED] More about "Setting up my own Apache Web Server"

2006-09-19 Thread Charles Michener
You could give people your IP # and they could go straight to you or if you want to use www.mydomainname.com ..., you need to be listed in a DNS (domain name server) - it translates www.mydomain... into your IP# - I use DNSMadeEasy for mine - no problems and their fairly inexpensive.Dan Östberg <[E

Re: [EMAIL PROTECTED] More about "Setting up my own Apache Web Server"

2006-09-19 Thread Evan Platt
At 01:34 PM 9/19/2006, you wrote: Earlier today I wrote "My OS is Fedora Core 5 with Apache 2.2.2 64-bit architecture. I have an an Internet connection with a static IP address (in fact I can use up to 16 static addresses). As a first step I want to set up a public website based on static ('dead'

RE: [EMAIL PROTECTED] More about "Setting up my own Apache Web Server"

2006-09-19 Thread Darren Hall
> How do I enable access for all of you to visit my site? Is your site mapped to a domain (www.whatever.com), and that domain registered with a DNS somewhere? - The official User-To-User support forum of the Apache HTTP Server