Networking Forums  

Go Back   Networking Forums > Networking Newsgroups > Linux Networking

related to httpd configuration

Reply
 
Thread Tools Display Modes
  #1  
Old 10-07-2003, 05:30 AM
Default related to httpd configuration



Dear Sirs,

I am on a masq'ed Redhat 8.0 box, which installed Apache
webserver and getting a dynamics DNS such that people can browse
my site, say http://www.mylinux.dinamik.net/ as well as its /~users.
This I think because the /etc/host is set as mylinux. Now I want
outside can open the site with http://www.mylinux2.dinamik.net/
without changing the /etc/host. Is it possible for such alias?
How I have to configure the httpd.conf file?

Thanks for your helps.

ss wenny.-


Sitorus Wenny
Reply With Quote
  #2  
Old 10-07-2003, 05:22 PM
Xyerp
Guest
 
Posts: n/a
Default Re: related to httpd configuration

(E-Mail Removed) (Sitorus Wenny) wrote in message news:<(E-Mail Removed) om>...
> Dear Sirs,
>
> I am on a masq'ed Redhat 8.0 box, which installed Apache
> webserver and getting a dynamics DNS such that people can browse
> my site, say http://www.mylinux.dinamik.net/ as well as its /~users.
> This I think because the /etc/host is set as mylinux. Now I want
> outside can open the site with http://www.mylinux2.dinamik.net/
> without changing the /etc/host. Is it possible for such alias?
> How I have to configure the httpd.conf file?
>
> Thanks for your helps.
>
> ss wenny.-


Soundns like you need "name based virtual hosts". Look for that bit in the manual.
Reply With Quote
  #3  
Old 10-08-2003, 03:26 AM
David Efflandt
Guest
 
Posts: n/a
Default Re: related to httpd configuration

On 6 Oct 2003 21:30:24 -0700, Sitorus Wenny <(E-Mail Removed)> wrote:
> Dear Sirs,
>
> I am on a masq'ed Redhat 8.0 box, which installed Apache
> webserver and getting a dynamics DNS such that people can browse
> my site, say http://www.mylinux.dinamik.net/ as well as its /~users.
> This I think because the /etc/host is set as mylinux. Now I want
> outside can open the site with http://www.mylinux2.dinamik.net/
> without changing the /etc/host. Is it possible for such alias?
> How I have to configure the httpd.conf file?


An example of how I set up mine for multiple name based virtual hosts
using no-ip.com names (and default worm trap) is at
http://efflandt.freeshell.org/siteinfo/

--
David Efflandt - All spam ignored http://www.de-srv.com/
http://www.autox.chicago.il.us/ http://www.berniesfloral.net/
http://cgi-help.virtualave.net/ http://hammer.prohosting.com/~cgi-wiz/
Reply With Quote
  #4  
Old 10-08-2003, 06:43 AM
Sitorus Wenny
Guest
 
Posts: n/a
Default Re: related to httpd configuration

(E-Mail Removed) (Xyerp) wrote in message news:<(E-Mail Removed). com>...
> (E-Mail Removed) (Sitorus Wenny) wrote in message news:<(E-Mail Removed) om>...
> > Dear Sirs,
> >
> > I am on a masq'ed Redhat 8.0 box, which installed Apache
> > webserver and getting a dynamics DNS such that people can browse
> > my site, say http://www.mylinux.dinamik.net/ as well as its /~users.
> > This I think because the /etc/host is set as mylinux. Now I want
> > outside can open the site with http://www.mylinux2.dinamik.net/
> > without changing the /etc/host. Is it possible for such alias?
> > How I have to configure the httpd.conf file?
> >
> > Thanks for your helps.
> >
> > ss wenny.-

>
> Soundns like you need "name based virtual hosts". Look for that bit in the manual.


Thanks alot for (E-Mail Removed)..

I tried like the following but did not work as I expected..

NameVirtualHost IP-of-dinamik-hostname

<VirtualHost IP-of-dinamik-hostname>
ServerName www.mylinux.dinamik.net
DocumentRoot /var/www/html
</VirtualHost>

<VirtualHost IP-of-dinamik-hostname>
ServerName www.mylinux2.dinamik.net
DocumentRoot /var/www/html
</VirtualHost>

it boots without any error message in /var/log/message but
when open the site http://www.mylinux2.dinamik.net/ it
redirected to the site of www.dinamik.net
http://www.mylinux.dinamik.net/ can still opened normally.

Is there any solution for helps?

ss wenny.-
Reply With Quote
  #5  
Old 10-08-2003, 07:16 AM
Sitorus Wenny
Guest
 
Posts: n/a
Default Re: related to httpd configuration

(E-Mail Removed) (David Efflandt) wrote in message news:<(E-Mail Removed)>...
> On 6 Oct 2003 21:30:24 -0700, Sitorus Wenny <(E-Mail Removed)> wrote:
> > Dear Sirs,
> >
> > I am on a masq'ed Redhat 8.0 box, which installed Apache
> > webserver and getting a dynamics DNS such that people can browse
> > my site, say http://www.mylinux.dinamik.net/ as well as its /~users.
> > This I think because the /etc/host is set as mylinux. Now I want
> > outside can open the site with http://www.mylinux2.dinamik.net/
> > without changing the /etc/host. Is it possible for such alias?
> > How I have to configure the httpd.conf file?

>
> An example of how I set up mine for multiple name based virtual hosts
> using no-ip.com names (and default worm trap) is at
> http://efflandt.freeshell.org/siteinfo/



owhh great..!! thank you very much. I will go there..

ss.wenny.-
Reply With Quote
Reply

Tags
configuration, httpd, related

Thread Tools
Display Modes

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 On
HTML code is Off
Forum Jump


All times are GMT. The time now is 11:24 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.