RE: [users@httpd] Subdomain of a virtual host ?

2017-07-17 Thread Darryl Philip Baker
] Sent: July 17, 2017 12:19 PM To: users@httpd.apache.org Subject: RE: [users@httpd] Subdomain of a virtual host ? httpd will choose the first matching name it comes to (as long as the IP address is correct too). Sent from a device with a very small keyboard and hyperactive autocorrect. On Jul 17

RE: [users@httpd] Subdomain of a virtual host ?

2017-07-17 Thread Yehuda Katz
httpd.apache.org *Subject:* Re: [users@httpd] Subdomain of a virtual host ? You can create it exactly the same way as any other virtual host. - Y Sent from a device with a very small keyboard and hyperactive autocorrect. On Jul 17, 2017 12:10 PM, "Darryl Philip Baker" < darryl.

RE: [users@httpd] Subdomain of a virtual host ?

2017-07-17 Thread Darryl Philip Baker
tz.net] Sent: July 17, 2017 11:28 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Subdomain of a virtual host ? You can create it exactly the same way as any other virtual host. - Y Sent from a device with a very small keyboard and hyperactive autocorrect. On Jul 17, 2017 12:10 PM, "Da

Re: [users@httpd] Subdomain of a virtual host ?

2017-07-17 Thread Yehuda Katz
You can create it exactly the same way as any other virtual host. - Y Sent from a device with a very small keyboard and hyperactive autocorrect. On Jul 17, 2017 12:10 PM, "Darryl Philip Baker" < darryl.ba...@northwestern.edu> wrote: > I have a virtual host configured for george.example.com comp

Re: [users@httpd] Subdomain vritual host proxy to Tomcat with ajp

2015-05-08 Thread Nathan Quirynen
Apparently my configuration is correct. It was just my browsers cache playing tricks on me. Anyways, happy this is solved! On 08/05/15 09:14, Nathan Quirynen wrote: I have a domain domain.com that points to a server. Now I have a subdomain sub.domain.com that points to another server that has

Re: [users@httpd] Subdomain rewrite

2012-03-22 Thread Rich Bowen
On Mar 21, 2012, at 8:09 PM, Chris Arnold wrote: > Apache 2.2.12 on SLES11 SP2. I am trying to get a subdomain working via a > rewrite rule, http://helpdesk.teknerds.net. > The rule is in its own vhost (helpdesk.teknerds.conf. I am confused if it > needs its own vhost or if the rewrite should g

Re: [users@httpd] subdomain

2011-08-10 Thread Matus UHLAR - fantomas
On 26.07.11 11:24, Amira Othman wrote: I am using apache httpd-2.2.3-43.3 on centos 5.6.i have 5 virtual hosts .the server is also mail server and has mx record how can I deny access to url of mx record as it now goes to default virtual host. Any way to block using apache or I should use iptables

Re: [users@httpd] subdomain

2011-07-28 Thread Jorge Schrauwen
her > than the intended recipient is prohibited. If you have received this email > in error please contact the sender and delete the material from any > computer. > > > -Original Message- > From: Jorge Schrauwen [mailto:jorge.schrau...@gmail.com] > Sent: Tuesday, July

RE: [users@httpd] subdomain

2011-07-27 Thread Amira Othman
[mailto:jorge.schrau...@gmail.com] Sent: Tuesday, July 26, 2011 1:08 PM To: users@httpd.apache.org Subject: Re: [users@httpd] subdomain I usually make a vhost for the hostname associated with the mx record, The vhost serves no content, just does a Deny All. This is probably the simplest solution

Re: [users@httpd] subdomain

2011-07-26 Thread Jorge Schrauwen
I usually make a vhost for the hostname associated with the mx record, The vhost serves no content, just does a Deny All. This is probably the simplest solution. ~Jorge On Tue, Jul 26, 2011 at 10:24 AM, Amira Othman wrote: > Hi all > > > > I am using apache httpd-2.2.3-43.3 on centos 5.6.i ha

Re: [users@httpd] Subdomain redirection in Apache Virtual Hosting

2011-06-17 Thread Jeroen Geilman
On 06/17/2011 09:45 AM, Darren Kukulka wrote: Sorry, I thought I was clear that I'm looking for suggestions on how to acheive the subdomain redirection in virtual hosting... There is no such thing as a "subdomain";all vhosts have hostnames. Just define a new vhost with the additional hostnam

Re: [users@httpd] Subdomain redirection in Apache Virtual Hosting

2011-06-17 Thread Darren Kukulka
Sorry, I thought I was clear that I'm looking for suggestions on how to acheive the subdomain redirection in virtual hosting... I'm not well versed in mod_rewrite and regular expressions, etc On 16 June 2011 18:38, Jeroen Geilman wrote: > ** > On 06/16/2011 07:04 PM, Darren Kukulka wrote: > > H

Re: [users@httpd] Subdomain redirection in Apache Virtual Hosting

2011-06-16 Thread Jeroen Geilman
On 06/16/2011 07:04 PM, Darren Kukulka wrote: Hi All, I have a general question regarding subdomain redirection with virtual hosts. Basically, we have a domain - let's call it sample.com - with several subdomains, xxx.sample.com and yyy.sample.com