Virtualhosts - Starting from afresh
Virtualhosts - Starting from afresh
am 15.01.2010 13:20:04 von Mark Feather
Hoping somebody can help me here.
I have an old Linux box running apache that's at least 7 years old. It has
several virtualhosts setup on it that are working seamlessly.
I have built a new Linux box and I have the latest version of Apache up and
running with its main server configuration setup as I want it and everything
is working a treat. The old box is still in service.
I'm now ready to setup virtual hosts on this new box in preparation for
service. This box will when ready replace my old box shortly.
Now I'm hoping to setup virtualhosting differently, in a more efficient,
less time consuming way...... I hope.
On my old box I have virtualhosts setup separately for example:
www.example.co.uk
example.co.uk
www.example.com
example.com
A virtual host for each example above separate.
My question is: Is it possible to create one virtualhost directive for all
four examples above rather than having to do each one separately and if so
how is this achieved.
Mark
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Virtualhosts - Starting from afresh
am 15.01.2010 13:24:29 von pmilanese
If you are using all zones to serve the same content, enter 3 of them in the =
configuration under the 'ServerAlias' directive.
Use the 'ServerName' directive for the your main identity zone.
-p
----- Original Message -----
From: "Mark Feather" [mark@akwe-xavante.demon.co.uk]
Sent: 01/15/2010 12:20 PM GMT
To:
Subject: [users@httpd] Virtualhosts - Starting from afresh
Hoping somebody can help me here.
I have an old Linux box running apache that's at least 7 years old. It has
several virtualhosts setup on it that are working seamlessly.
I have built a new Linux box and I have the latest version of Apache up and
running with its main server configuration setup as I want it and everything
is working a treat. The old box is still in service.
I'm now ready to setup virtual hosts on this new box in preparation for
service. This box will when ready replace my old box shortly.
Now I'm hoping to setup virtualhosting differently, in a more efficient,
less time consuming way...... I hope.
On my old box I have virtualhosts setup separately for example:
www.example.co.uk
example.co.uk
www.example.com
example.com
A virtual host for each example above separate.
My question is: Is it possible to create one virtualhost directive for all
four examples above rather than having to do each one separately and if so
how is this achieved.
Mark
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-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 for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Virtualhosts - Starting from afresh
am 15.01.2010 14:22:36 von Mark Feather
Thank you Peter,
Do you mean............
ServerName www.example.co.uk:80
ServerAlias example.co.uk
ServerAlias www.example.com
ServerAlias example.com
DocumentRoot /path/to/blah/blah
etc...
etc...
Mark
----- Original Message -----
From: "Peter J Milanese"
To: "users"
Sent: Friday, January 15, 2010 12:24 PM
Subject: Re: [users@httpd] Virtualhosts - Starting from afresh
If you are using all zones to serve the same content, enter 3 of them in the
configuration under the 'ServerAlias' directive.
Use the 'ServerName' directive for the your main identity zone.
-p
----- Original Message -----
From: "Mark Feather" [mark@akwe-xavante.demon.co.uk]
Sent: 01/15/2010 12:20 PM GMT
To:
Subject: [users@httpd] Virtualhosts - Starting from afresh
Hoping somebody can help me here.
I have an old Linux box running apache that's at least 7 years old. It has
several virtualhosts setup on it that are working seamlessly.
I have built a new Linux box and I have the latest version of Apache up and
running with its main server configuration setup as I want it and everything
is working a treat. The old box is still in service.
I'm now ready to setup virtual hosts on this new box in preparation for
service. This box will when ready replace my old box shortly.
Now I'm hoping to setup virtualhosting differently, in a more efficient,
less time consuming way...... I hope.
On my old box I have virtualhosts setup separately for example:
www.example.co.uk
example.co.uk
www.example.com
example.com
A virtual host for each example above separate.
My question is: Is it possible to create one virtualhost directive for all
four examples above rather than having to do each one separately and if so
how is this achieved.
Mark
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-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 for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-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 for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Virtualhosts - Starting from afresh
am 15.01.2010 14:40:53 von pmilanese
Yes, something of that sort.
----- Original Message -----
From: "Mark Feather" [mark@akwe-xavante.demon.co.uk]
Sent: 01/15/2010 01:22 PM GMT
To:
Subject: Re: [users@httpd] Virtualhosts - Starting from afresh
Thank you Peter,
Do you mean............
ServerName www.example.co.uk:80
ServerAlias example.co.uk
ServerAlias www.example.com
ServerAlias example.com
DocumentRoot /path/to/blah/blah
etc...
etc...
Mark
----- Original Message -----
From: "Peter J Milanese"
To: "users"
Sent: Friday, January 15, 2010 12:24 PM
Subject: Re: [users@httpd] Virtualhosts - Starting from afresh
If you are using all zones to serve the same content, enter 3 of them in the
configuration under the 'ServerAlias' directive.
Use the 'ServerName' directive for the your main identity zone.
-p
----- Original Message -----
From: "Mark Feather" [mark@akwe-xavante.demon.co.uk]
Sent: 01/15/2010 12:20 PM GMT
To:
Subject: [users@httpd] Virtualhosts - Starting from afresh
Hoping somebody can help me here.
I have an old Linux box running apache that's at least 7 years old. It has
several virtualhosts setup on it that are working seamlessly.
I have built a new Linux box and I have the latest version of Apache up and
running with its main server configuration setup as I want it and everything
is working a treat. The old box is still in service.
I'm now ready to setup virtual hosts on this new box in preparation for
service. This box will when ready replace my old box shortly.
Now I'm hoping to setup virtualhosting differently, in a more efficient,
less time consuming way...... I hope.
On my old box I have virtualhosts setup separately for example:
www.example.co.uk
example.co.uk
www.example.com
example.com
A virtual host for each example above separate.
My question is: Is it possible to create one virtualhost directive for all
four examples above rather than having to do each one separately and if so
how is this achieved.
Mark
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-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 for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-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 for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-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 for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Virtualhosts - Starting from afresh
am 15.01.2010 17:33:28 von Mark Feather
Would:
ServerName www.example.co.uk:80
ServerAlias *.example.* example.*
DocumentRoot /path/to/blah/blah
etc...
etc...
Work better?
----- Original Message -----
From: "Peter J Milanese"
To: "users"
Sent: Friday, January 15, 2010 1:40 PM
Subject: Re: [users@httpd] Virtualhosts - Starting from afresh
Yes, something of that sort.
----- Original Message -----
From: "Mark Feather" [mark@akwe-xavante.demon.co.uk]
Sent: 01/15/2010 01:22 PM GMT
To:
Subject: Re: [users@httpd] Virtualhosts - Starting from afresh
Thank you Peter,
Do you mean............
ServerName www.example.co.uk:80
ServerAlias example.co.uk
ServerAlias www.example.com
ServerAlias example.com
DocumentRoot /path/to/blah/blah
etc...
etc...
Mark
----- Original Message -----
From: "Peter J Milanese"
To: "users"
Sent: Friday, January 15, 2010 12:24 PM
Subject: Re: [users@httpd] Virtualhosts - Starting from afresh
If you are using all zones to serve the same content, enter 3 of them in the
configuration under the 'ServerAlias' directive.
Use the 'ServerName' directive for the your main identity zone.
-p
----- Original Message -----
From: "Mark Feather" [mark@akwe-xavante.demon.co.uk]
Sent: 01/15/2010 12:20 PM GMT
To:
Subject: [users@httpd] Virtualhosts - Starting from afresh
Hoping somebody can help me here.
I have an old Linux box running apache that's at least 7 years old. It has
several virtualhosts setup on it that are working seamlessly.
I have built a new Linux box and I have the latest version of Apache up and
running with its main server configuration setup as I want it and everything
is working a treat. The old box is still in service.
I'm now ready to setup virtual hosts on this new box in preparation for
service. This box will when ready replace my old box shortly.
Now I'm hoping to setup virtualhosting differently, in a more efficient,
less time consuming way...... I hope.
On my old box I have virtualhosts setup separately for example:
www.example.co.uk
example.co.uk
www.example.com
example.com
A virtual host for each example above separate.
My question is: Is it possible to create one virtualhost directive for all
four examples above rather than having to do each one separately and if so
how is this achieved.
Mark
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-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 for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-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 for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-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 for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-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 for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Virtualhosts - Starting from afresh
am 15.01.2010 18:34:56 von Tom Evans
On Fri, Jan 15, 2010 at 4:33 PM, Mark Feather
wrote:
> Would:
>
>
>
> ServerName www.example.co.uk:80
> ServerAlias *.example.* example.*
> DocumentRoot /path/to/blah/blah
>
> etc...
> etc...
>
>
>
> Work better?
>
I believe that wildcards can only be used for matching subdomains of hosts.
Cheers
Tom
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
%2f to "/"
am 15.01.2010 19:19:48 von Kpadvel
Our apache version is 2.2.3 and we are having a problem in getting a file open. We use directive to connect to the backend weblogic. Proxypass is not enabled.
When the user access a url they get 404 because %2f is not converting to "/"
I tried adding AllowEncodedSlashes On after spending hours on research but still no luck.
Not working
https://mydomain.com/DisplayPDF%2FP1I1D121009S1TYPESTP.do
but works real if I replace %2f with /
https://mydomain.com/DisplayPDF/P1I1D121009S1TYPESTP.do
Any suggestions would be really helpful.
Thanks!
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: %2f to "/"
am 16.01.2010 01:56:53 von LuKreme
On 15-Jan-2010, at 11:19, Kpadvel wrote:
> In-Reply-To: =
<2e027be01001150934m482eb453p1d6bee636977a5b3@mail.gmail.com>
Please do not hijack someone else's thread to start your own thread. =
Changing the subject is not enough. Start a new message addressed to the =
list.
--=20
Vampires are [...] by nature as co-operative as sharks.
Vampyres are just the same, the only real difference being that they =
can't spell properly. --Carpe Jugulum
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org