Thanks!
Eric Covener wrote: > > On Wed, Jan 5, 2011 at 2:57 PM, mattalexx <[email protected]> wrote: >> >> I have a virtual host that includes the following settings >> >> ServerName www.host.com >> ServerAlias *.host.com >> >> Can I set >> >> SetEnv FOO "bar" >> >> for just a specific subdomain (like foo.host.com)? > > Try SetEnvIf or RewriteCond/RewriteRule to add an additional condition. > > -- > Eric Covener > [email protected] > > --------------------------------------------------------------------- > 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: [email protected] > " from the digest: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://old.nabble.com/Setting-and-environment-variable-for-one-specific-subdomain-matching-the-ServerAlias-tp30599584p30600100.html Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- 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: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
