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]
