LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-10-2003, 04:15 AM   #1
woolymooly
LQ Newbie
 
Registered: Sep 2003
Posts: 5

Rep: Reputation: 0
Red Hat DNS and Apache configs


I have SOHO RH 9 release installed recently and I am kind of learner of this OS.
I'd like to setup small home network at this time only with 2 pcs and make some WWW development localy.

1. What is the best way to configure Apache 2? Using GUI or modifying httpd.conf file? When I do changes in httpd theya are not propogating into GUI tool.

2. What is the best DNS config I can make on server so my Apache will work properly running virtual hosts?

I suspect that DNS is not working (may be some RPMs are missing) becouse I can only do static mapping on ehternet but dont get the correct responses when DNS is configured through GUI.

appreciate your help
 
Old 09-10-2003, 06:31 AM   #2
daveo
Member
 
Registered: Sep 2003
Location: Holland
Distribution: Gentoo 1.4, Slackware
Posts: 196

Rep: Reputation: 30
Re: Red Hat DNS and Apache configs

Quote:
Originally posted by woolymooly
I have SOHO RH 9 release installed recently and I am kind of learner of this OS.
I'd like to setup small home network at this time only with 2 pcs and make some WWW development localy.

1. What is the best way to configure Apache 2? Using GUI or modifying httpd.conf file? When I do changes in httpd theya are not propogating into GUI tool.

2. What is the best DNS config I can make on server so my Apache will work properly running virtual hosts?

I suspect that DNS is not working (may be some RPMs are missing) becouse I can only do static mapping on ehternet but dont get the correct responses when DNS is configured through GUI.

appreciate your help
1. Hmm the best way to do this is, is manual edit. This also is good for the learning procces and get a good understanding of apache. Heh and you should upgrade to apache2 this is more clear, there's no big config like httpd.conf, but they are all separated ....

2. Hmm I assume that you would like to run bind locally? I've written a small article, howto setup bind local. This can be obtained from: http://www.linuxaddicted.org/index.p...tarticle&id=24 (this is including reverse lookup)

Try to learn things easy, first step apache second dns

Hope this helps

2.
 
Old 09-10-2003, 06:54 PM   #3
woolymooly
LQ Newbie
 
Registered: Sep 2003
Posts: 5

Original Poster
Rep: Reputation: 0
Thank you. The only thing that still confusing me is my GUI info on any configs i do in the files. It stays solid unchanged. Should it be? Do I have to do any special configs for virtual hosts in httpd.conf in relation to remote user account and DNS? If you can please reply on it.

Have a nice day!
 
Old 09-11-2003, 01:59 AM   #4
daveo
Member
 
Registered: Sep 2003
Location: Holland
Distribution: Gentoo 1.4, Slackware
Posts: 196

Rep: Reputation: 30
Quote:
Originally posted by woolymooly
Thank you. The only thing that still confusing me is my GUI info on any configs i do in the files. It stays solid unchanged. Should it be? Do I have to do any special configs for virtual hosts in httpd.conf in relation to remote user account and DNS? If you can please reply on it.

Have a nice day!
Actually on apache2 it's an easy job depending whether you'll like to have a name based or ip based virtualhost. The best way to configure this virtual host, is following the example on apache which is located here: http://httpd.apache.org/docs-2.0/vhosts/ (Apache 2) for apache 1.3 http://httpd.apache.org/docs/vhosts/index.html

My experience is that not all GUI based config programs work as they should.... It might also be that the GUI is apache 1.3 compatible and you're using apache 2 ....

Hope this helps
 
Old 09-11-2003, 02:14 AM   #5
woolymooly
LQ Newbie
 
Registered: Sep 2003
Posts: 5

Original Poster
Rep: Reputation: 0
I have actually RH9 release with Apache 2 support (as per RH).
I did apache config previously on Windows 2000 by configuring file. It worked! But RH HTTP Server GUI is braking my neck. I will stick again with manual config, see what happens.

Thanks again fo help.
 
Old 09-14-2003, 06:25 AM   #6
woolymooly
LQ Newbie
 
Registered: Sep 2003
Posts: 5

Original Poster
Rep: Reputation: 0
Internal DNS config

Hello

I have sorted out my Apache with minimum config. Now im trying to through DNS setup. Im actually using your example. So far i have created all advised zone files. At the end I can not see my server host response.

i have this: "host xxx.xxxxxx.xxx not found: 2(servfail)"

Does it look familiar to you. What 2 means? I don think I made mistakes in the host.conf.

Could you pls help to set this local DNS. I need it for advance config on Apache2.


Thank you very much
 
Old 09-14-2003, 06:29 AM   #7
daveo
Member
 
Registered: Sep 2003
Location: Holland
Distribution: Gentoo 1.4, Slackware
Posts: 196

Rep: Reputation: 30
Re: Internal DNS config

Quote:
Originally posted by woolymooly
Hello

I have sorted out my Apache with minimum config. Now im trying to through DNS setup. Im actually using your example. So far i have created all advised zone files. At the end I can not see my server host response.

i have this: "host xxx.xxxxxx.xxx not found: 2(servfail)"

Does it look familiar to you. What 2 means? I don think I made mistakes in the host.conf.

Could you pls help to set this local DNS. I need it for advance config on Apache2.


Thank you very much
Drop the question related to that topic in my forum plzz.. it's of topic in here ..and it's about an article on my web... It looks like bind is not running ...

I'll see you there ...
 
Old 09-14-2003, 09:00 PM   #8
woolymooly
LQ Newbie
 
Registered: Sep 2003
Posts: 5

Original Poster
Rep: Reputation: 0
How do i find your private forum. can you URL pls.

Thanks
 
Old 09-15-2003, 01:15 AM   #9
daveo
Member
 
Registered: Sep 2003
Location: Holland
Distribution: Gentoo 1.4, Slackware
Posts: 196

Rep: Reputation: 30
Quote:
Originally posted by woolymooly
How do i find your private forum. can you URL pls.

Thanks
Sorry forgot to mention that, it's in my signature

http://www.linuxaddicted.org

Regards,

Dave
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I access the DNS Address in Red Hat 7.3 mustang05 Linux - General 2 03-24-2004 11:38 PM
DNS & DHCP with LDAP on Red HAT 9 DARSHAND Red Hat 0 01-21-2004 02:08 AM
DNS and Red Hat 9.0 jeempc Linux - Networking 2 09-24-2003 08:20 PM
Red Hat and DHCP/DNS issue. tel1jag Linux - Software 9 05-30-2003 05:48 PM
Connecting Red-Hat 6.2 to NT Microsoft Proxy / DNS camandrett Linux - Networking 1 01-13-2001 09:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration