You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by wesley deypalan <we...@yahoo.com> on 2002/01/18 02:03:17 UTC

how to make http://myname.mydomain.com

Hi,

Im new to apache web server, I have been trying to
configure this address in apache e.g.
http://myname.mydomain.com but without success. Have
been reading the documentation but cant find the
answers. Can anybody help me with this?


TIA,

Wesley Jay Deypalan
ICTUS Communications Network

__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: how to make http://myname.mydomain.com

Posted by Lewis Watson <li...@visionsix.com>.
----- Original Message -----
From: "wesley deypalan" <we...@yahoo.com>
To: <us...@httpd.apache.org>
Sent: Thursday, January 17, 2002 7:03 PM
Subject: how to make http://myname.mydomain.com


> Hi,
>
> Im new to apache web server, I have been trying to
> configure this address in apache e.g.
> http://myname.mydomain.com but without success. Have
> been reading the documentation but cant find the
> answers. Can anybody help me with this?
>
>
> TIA,
>
> Wesley Jay Deypalan

Using ip-based virtualhosts;
To make the subdomain
http://myname.mydomain.com

you would set the virtualhost:

<VirtualHost 123.456.798>
 DocumentRoot /home/www/myname
ServerName myname.mydomain.com
 Errorlog /home/www/myname/logs
 </VirtualHost>

Then you could another one:
http://myname2.mydomain.com

<VirtualHost 123.456.799>
 DocumentRoot /home/www/myname2
ServerName myname2.mydomain.com
 Errorlog /home/www/myname2/logs
 </VirtualHost>

Of course, as pointed out earlier, if dns is not aware of these subdomains
you cannot do it in any form or fashion

hth,
Lewis Watson



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: how to make http://myname.mydomain.com

Posted by Steven Pierce <pa...@speakeasy.net>.
Have your used the dyndns.org before??  Did you like them?  Also what kind of
domain are you running??  Are you doing so via a DSL connection, or is someone
else hosting it for you??

S

*********** REPLY SEPARATOR  ***********

On 1/18/2002 at 7:52 PM labrecque3456@rogers.com wrote:

>just go to www.dyndns.org and get a Dynamic DNS addy for free!
>----- Original Message -----
>From: "wesley deypalan" <we...@yahoo.com>
>To: <us...@httpd.apache.org>
>Sent: Thursday, January 17, 2002 8:03 PM
>Subject: how to make http://myname.mydomain.com
>
>
>> Hi,
>>
>> Im new to apache web server, I have been trying to
>> configure this address in apache e.g.
>> http://myname.mydomain.com but without success. Have
>> been reading the documentation but cant find the
>> answers. Can anybody help me with this?
>>
>>
>> TIA,
>>
>> Wesley Jay Deypalan
>> ICTUS Communications Network
>>
>> __________________________________________________
>> Do You Yahoo!?
>> Send FREE video emails in Yahoo! Mail!
>> http://promo.yahoo.com/videomail/
>>
>> ---------------------------------------------------------------------
>> The official User-To-User support forum of the Apache HTTP Server
>Project.
>> See <URL:http://httpd.apache.org/userslist.html> for more info.
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>>
>
>
>---------------------------------------------------------------------
>The official User-To-User support forum of the Apache HTTP Server Project.
>See <URL:http://httpd.apache.org/userslist.html> for more info.
>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: how to make http://myname.mydomain.com

Posted by la...@rogers.com.
just go to www.dyndns.org and get a Dynamic DNS addy for free!
----- Original Message -----
From: "wesley deypalan" <we...@yahoo.com>
To: <us...@httpd.apache.org>
Sent: Thursday, January 17, 2002 8:03 PM
Subject: how to make http://myname.mydomain.com


> Hi,
>
> Im new to apache web server, I have been trying to
> configure this address in apache e.g.
> http://myname.mydomain.com but without success. Have
> been reading the documentation but cant find the
> answers. Can anybody help me with this?
>
>
> TIA,
>
> Wesley Jay Deypalan
> ICTUS Communications Network
>
> __________________________________________________
> Do You Yahoo!?
> Send FREE video emails in Yahoo! Mail!
> http://promo.yahoo.com/videomail/
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


can not find alloca.h when compiling

Posted by "Jesse.linux" <jd...@inq7.net>.
hello to all of u,

i'm having problem compiling apache 1.3.22 in my rh 6.2....after i issue the
command

# make OPTIM=-O2 ..... this error comes out

/usr/src/stdlib.h:492: alloca.h: No such file or directory....

where can i find the alloca.h file so that i will not have this
error....?...thanks....


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: how to make http://myname.mydomain.com

Posted by wesley deypalan <we...@yahoo.com>.
thanks i will check it out


Wesley Jay
--- Joshua Slive <jo...@slive.ca> wrote:
> 
> > From: wesley deypalan [mailto:wesleyjay@yahoo.com]
> 
> > 
> > currently we are hosting our site
> > http://www.mydomain.com and trying to figure out
> how
> > to add this site http://myname.mydomain.com
> 
> Then  you probably want name-virtual hosting:
> http://httpd.apache.org/docs/vhosts/name-based.html
> 
> Joshua. 
> 
>
---------------------------------------------------------------------
> The official User-To-User support forum of the
> Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for
> more info.
> To unsubscribe, e-mail:
> users-unsubscribe@httpd.apache.org
> For additional commands, e-mail:
> users-help@httpd.apache.org
> 

__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: how to make http://myname.mydomain.com

Posted by Joshua Slive <jo...@slive.ca>.
> From: wesley deypalan [mailto:wesleyjay@yahoo.com]

> 
> currently we are hosting our site
> http://www.mydomain.com and trying to figure out how
> to add this site http://myname.mydomain.com

Then  you probably want name-virtual hosting:
http://httpd.apache.org/docs/vhosts/name-based.html

Joshua. 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: how to make http://myname.mydomain.com

Posted by wesley deypalan <we...@yahoo.com>.
--- Joshua Slive <jo...@slive.ca> wrote:
> 
> > From: wesley deypalan [mailto:wesleyjay@yahoo.com]
> 
> > Im new to apache web server, I have been trying to
> > configure this address in apache e.g.
> > http://myname.mydomain.com but without success.
> Have
> > been reading the documentation but cant find the
> > answers. Can anybody help me with this?
> 
> Assuming you are hosting only that one site, all you
> need to do is set the
> ServerName in httpd.conf.
> 
> However, that won't do anything unless you already
> have DNS configured
> properly.
> 
> Joshua.

thanks for replying 

currently we are hosting our site
http://www.mydomain.com and trying to figure out how
to add this site http://myname.mydomain.com


Wesley jay

 
---------------------------------------------------------------------
> The official User-To-User support forum of the
> Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for
> more info.
> To unsubscribe, e-mail:
> users-unsubscribe@httpd.apache.org
> For additional commands, e-mail:
> users-help@httpd.apache.org
> 

__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: how to make http://myname.mydomain.com

Posted by Joshua Slive <jo...@slive.ca>.
> From: wesley deypalan [mailto:wesleyjay@yahoo.com]

> Im new to apache web server, I have been trying to
> configure this address in apache e.g.
> http://myname.mydomain.com but without success. Have
> been reading the documentation but cant find the
> answers. Can anybody help me with this?

Assuming you are hosting only that one site, all you need to do is set the
ServerName in httpd.conf.

However, that won't do anything unless you already have DNS configured
properly.

Joshua.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org