Hi I've made a patch (attached) to the simias trunk r7152 that hopefully fixes the mod_mono.conf path issue on Debian and Ubuntu. I haven't had a chance to build it but have tested equivalent changes on a working installation.
The patch also removes the warning that apache2 gives about rewrite_module being loaded more than once, a warning I would expect also appears on Suse. Affected files: configure.in src/setup/apache/default/ifolder_webaccess.conf.in src/setup/apache/default/ifolder_admin.conf.in The apache2 config files ifolder_admin.conf and ifolder_webaccess.conf doesn't point to mod_mono.conf on these distributions because of Debian's custom apache2 config file system, which puts config files into mods-available and enables them by creating a symlink in mods-enabled. configure.in is changed to make MODMONO_CONFPATH point to mod_mono.conf inside mods-enabled if it exists inside mods-available. An IfModule clause is added to the two conf files, wrapping the LoadModule directive. Should the files in src/setup/apache/example.com also be changed in the same way? -- Ola Vikholt
simias-trunk_mod_rewrite-and-mods-enabled.patch
Description: Binary data
_______________________________________________ ifolder-dev mailing list [email protected] http://forge.novell.com/mailman/listinfo/ifolder-dev
