Put wampserver online
Posted by: customer (213.233.103.---)
Date: April 26, 2010 07:48PM

Hello

I have wamp with perl runing local. I called my isp and they said that the connection is ok for a server. I try to make the server available online. Apache has default port 80 in .conf. I want to see it at [myIpAddress] and [localhost] . I cannot resolve this issue. I appreciate if someone can help me.

Regards

Options: ReplyQuote
Re: Put wampserver online
Posted by: yfastud (Moderator)
Date: April 27, 2010 05:29AM

you need to setup access, dns, and vh; access for permission to connect to your wamp pc, dns to tie domain(s) to your wamp pc, and vh to host multiple domains/websites and even you have only 1 domain/ip, you should use vh to set it up w/ the site you want to show up first on top and localhost on bottom and others in middle if having more than 1 site; if dont have real domain, just skip dns guide

to setup access, follow this
[blog.jlbn.net]

to setup vh, follow this
[blog.jlbn.net]

to setup dns, follow this
[blog.jlbn.net]

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: Put wampserver online
Posted by: customer (213.233.103.---)
Date: April 27, 2010 02:09PM

Many thank.

I try to make it work.

About the access: i have windows 7 and i added here at firewall at "inbound rules" port 80 tcp with the name http.

About dns:
At zoneedit i signedup and now im waiting for membership confirmation email(the automatic responder said to wait a few houres to reveiw the details).
I have a domain hosted at a webserver. I added an A record with my ip address and the name q.mydomain.com and i checked the nameservers that are from my webserver.
When i can test at zoneedit i will change de dns and add A record there for mydomain.com.

About vh:
I modified the 2 conf. At httpd-vhosts.conf i have:

NameVirtualHost *:80
<VirtualHost *:80>
ServerName q.mydomain.com
ServerAlias q
DocumentRoot "C:/my path to folder/www/q"
ErrorLog "C:/my path to folder/www/q/logs/error.log"
CustomLog "C:/my path to folder/www/q/logs/access.log" common
</VirtualHost>
<VirtualHost *:80>
ServerName localhost
DocumentRoot "C:/my path to folder/www"
ErrorLog "C:/my path to folder/www/logs/error.log"
CustomLog "C:/my path to folder/www/logs/access.log" common
</VirtualHost>

I also added in windows\system32\drivers\etc\hosts the localhost and mysubdomain.

I started wamp and i can see my subdomain from here but another computer said:
Resolved As: my ip address
Status: couldn't connect to host

I still need instructions.

Options: ReplyQuote
Re: Put wampserver online
Posted by: yfastud (Moderator)
Date: April 28, 2010 02:36AM

Quote

DocumentRoot "C:/my path to folder/www/q"
what do you mean "my path to folder"? Is it not default setup? If not, it wont work and you should keep default setup, ie, c:/wamp

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote


Sorry, only registered users may post in this forum.