[Mono-list] mod_mono (mono 1.9)with Apache 2.2 and windows 2003
Angel Marin
anmar at anmar.eu.org
Thu Jun 19 15:16:21 EDT 2008
gsvi wrote:
> Sorry tried to trim down the error log... here is the entire error log
does this error.log match the config file you posted? With that config
you should get a 'forking default' line ...
> [Thu Jun 19 11:29:44 2008] [warn] serverdir: C:\\Mono19/bin
> [Thu Jun 19 11:29:44 2008] [warn] PATH after:
> C:\\Mono19/bin;C:\\OnBase;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\system32\\WBEM;c:\\Program
> Files\\Microsoft SQL Server\\90\\Tools\\binn\\;C:\\Program
> Files\\Hyland\\OnBase\\ocr;C:\\OnBase\\ocr;C:\\WINDOWS\\system32\\
There should be a line like:
[debug] mod_mono.c() running C:\...
With the full command line used to spawn mod-mono-server.exe
> [Thu Jun 19 11:29:44 2008] [warn] Started new backend, sleeping 2s to let it
> configure
Try running:
C:\Mono19\bin\mod-mono-server.bat --address 127.0.0.1 --port 2000 --master
C:\Mono19\bin\mod-mono-server.bat --address 127.0.0.1 --port 2001
--applications "/:/Mono19/lib/xsp/test"
with this virtual host config (global options as you posted):
<VirtualHost *:8080>
ServerName vm-coredemo
DocumentRoot "C:/Mono19/lib/xsp/test"
MonoDocumentRootDir coredemo "C:/Mono19/lib/xsp/test"
MonoApplications coredemo "/:./"
<Location />
MonoSetServerAlias coredemo
</Location>
</VirtualHost>
Then run 'httpd.exe -e debug' and see what you get on the
mod-mono-server windows and apache error.log.
--
Angel Marin
http://anmar.eu.org/
More information about the Mono-list
mailing list