[Mono-list] Mod_mono error

Vamshi Krishna Kaniganti vamshi@azri.biz
Thu, 02 Sep 2004 19:52:44 +0530


hi
I have configured mod_mono-1.0.1 , apache 2.0 , xsp-1.0.1 on Suse 9.0
My XSP was working fine individually.


When i am running the mod mono with apache i am getting the following 
error  while accessing the browser page


  Server error in '/' application

------------------------------------------------------------------------


    /Cannot find '/demo/index.aspx'./

*Description: *Error processing request.

*Error Message: *HTTP 404. Cannot find '/demo/index.aspx'.


same error comes even if i try to access the html pages under the demo url


  Server error in '/' application

------------------------------------------------------------------------


    /File '/demo/index.html' not found./

*Description: *Error processing request.

*Error Message: *HTTP 404. File '/demo/index.html' not found.


We followed the installation instructions & configuration of the 
mod_mono  & xsp & apache.


Our httpd.conf file has the following  configuration

LoadModule mono_module        modules/libmod_mono.so

Alias /demo "/usr/share/doc/xsp/test"
MonoApplications "/demo:/usr/share/doc/xsp/test"
<Location /demo>
            SetHandler mono
</Location>


regards
Vamshi