Apache Server configuration support - proxy? http url to a aname

This is Interesting: Free IT Magazines  
Home > Archive > Apache Server configuration support > February 2006 > proxy? http url to a aname





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author proxy? http url to a aname
merrittr@gmail.com

2006-02-14, 2:55 am



I have a url

http://engrwww.usask.ca/affiliation/epip/

that works but we want to register a alias in dns

http://epip.usask.ca and have it point to the same space

how would I do this?

the public will be givien http://epip.usask.ca

Robert Ionescu

2006-02-14, 6:02 pm

merrittr@gmail.com wrote:
> http://epip.usask.ca and have it point to the same space


I would setup another <virtualhost> with the correct document like

<virtualhost *:80>
ServerName epip.usask.ca
DocumentRoot /var/www/path/to/affiliation/epip
</virtualhost>

but it depends upon your existing configuration. No need to proxy here
anything.

--
Robert
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2009 webservertalk.com