On Tue, Feb 3, 2009 at 5:21 AM, Indraveni <[email protected]> wrote:
> Now, I want to create one more virtual host, with the server whose
> documentroot content should be accessed when I use,
> http://infosecawareeness.in/sms.
>
> I mean
> DocumentRoot /var/www/sms
> ServerName http://infosecawareeness.in/sms
>
You can add a RewriteCond %{REQUEST_URI} !^/sms before your current
RewriteRule to stop it from being proxied. You'd really need to be
using a 2nd hostname to create a 2nd virtual host.
--
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]