PDA

View Full Version : Help in Making a Web Site!


_neS
26th September 2008, 09:50
Hi falko / till,

I'm just asking of the proper configuration in Making a site because i've been trying to make one but still its not accessible when i try it in browser. Do i need to do something before testing it or what?

DNS Configuration:
Group: OAV Group
Title: SampleSite.com
Server: Server 1
Domain (SOA): SampleSite.com
IP Address: 192.168.0.100

Record: IP:192.168.0.100; Hostname: www
CNAME:
MX:
SPF:

ISP Site:
Server: Server 1
HOstname: www
Domain: SampleSite.com
IP Address: 192.168.0.100
Create DNS: Yes
Create DNS MX: No

Shell Access: No
CGI Scripts: No
Standard CGIs: No
PHP Scripts: Yes
PHP Safe Mode: No
Ruby: No
Python: No
SSI: No
FTP Access: Yes
MySQL: No
SSL: Yes
Anonymous FTP: No
Wap: NO
Mail User Login: No
Apache Directives:
Cron Jobs: No

The Rest is set as the Default settings.
Did i make something wrong or there is still something that i need to set before testing this site?

By the way, can i make my DomainName something like 'Sample.PH'?

I just follow the installation process in you site.
Please help me guys? Thank You.

NOTE: The Domain and IP is just a Sample.

till
26th September 2008, 09:55
Domain (SOA): SampleSite.com

Domains names should be always written lower case in the site settings and the dns manager.

Are you really sure that your server is authoritive for this domain? Most likely you will have to setup the dns records at the internet provider were you bought the domain name.

Aditional, you must use your external IP address in the dns manager and not the internal IP. Then forward all ports that you need from your router to your server.

_neS
26th September 2008, 10:06
Are you really sure that your server is authoritive for this domain? Most likely you will have to setup the dns records at the internet provider were you bought the domain name.

What do you mean by this sir?

By the way my Domain name is in lowercase character, and using a different IP in the server than in the router.

falko
27th September 2008, 14:09
Please run
dig ns yourdomain.com
and take a look at the ANSWER section. Does it show your servers or other servers (e.g. of your registrar or ISP)?

_neS
29th September 2008, 05:18
Should i change the word 'yourdomain.com' with my own domain?
Anyway i tried it both and heres the result:

When i run the code 'dig ns yourdomain.com':
; <<>> Dig 9.4.2-PI <<>> ns yourdomain.om
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, Status, NOERROR, idL 50411
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORUTY: 0, ADDITIONAL: 1

;; QUESTION SECTION:
;yourdomain.com. IN NS

;; ANSWER SECTION:
yourdomain.com. 172800 IN NS ns1.hitfarm.com.
yourdomain.com. 172800 IN NS ns2.hitfarm.com.

;;ADDITIONAL SECTION:
ns1.hitfarm.com. 2260 IN A 72.51.27.54


While when i run the code 'dig ns samplesite.com':
; <<>> Dig 9.4.2-PI <<>> ns samplesite.com
;; global options: printcmd
;; connection timed out; no servers could be reached

Do you have an idea of what is the problem in my server sir?
Is it in my server installation or its in the ISPConfig?
I'm just a beginner in UBUNTU thats why i dont know what to do.

falko
29th September 2008, 18:55
While when i run the code 'dig ns samplesite.com':


Do you have an idea of what is the problem in my server sir?
Is it in my server installation or its in the ISPConfig?
I'm just a beginner in UBUNTU thats why i dont know what to do.
Ok, that's a problem. Did you set name servers for samplesite.com in your domain registrar's web interface?