At 05:47 AM 4/15/2002, [EMAIL PROTECTED] wrote: >Is it possible to set up Virtual Hosts, so that each Host-Process runs under >a different User(as Service) on Win NT.
Of course. See http://httpd.apache.org/docs/win_service.html Remember you need a seperate httpd.conf file, defining a new PidFile and different log files for each server. But please don't post such questions on the developer's forum... it's inconsiderate. Please post to the user list or newsgroup in the future. See http://httpd.apache.org/lists.html#http-users >And by the way, does also the CGI's and other Modules run under this User. Only if you configure each Service's "Log on as user" property to a specific user account. Bill
