On Wed, 19 Apr 2000, Chuck Schick wrote:
> I want to set up the form interface on Windows NT 4.0 running IIS4.0. I
> think I understand a majority of it but I do have a few questions.
>
> 1) The server is hosting about 20 virtual domains and I want to have the
> form interface available for each individual domain. My question is can the
> user run the analog for just their domain without updating all of the other
> domains on the server and if so how is this best accomplished from the
> configuration file standpoint - can each domain call a unique configuration
> file and not run the other config files.
>
Actually this is hard. The simple rule is that anything they can read, they
can also analyse. So without password controls, whatever is visible to one
person is visible to everyone. Even with passwords, you would have to log
each virtual domain to a different logfile, and then arrange for the person
only to be able to read their own logfile. But how to do this is outside my
competence.
> 2) Presently, IIS is doing weekly logging - I would either like to stay with
> that or go to monthly logging. How do I get IIS to just add the log files
> to a single file name without adding a date extension to the file name?
> Presently IIS names the files ex000402.log for the second week in April,
> 2000. I believe I need to keep the log name static ( mydomain.log) for the
> purposes of identfying the log file in the configuration file.
>
It might be easier to write a BAT file to copy or move the most recent file
to the name you prefer after each log rotation.
--
Stephen Turner http://www.statslab.cam.ac.uk/~sret1/
Statistical Laboratory, 16 Mill Lane, Cambridge CB2 1SB, England
"8th March 2000. National No Smoking Day. Ash Wednesday." (On a calendar)
------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------