[Mono-list] mod_mono apache and mod_frontpage
Michael C McHugh
mcm75@dana.ucc.nau.edu
Fri, 26 Sep 2003 16:10:33 -0700 (MST)
Howdy everyone,
I am trying to get mod_mono to interpret indivual users directories ie
~/public_html and was wondering how. The machine is running apache 2.0.47,
cvs of mod_mono, mono version .26 and mod_frontpage version 5.
Right now I have mod_mono and apache set up with
<add key="MonoServerRootDir" value="/usr/local/xsp/test"/>
This only allows mod_mono to serve out the /usr/local/xsp/test directory.
I would like to expand this to every users ~/public_html directory. Can
anyone help?
Inaddition I would also like to get mod_frontpage to communicate with the
rest of the system, meaning when someone frontpage attempts to publish
their web and logs on to mod_frontpage I would like it to dump them into
their ~/public_html directory. All I have seen on this online are old
commands for mod_frontpage version 4.
I would really love any help anyone can offer, thanks...