Calin Cirstea wrote:

Is there any way to programmatically configure the Apache "Virtual Directory"?

"Virtual Directory" is not a term that is used in the Apache world. It appears to be a Microsoft IIS term.

> I know how to do it statically (httpd.conf) but I would like a
> dynamically (runtime) way of doing this.

Please tell us what it is that you do statically in httpd.conf that you call a "virtual directory". I'm guessing it's one of the following:

--virtual domain - supporting multiple domains on a single IP or webserver.

--"Alias"ed directories - mapping a physical directory to a different directory in the URI

--URL rewriting

Thanks,

-J

---------------------------------------------------------------------
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]

Reply via email to