How can you give an individual domain name to each conference in one OCS installation? How can this be done via mod_rewrite?
This discussion is being continued from its OJS counterpart here:
viewtopic.php?f=8&t=3546******
To enable the mod_rewrite log, just put the following directives between the <VirtualHost> blocks.
RewriteLogLevel 9
RewriteLog /path/to/where/you/want/the/log
*Note that the RewriteLogLevel directive is variable between 1-9 . Higher levels will log in much more detail, but will decrease your server performance.
Regards,
-Rene Cieszewski