WAMP and DYNDNS.
Posted by: Alberto (---.cust.tele2.it)
Date: October 15, 2006 09:54AM

Hi,
I have a problem with WAMP when I connect from external computer, I see site1.dyndns.org, but not local1.dyndns.org, local1 corresponds to the Home Page.
I configure APACHE httpd.conf as it follows:

NameVirtualHost *

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#

<VirtualHost *>
DocumentRoot "C:/wamp/www"
ServerName localhost
</VirtualHost>

<VirtualHost *>
DocumentRoot "C:/wamp/www"
ServerName local1.dyndns.org
</VirtualHost>

<VirtualHost *>
DocumentRoot "C:/www/site2"
ServerName site2.dyndns.org
</VirtualHost>

When I make a mistake?
Excused my English.

Options: ReplyQuote
Re: WAMP and DYNDNS.
Posted by: yfastud (---.cable.mindspring.com)
Date: October 15, 2006 06:26PM

I'm just a newbie, but I think you should modify your code like this:

NameVirtualHost *:80

<VirtualHost *:80>
ServerName local1.dyndns.org
ServerAlias localhost
DocumentRoot C:/wamp/www
</VirtualHost>

<VirtualHost *:80>
ServerName site2.dyndns.org
DocumentRoot C:/www/site2
</VirtualHost>

As you can see my sites working here:

[test.jlbn.com]
[mail.jlbn.com]
[forum.jlbn.com]
[ftp.jlbn.com]

Hope this help

Options: ReplyQuote
Re: WAMP and DYNDNS.
Posted by: Alberto (---.pool8174.interbusiness.it)
Date: October 16, 2006 10:17AM

I would want to know if I put "C: /…" or C: /… without ""?
Thank you.

Options: ReplyQuote
Re: WAMP and DYNDNS.
Posted by: yfastud (72.236.169.---)
Date: October 16, 2006 02:04PM

Without double quote.

By the way, I see you create a new post about remote access. The question is did you put your server in online mode through tray icon yet?

Hope this help

Options: ReplyQuote


Sorry, only registered users may post in this forum.