[Pkg-mono-devel] mono-apache-server2 packaging bug

Fernando Lucas Rodríguez fernandolucas at ieee.org
Tue Jan 3 19:46:45 UTC 2006


I am using the following apt sources...

deb http://debian.meebey.net/ ./
deb http://mfgames.com/debian   unstable        main

running  *mono-server2-update
*(the documentation refers it as mono-server2-update.conf instead)

generates

*/etc/mono-server2/mono-server2-hosts.conf*
# Default configuration, don't edit it!
<IfModule mod_mono.c>
  MonoUnixSocket /tmp/.mod_mono_server2
  MonoServerPath /usr/lib/xsp/2.0/mod-apache-server2.exe
  AddType application/x-asp-net .aspx .ashx .asmx .ascx .asax .config .ascx
  MonoApplicationsConfigDir /etc/mono-server2
  MonoPath /usr/lib/mono/2.0:/usr/lib:/usr/lib/mono/2.0
# start /etc/mono-server2/conf.d/asp.net2-examples/10_asp.net2-examples
     Alias /samples "/usr/share/asp.net2-demos"
       <Directory /usr/share/asp.net2-demos>
         SetHandler mono
           <IfModule mod_dir.c>
              DirectoryIndex index.aspx
           </IfModule>
       </Directory>
# end /etc/mono-server2/conf.d/asp.net2-examples/10_asp.net2-examples
</IfModule>

but this files does not works, it should generate instead

# Default configuration, don't edit it!
<IfModule mod_mono.c>
  MonoUnixSocket /tmp/.mod_mono_server2
  *MonoServerPath /usr/lib/xsp/2.0/mod-mono-server2.exe*
  AddType application/x-asp-net .aspx .ashx .asmx .ascx .asax .config .ascx
  MonoApplicationsConfigDir /etc/mono-server2
  MonoPath /usr/lib/mono/2.0:/usr/lib:/usr/lib/mono/2.0
# start /etc/mono-server2/conf.d/asp.net2-examples/10_asp.net2-examples
     Alias /samples "/usr/share/asp.net2-demos"
     *AddMonoApplications default "/samples:/usr/share/asp.net2-demos"*
       <Directory /usr/share/asp.net2-demos>
         SetHandler mono
           <IfModule mod_dir.c>
              DirectoryIndex index.aspx
           </IfModule>
       </Directory>
# end /etc/mono-server2/conf.d/asp.net2-examples/10_asp.net2-examples
</IfModule>

If those changes are not applied mod_mono does not works properly
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.alioth.debian.org/pipermail/pkg-mono-devel/attachments/20060103/6e4137b5/attachment.html


More information about the Pkg-mono-devel mailing list