Re: [users@httpd] Networking problem?

2005-06-30 Thread Joseph Lee
It works now. I can do http://(hostname)/example.html from my Windows PC now. I could also see the log info on access_log. I think iptables -F deleted the rules and made it work. Thank you, all, for your great help. Joe --- "Ivan Barrera A." <[EMAIL PROTECTED]> wrote: > > But when I entered http

Re: [users@httpd] Networking problem?

2005-06-30 Thread Ivan Barrera A.
> But when I entered http://(hostname)/example.html from > another computer, it just kept processing. The > access_log did not show any log info. So it was > blocked by the firewall on the Linux server. Ok.. first things firts. Do you have networking between the two machines ?? (ping from one to

RE: [users@httpd] Networking problem?

2005-06-30 Thread Joseph Lee
I downloaded iptables-1.2.8-13.src.rpm from fedora, then > rpmbuild --rebuild iptables-1.2.8-13.src.rpm > vi /etc/sysctl.conf net/ipv4/ip_forward =1 (was 0 origianlly) > sysctl -p > service iptables start But when I entered http://(hostname)/example.html from another computer, it just kept proce

RE: [users@httpd] Networking problem?

2005-06-30 Thread Boyle Owen
> -Original Message- > From: Joseph Lee [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 29. Juni 2005 22:26 > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Networking problem? > > > > Do I need a SSL server certificate for the Linux > machine, in order to run Apache web server?

RE: [users@httpd] Networking problem?

2005-06-30 Thread Boyle Owen
> -Original Message- > From: Joseph Lee [mailto:[EMAIL PROTECTED] > ... > Ahh! I copied ~/example.html to > /usr/local/apache2/htdocs, and now I can run > http://(hostname)/example.html on Linux! That's great. > One problem solved. Great! > > However, when I tried to do the same thing

RE: [users@httpd] Networking problem?

2005-06-29 Thread Joseph Lee
Is there any way to know there is a firewall blocking between Linux runing Apache web server, and a Windows PC? Do I need a SSL server certificate for the Linux machine, in order to run Apache web server? Thanks, Joe --- Joseph Lee <[EMAIL PROTECTED]> wrote: > > > --- Boyle Owen <[EMAIL PROTE

RE: [users@httpd] Networking problem?

2005-06-29 Thread Joseph Lee
--- Boyle Owen <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Joseph Lee [mailto:[EMAIL PROTECTED] > > Sent: Mittwoch, 29. Juni 2005 17:12 > > To: users@httpd.apache.org; [EMAIL PROTECTED] > > Subject: Re: [EMAIL PROTECTED] Networking problem? > > > > > > Thank you, all, f

RE: [users@httpd] Networking problem?

2005-06-29 Thread Boyle Owen
> -Original Message- > From: Joseph Lee [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 29. Juni 2005 17:12 > To: users@httpd.apache.org; [EMAIL PROTECTED] > Subject: Re: [EMAIL PROTECTED] Networking problem? > > > Thank you, all, for trying to help me. > > I tried http://(ipaddress)/example

Re: [users@httpd] Networking problem?

2005-06-29 Thread Joseph Lee
I forgot to mention that I don't have /etc/named.conf on my Linux machine (even though I have /etc/resolv.conf). Is that OK? Thanks, Joe --- Joseph Lee <[EMAIL PROTECTED]> wrote: > Thank you, all, for trying to help me. > > I tried http://(ipaddress)/example.html on my > Windows > PC, but still

Re: [users@httpd] Networking problem?

2005-06-29 Thread Joseph Lee
Thank you, all, for trying to help me. I tried http://(ipaddress)/example.html on my Windows PC, but still could not get example.html from my Linux machine running Apache web server. I also did: - modified /etc/hosts on the Linux machine to have the entry for my Windows PC - ping from Linux to

Re: [users@httpd] Networking problem?

2005-06-29 Thread Nick Kew
On Wednesday 29 June 2005 02:40, Joseph Lee wrote: > I have modified /etc/xinetd.conf to include "service > http", That'll cause trouble (if it does anything at all). Don't do it. -- Nick Kew - The official User-To-User suppo

Re: [users@httpd] Networking problem?

2005-06-28 Thread Dan Trainor
Joseph Lee wrote: > Hi, > > I am trying to run Apache web server on my Redhat > Linux machine. I just installed and configured Apache > httpd-2.0.54, and entered "http://localhost"; on my > browser (Mozilla). I was able to see "If you can see > this, it means the installation ... was successful."

Re: [users@httpd] Networking problem?

2005-06-28 Thread Ryan Underwood
On Tue, Jun 28, 2005 at 06:40:57PM -0700, Joseph Lee wrote: > > However, when I went to another machine (a PC), and > entered http://(myhostname)/example.html, I could not > display the file on the PC. It just kept > processing Use the IP address of the other machine instead of the hostname.

[users@httpd] Networking problem?

2005-06-28 Thread Joseph Lee
Hi, I am trying to run Apache web server on my Redhat Linux machine. I just installed and configured Apache httpd-2.0.54, and entered "http://localhost"; on my browser (Mozilla). I was able to see "If you can see this, it means the installation ... was successful." However, when I went to another