Web site setup


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Web site setup
# 1  
Old 07-15-2003
Web site setup

Hi,

I have a m/c loaded with redhat linux, static IP address and this m/c intern connected to the internet thro leaseline. Now i need to setup a company website has www.abc.xyz.com. What necessary configuration i need to do so that others can view our website.

Thanks
Bache Gowda
# 2  
Old 07-15-2003
redhat linux has a package manager, usethat to install apache. find out where your website root is and put your webcontent there.
# 3  
Old 07-15-2003
Suggest you start reading - RedHat Tips, FAQs and HOWTOs - check out the General Networking, Web and FTP, and then find yourself a site or book that tells you how to configure it all and make it secure. Don't put it on the 'Net before you make it as secure as possible.
# 4  
Old 07-16-2003
Quote:
Originally posted by RTM
Suggest you start reading - RedHat Tips, FAQs and HOWTOs - check out the General Networking, Web and FTP, and then find yourself a site or book that tells you how to configure it all and make it secure. Don't put it on the 'Net before you make it as secure as possible.
Hi,

Thanks for your inputs, But my probelm is different, With static IP address website is working to external users but with name can't access. I don't have registered domain name. Is it possible to setup a website without a domain name by giving some dummy domain name like above. or how to create a sub domain?

Thanks
Bache Gowda
# 5  
Old 07-16-2003
# 6  
Old 07-16-2003
You can't just put a name on your web site and expect the world to use it - it's a issue of registered Domains and DNS.

You have to register a domain name and have two DNS servers (I believe you can get away with only one with two IPs) up and running before the domain can be registered. As I have recently found out, you can give ANY DNS servers - an ex-employee has a domain that he pointed to our external DNS servers - we receive errors in the error log all day long. Verisign will do nothing about it. He isn't using our DNS servers, just pointing his domain there until he can get his own. Our legal department is suppose to look into it.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Red Hat

Getting the response code and to know whether web site is loaded

Hi Guys, Is there any way that we can know whether a website is fullly loaded with Linux command line ?? is there any command in Linux that can achieve that ?? Also,naturally I would also like to get the response code of the particular website/URL that i am testing for ?? Any help would be... (3 Replies)
Discussion started by: Pradeep_1990
3 Replies

2. Web Development

Web Site Performance Issue

Hi All, I am currently managing a web site. I find that during the peak time period,ie,between 1300hrs to 2100hrs everyday,the response slows down whenever i access the applications hosted by the server.However when i try to access the static content in the web server,it loads quickly. The... (2 Replies)
Discussion started by: Hari_Ganesh
2 Replies

3. UNIX for Dummies Questions & Answers

documentation for beginners setup virtual site, users, mailaccounts on raq 550

Greetings to all reading this, I am a Linux/Unix newbie webmaster with a dedicated server, a RaQ 550. I am looking for some step by step documentation about managing a server with shell (not the GUI), from adding a virtual site to adding users, email accounts etc. I can find only parts of this... (0 Replies)
Discussion started by: rolandk
0 Replies

4. Shell Programming and Scripting

I need help in creating my first web site?

I have always wanted to create my own site, I've only had one class about the basics in creating web pages but know i would like to get into more and more detailed info about doing so anyone with alot of experience please help me out.:b: (0 Replies)
Discussion started by: kprescod4158
0 Replies

5. AIX

how to browse a web site using script

hi guys, ok this script, i am trying to browse a http site and store the output in a text file ... when i run the script , i get a http compatibility error. does any1 have a good solution to contact a http server and save the html in a text file.. i know the result comes with html tags. ... (4 Replies)
Discussion started by: kirantalla
4 Replies

6. AIX

intranet web site

hello I would like to create an internal web site, but how do i make it with Aix ? I must to install apache and send my http pages in the declared repertory ? There are some configuration files to modify ?? thank you (2 Replies)
Discussion started by: pascalbout
2 Replies

7. UNIX for Dummies Questions & Answers

Web Site Creation - testing .*pl etc....

Hiya All, How can I test my PERL Scripts whilst making my web site? I'm hoping there is some software out there that emulates a Web Server - without all the hassle of my building/setting up a Web Server from Stratch (Never done anything like that before - my next big project! 8) ) ... (7 Replies)
Discussion started by: marty 600
7 Replies

8. UNIX for Dummies Questions & Answers

Web site mirroring

I have a unix server running RedHat Linux 9.0. I want to mirror my site on a different server with the same configuration so if the main server goes down, the other server will take over. How is this best accomplished? (1 Reply)
Discussion started by: wvmlt
1 Replies
Login or Register to Ask a Question