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
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:
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
> 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
>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
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