hi,question
-
thank you for your work... :)
i take all the steps you say.but i dont think that my server communicate with my site.
to edit my dns settings in my ip,the vpscp tells me to sent mail to the company i collaborate.show i will tell them to connect my ip with my domain?when i try to edit my dns i get this message:
You can directly change the reverse dns of this ip address by entering a new rdns entry in the box below. Changes can take up to 48 hours.Information
Please submit your request manually to support.thank you for your help
Posted 1 year ago # -
like it says Sotos:-
Changes can take up to 48 hours.
Posted 1 year ago # -
ok thank you....
i give my provider the servers that i want to register with my domain.and they sent me this:http://www.intodns.com/greekelement.com
the ip is from my vps.
but still i dont think that i have a communication between them.Posted 1 year ago # -
when i type my ip i get the message:itworks!
when i type my site name it gets me to the ask.com
Posted 1 year ago # -
i ask my provider about how to add domains to my server and they send me this :
Is there any dns service installed on your server like bind, tinydns on your server? You must have dns services if you have hosted any domain on your server.
And you have to set nameservers on your server also. Update us the details to assist you in a better way.
what is bind or tinydns?what i have to do?pfff
thanks
Posted 1 year ago # -
i think that i have to assign the ns1 and ns2 servers in nginx now buti dont know how...
Posted 1 year ago # -
you do, Sotos .. if your provider doesn't have a DNS manager you'll need to install and configure something like Bind, affixing your nameservers to it.
This isn't a topic that's covered here because it's not exactly noob-friendly and any decent VPS provider does provide a DNS manager.
The truth is that it would be quicker for you to change host to one that does have a DNS manager as these are so easy to use.
(I know that's not what you want to hear, sorry.)
Posted 1 year ago # -
show there is no way to assign ns1 and ns2 with my server just with nginx? i see this http://wiki.nginx.org/NginxVirtualHostExample
thanks
Posted 1 year ago # -
my host assing my domain to ns1... and ns2... and they tell me i have to assign my ns1 and ns1 along with ips in my server by my self with console system...you mean there are dns manager to do this job in other host?something like plesk?
Posted 1 year ago # -
nginx has nothing to do with this, this is a DNS (domain name system) thing.
here's the deal:-
1. you've bought a domain name from a registrar.
2. you rent a server/an IP address.
3. you need to link the domain name to the server .. this involves DNS.
###
4. at your registrar control panel you have the option to change the nameservers.
5. at your server you need to accept that connection, those nameservers.
.. and you do this with some DNS tool such as Bind or, if the hosting company has it, using a panel which sits on top of Bind .. using a panel makes life a lot easier for noobs .. as shown in the vpsB documents.The kind of panel I'm talking about is what you use to control your server resources .. it should have a DNS manager as well. This is different to Plesk or whatever which is a GUI for the applications, as opposed to the system (well, ish!)
Therefore I'd tend to advise using a panel. I suspect you will find it far easier to set up your nameservers this way.
Posted 1 year ago # -
Thank you for your time... i will try to fix it.
Posted 1 year ago # -
ok i make the dns zone and it works fine :)..
show now all the steps are the same right?Posted 1 year ago # -
when i type this in nginx install:
./configure --sbin-path=/usr/local/sbin --with-http_ssl_module
i get this error:
cheking for os
+Linux 2.6.18-194.8.1.e15.028stab070.4 i686
checking for C compiler....not foundi use allready the sudo aptitude install gcc but i get the same message
thank you
Posted 1 year ago # -
i fix the above.ok;)
my vps provider send me this about my dns zones
I have created the proper zone files for the name servers and your domain is resolving fine within the server. Please see the following snippet pasted.
=====
GreekElement:/etc/bind#pinggreekelement.comPING GreekElement.com (79.142.66.44) 56(84) bytes of data.64bytesfromGreekElement.com(79.142.66.44): icmp_seq=1 ttl=64 time=0.060 ms
64bytesfromGreekElement.com(79.142.66.44): icmp_seq=2 ttl=64 time=0.040 ms
but from my nginx i get this message when i try to kick it
$ sudo /usr/local/sbin/nginx
[emerg]: bind() to 0.0.0.0:80 failed(98:Address already in use)
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)
[emerg]: still could not bind()i think all the other stuff works fine except of this.
what is wrong now? help please
:(Posted 1 year ago # -
what about:-
sudo /etc/init.d/nginx stop sudo /etc/init.d/nginx startPosted 1 year ago # -
works inside fine but i dont see nothing in the browser exept the message of server:it works!
Posted 1 year ago # -
maybe there is an issue with nginx configuration files?
Posted 1 year ago #
Reply
You must log in to post.
Want HTML?
a blockquote code em strong ul ol liPlace code between backticks `codeHere`
You've got it.
