This is a discussion on Host Headers within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi, I've just moved a helpdesk application from IIS across to a CentOS server. We used to call the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I've just moved a helpdesk application from IIS across to a CentOS server. We used to call the page using a DNS name that I had configured in IIS using the Host Header and set that via the DNS on SBS 2003. I was wondering where I add the Host Header in Apache so I can do the same? Am a bit new to all this :) Thanks for any replies. |
|
|||
|
On 31 août, 12:53, Moif <moifmur...@googlemail.com> wrote:
> Hi, > > I've just moved a helpdesk application from IIS across to a CentOS > server. We used to call the page using a DNS name that I had > configured in IIS using the Host Header and set that via the DNS on > SBS 2003. > > I was wondering where I add the Host Header in Apache so I can do the > same? > > Am a bit new to all this :) > > Thanks for any replies. Look at virtual host in httpd.conf ( or in <webdir>/conf/extra/ virtualhost.con if you are using apache.2.2.xx ) There is some explanation about named virtual host I suggest youbuy the exellent O'reilly book on Apache. SartDameAveline |