Re: [us...@httpd] Cannot access my first web app(Resolved)

2010-04-04 Thread Rafael Muneton
thing fails,  read the instructions! --- On Sat, 4/3/10, Eric Covener wrote: From: Eric Covener Subject: Re: [us...@httpd] Cannot access my first web app(partially resolved) To: users@httpd.apache.org Date: Saturday, April 3, 2010, 12:44 PM On Sat, Apr 3, 2010 at 1:35 PM, Rafael Muneton wrote: &g

Re: [us...@httpd] Cannot access my first web app(partially resolved)

2010-04-03 Thread Eric Covener
On Sat, Apr 3, 2010 at 1:35 PM, Rafael Muneton wrote: > > Finally I could access my web app from another machine in my local network. > This is what I did: > > In my apache configuration file, I changed the following line, > > Before    >  Listen 8080 > > After  >  Listen 192.168.1.64:

Re: [us...@httpd] Cannot access my first web app(partially resolved)

2010-04-03 Thread Rafael Muneton
ton.com' What am I doing wrong? Thanks for your help. Rafael When everything fails,  read the instructions! --- On Fri, 4/2/10, Rafael Muneton wrote: From: Rafael Muneton Subject: [us...@httpd] Cannot access my first web app To: users@httpd.apache.org Date: Friday, April 2, 2010, 6:0

RE: [us...@httpd] Cannot access my first web app

2010-04-02 Thread Geoff Millikan
> If yes, then try this: > http://rafael/Cambifon/indice.pl Make that: http://rafael:8080/Cambifon/indice.pl smime.p7s Description: S/MIME cryptographic signature

RE: [us...@httpd] Cannot access my first web app

2010-04-02 Thread Geoff Millikan
>From the command line, can you ping rafael like this: prompt> ping rafael If not, then you need to figure out what the FQDN is. Something like this: prompt> ping rafael.mycompany.com If yes, then try this: http://rafael/Cambifon/indice.pl smime.p7s Description: S/MIME cryptographic si

[us...@httpd] Cannot access my first web app

2010-04-02 Thread Rafael Muneton
I have my first web app; it was developed in Perl with MySQL and using Apache 2.2 as the  Web Server. I am working in Windows, both XP SP2 and in Vista Home. When I access my web app in my Server, I need to type only,   http://localhost:8080/Cambifon/indice.pl and it works just g