|
I have a .webapp file that describes a web site that I need
to add a virtual directory to. I am using the latest version of Apache. I don’t
know how to use the XML format to get it to work. Here is my fhss.webapp file: <apps> <web-application> <name>History</name> <vhost>somehost.history.gov</vhost> <vport>80</vport> <vpath>/</vpath> <path>/mnt/Novell/FHSS_Share/History/Web/Main</path> </web-application> </apps> This works well enough, but now I need to add a virtual
directory, called “faculty” to the web app. The faculty folder
will be at a totally different physical location on the hard disk on the
server. I need Mono to run the ASPX pages from there as if they belonged to the
root web app. I tried configuring Apache with the virtual directory, with
varying results, but I always got some combination of the directory not being
handed to mod_mono (Apache uploaded the files to the browser instead), or
mod_mono treating the faculty directory as a separate web app. Any ideas? Thanks, Andrew |
smime.p7s
Description: S/MIME cryptographic signature
