Web server using 'www1' extension ?

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Web server using 'www1' extension ?
# 1  
Old 06-02-2009
Web server using 'www1' extension ?

Friends ,

I am using RHEL 5 . My hostname is : server.example.com . I create a web page using this (server.example.comI name . But I want make it "www1.server.example.com" .

In httpd.conf , I set the following lines :
#
#ServerName www.example.com:80
ServerName www1.server.example.com:80

I restart httpd service but cannot working ?

Would anybody plz tell me , How can I do it ?

Last edited by shipon_97; 06-02-2009 at 03:29 AM..
# 2  
Old 06-02-2009
As long as the name www1.server.example.com can't be resolved it won't work. Add/change the appropriate entry on your DNS server or your /etc/resolv.conf and read up on DNS
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Web Server - uploading Frontpage web - will there be problems??

hiya All, New to this Web site stuff. Will be installing Fedora's latest O/S (including Apache) - onto a spare PC Then... Gulp... setting up a Web server. Designing a Web site using WINDOWS FRONT PAGE 2002: * Simply easiest/quickiest way to knock up a basic site. * There won't be... (6 Replies)
Discussion started by: marty 600
6 Replies

2. UNIX for Dummies Questions & Answers

Web browser and web server for Unix

Hi there all I am looking for both a web browser as well as a web server (Ie. Netscape Fasttrack) that will run on HPUX 10. If you know where I can get these free via FTP, please contact me as soon as possible!! Thanks, Mark (1 Reply)
Discussion started by: mleathers
1 Replies

3. UNIX for Dummies Questions & Answers

Dynamic web pages for Unix Web Server

Hi, my company is considering a new development of our web site, which used to run on Apachi over Solaris. The company who is going to do this for us knows only about developing it in ASP. I guess this means we'll have to have another ISS server on NT for these dynamic pages :( What are... (5 Replies)
Discussion started by: me2unix
5 Replies
Login or Register to Ask a Question