2006-11-21 Wade Berrier * configure.in: bump version -> 1.2.1 2006-11-21 Gonzalo Paniagua Javier * src/mod_mono.c: * ChangeLog: revert r66281 and r66836. It should make mod_mono work again for most of the people, while it will break for certain virtual host configurations. 2006-11-02 Wade Berrier * configure.in: bump version -> 1.2 2006-10-26 Marek Habersack * man/mod_mono.8.in: describe the new MonoUnixUmask directive. * src/mod_mono.c: add code to handle the new configurable umask directive. 2006-10-19 Gonzalo Paniagua Javier * src/mod_mono.c: avoid using too much memory for long responses. * src/mod_mono.h: defines for 1.3 to work with apr_pool. Fixes bug #79701. Thanks to Cyrille Colin. 2006-08-31 Gonzalo Paniagua Javier * src/mod_mono.c: Fix problem in Solaris 9 due to alignment. Patch by Jonathan Zimmerman. Closes bug #78232. 2006-08-18 Gonzalo Paniagua Javier * man/mod_mono.8.in: * src/mod_mono.[ch]: From now on, we run the mod-mono-server or mod-mono-server2 script instead of running mono directly. This is needed after the latest changes in the runtime that will make ShadowCopyFiles possible. 2006-08-03 Sebastien Pouliot * man/mod_mono.8.in: Add documentation about MOD_MONO_CCV variable used to control the validation of X.509 client certificates. 2006-08-02 Wade Berrier * configure.in: Make sure CPPFLAGS get propogated 2006-08-02 Gonzalo Paniagua Javier * configure.in: make it work with the latest and greates apache 2.2.3 and simplified. 2006-07-20 Gonzalo Paniagua Javier * src/mod_mono.c: when using autoapplications, pass all the options that don't have an explicit alias to XXGLOBAL, which is the internal name used for the mod-mono-server instance that will create new applications on demand. Using XXGLOBAL as an identifier is forbidden now. 2006-07-13 Gonzalo Paniagua Javier * src/mod_mono.c: allow setting MonoDebug when using automatic applications. Before this fix, no mod-mono-server would be started. Fixes bug #78672. 2006-04-07 Gonzalo Paniagua Javier * src/mod_mono.c: reuse the memory allocated when mod-mono-server reads the request body. Patch by Dean Brettle. 2006-03-27 Gonzalo Paniagua Javier * src/mod_mono.[ch]: the number of arguments for apr_socket_create depends on the apr version used when compiling. Fixes bug #77933. 2006-03-27 Gonzalo Paniagua Javier * src/mod_mono.h: fix compilation for systems that do not have stdint.h. Patch by "CK Ng". 2006-03-27 Gonzalo Paniagua Javier * configure.in: more hackery for 1.3 and apr-config. Fixes bug #77928. Patch by jedynamic@bellsouth.net. 2006-03-11 Gonzalo Paniagua Javier * configure.in: add apxs -q CFLAGS. Fixes bug #77764. 2006-02-20 Gonzalo Paniagua Javier * configure.in: append --includes from apr-config to CFLAGS. 2006-01-11 Gonzalo Paniagua Javier * src/mod_mono.c: actually write the result of IS_CONNECTED. Patch by Cyrille Colin. 2005-12-08 Gonzalo Paniagua Javier * configure.in: * src/mod_mono.[ch]: now apache 2.2 is supported. 2005-12-08 Gonzalo Paniagua Javier * src/mod_mono.c: patch by Dean Brettle that fixes chunked encoding support. 2005-11-29 Gonzalo Paniagua Javier * man/mod_mono.8.in: * INSTALL: add documentation about the control panel. Patch by Matthew Law. 2005-11-12 Gonzalo Paniagua Javier * src/mod_mono.c: make auto-hosting work in apache 1.3. 2005-11-11 Gonzalo Paniagua Javier * src/mod_mono.c: fix problems in 1.1.10 regarding user-configured applications. We were finding the global server instead of the default one. 2005-11-09 Robert Jordan * src/mod_mono.*: fixed compatibility issue with Apache 1.3. 2005-11-02 Gonzalo Paniagua Javier * mod_mono.conf.in: added ASP.NET extensions to the configuration file. * src/mod_mono.c: added MonoAutoApplication directive and support for automatically registering new ASP.NET applications as they are discovered. 2005-10-21 Gonzalo Paniagua Javier * configure.in: 1.1.9.99. * src/mod_mono.[ch]: server variables are now written with the rest of the initial data sent to mod-mono-server. Variables starting with HTTP_ are not sent, as those will be created by System.Web from the headers. 2005-10-11 Gonzalo Paniagua Javier * src/mod_mono.c: send all the server variables in one single write. Before we did 2 writes per variable. Incremented version to 5. You'll need to sync with xsp. * src/mod_mono.h: add table defines for apache 1.3. 2005-10-10 Gonzalo Paniagua Javier * src/mod_mono.[ch]: (get_default_socket_name): handle the NULL alias case setting it to "default". Style fixes and replaced sprintf with apr_psprintf. 2005-09-23 Joshua Tauberer * src/mod_mono.c: The default alias for xsp's within vhosts is the name of the vhost server, so that vhosts with default aliases don't all use the same Unix socket file name. A new is_default field tracks whether an XSP is the server default, rather than using the "default" alias. Aliases are never NULL except when passed to search_for_alias, start_xsp, and terminate_xsp2. The control panel is amended so that individual XSPs can be restarted. 2005-09-19 Gonzalo Paniagua Javier * src/mod_mono.c: if we read 0 bytes, stop the loop in apr_socket_recv used in apache 1.3. Patch by Mathias Herberts. 2005-09-01 Gonzalo Paniagua Javier * src/mod_mono.[ch]: one single read for all the headers. Update xsp too. 2005-08-28 Gonzalo Paniagua Javier * src/mod_mono.[ch]: new SEND_FILE command that uses apache's ap_send_fd when sending a file. No more sucking when mod_mono serves static files. 2005-07-26 Gonzalo Paniagua Javier * src/mod_mono.h: updated to new default path for mod-mono-server.exe. WARNING: this might break if you don't install an up-to-date xsp!!! 2005-07-25 Gonzalo Paniagua Javier * INSTALL: * man/mod_mono.8.in: the path for the xsp tests has changed. 2005-07-18 Gonzalo Paniagua Javier * mod_mono.conf.in: use 2005-06-02 Gonzalo Paniagua Javier * src/Makefile.am: no need to set PREFIX for apxs. 2005-05-07 Gonzalo Paniagua Javier * src/mod_mono.[ch]: support for IS_CONNECTED and increased version number. 2005-05-03 Ben Maurer * configure.in: 1.0.9 2005-04-24 Gonzalo Paniagua Javier * configure.in: when checking for http_protocol.h, include httpd.h too. Patch from Bill Middleton. 2005-04-21 Gonzalo Paniagua Javier * src/mod_mono.c: added control panel from Joshua Tauberer. * src/mod_mono.h: uri_component 1.3 -> apr_uri_t in 2.0 2005-04-20 Gonzalo Paniagua Javier * src/mod_mono.h: forgot to add a define for apache 1.3 with the equivalent apr_table_addn. 2005-04-20 Gonzalo Paniagua Javier * src/mod_mono.c: don't overwrite headers already set. Fixes bug #74507. 2005-04-19 Gonzalo Paniagua Javier * src/mod_mono.c: add CGI and other variables to the request. 2005-03-14 Gonzalo Paniagua Javier * INSTALL: * man/mod_mono.8.in: documented MonoSetEnv. 2005-03-11 Gonzalo Paniagua Javier * src/mod_mono.c: added MonoSetEnv directive. From a patch by Joel Reed to 1.0.6. 2005-03-05 Gonzalo Paniagua Javier * src/mod_mono.c: try to connect to mod-mono-server before forking. Patch by Rob Lyon. 2005-03-05 Gonzalo Paniagua Javier * configure.in: 1.0.6.99. * src/mod_mono.c: patch from Rob Lyon that fixes unix socket deletion when the default name is used. 2005-02-24 Gonzalo Paniagua Javier * src/mod_mono.c: some small changes that make this work on amd64. Thanks to Mike Morano. 2005-02-24 Gonzalo Paniagua Javier * src/mod_mono.c: make the new 'several mod-mono-server' schema work when directives are inside . 2005-02-16 Gonzalo Paniagua Javier * src/mod_mono.c: prevent execution of 'init' twice (parent and child) under apache 1.3. * src/mod_mono.h: added extern declaration for 2 apache 1.3 variables. 2005-02-15 Gonzalo Paniagua Javier * src/mod_mono.h: removed . 2005-02-11 Gonzalo Paniagua Javier * src/mod_mono.c: SERVER_PORT_SECURE returns true if we're https. Part of the fix for bug #71680. 2005-02-10 Gonzalo Paniagua Javier * INSTALL: * man/mod_mono.8.in: updated. 2005-02-10 Gonzalo Paniagua Javier * configure.in: no ranlib. * src/mod_mono.c: fixed a few minor problems found under apache 1.3. Don't pass the default mono config. directory to servers others than the default one. Fixed the default socket file name for non-default servers. * src/mod_mono.h: MonoSetServerAlias takes 1 argument even on apache 1.3. * README: updated... 2005-02-09 Gonzalo Paniagua Javier * configure.in: fixed autoscan warning and use 'if test'. * src/mod_mono.[ch]: added support for starting more than one mod-mono-server. All the existing directives can take now 2 parameters, the first being an alias for a mod-mono-server instance. Added MonoSetServerAlias to be used inside Location/Directory to choose which mod-mono-server instance will be used. The alias 'default' is assumed if the alias argument is omitted. 2005-02-08 Gonzalo Paniagua Javier * src/mod_mono.c: removed MonoDebug stuff and unused apr_wait_for_io_or_timeout when compiling for apache 1.3. New AddMonoApplications directive that takes 2 arguments, the first one unused by now and the second one a set of applications to be appended to the existing ones. * src/mod_mono.h: #defined MAKE_CMD_ITERATE2. 2005-02-07 Gonzalo Paniagua Javier * configure.in: added --enable-debug to compile mod_mono with verbose logging. * src/mod_mono.c: comment on DEBUG and remove the unix socket file upon termination of mod-mono-server, just in case the finalizers are not called. Thanks to Rob Lyon. 2005-02-06 Gonzalo Paniagua Javier * configure.in: * src/mod_mono.h: define our own variable when building for a big-endian architecture instead of using WORDS_BIGENDIAN, since some packages might have that defined on little-endian machines !?. Thanks to Winfried Harbecke for pointing this out. 2005-02-04 Gonzalo Paniagua Javier * configure.in: 1.0.5.99 * src/mod_mono.c: start mod-mono-server in the child_init step. This makes mod_mono work on all apache 2 MPM models and also works for 1.3. Thanks to Rob Lyon for most of the patch. 2005-01-08 Gonzalo Paniagua Javier * src/mod_mono.c: patch by Raffaelle Sandrini that adds a new MonoDebug directive to enable the debug mode when running mono. * INSTALL: * man/mod_mono.8.in: documented te previous change. 2004-11-21 Gonzalo Paniagua Javier * src/mod_mono.c: pass default applications directory to mod-mono-server. * src/Makefile.am: add new compilation flags. * mod_mono.conf.in: added warning. * Makefile.am: Modified file. * INSTALL: * man/mod_mono.8.in: updated for in .webapp files and the default value for MonoApplicationsConfigDir. 2004-11-15 Gonzalo Paniagua Javier * configure.in: added more tests for functions/headers. New option to set the default MonoApplicationsConfigDir. * src/mod_mono.c: don't use sleep and don't fork mod-mono-server if we're terminating and mod-mono-server wasn't started. * src/mod_mono.h: this should be ok to compile on windows now. Thanks to Angel Marín. 2004-10-27 Gonzalo Paniagua Javier * src/mod_mono.c: patch by alois.belaska@monetplus.cz that fixes mod_mono wrong behavior for big pages. Closes bugs #67938 and #68554. 2004-09-24 Gonzalo Paniagua Javier * src/mod_mono.c: double fork is back. When the configuration pool is cleaned up, we tell mod-mono-server to terminate instead of sending a SIGTERM, thus allowing unloading the applications and Application_End event being triggered. * configure.in: 1.0.2.99 2004-09-17 Gonzalo Paniagua Javier * src/mod_mono.c: disabled --debug option for mono. 2004-09-10 Gonzalo Paniagua Javier * src/mod_mono.c: patch from Anders (andersb@blacksun.ca) that fixes crash in apache 1.3/Red Hat 7.3 environment due to gcc2 vs. gcc3 issues. 2004-09-09 Gonzalo Paniagua Javier * src/mod_mono.c: removed the timeout code by now. It's buggy. 2004-09-09 Gonzalo Paniagua Javier * src/mod_mono.c: FLUSH is a noop now. Will be removed. Added send, recv and timeout functions for apache 1.3 module. Buffer initial data for writing. Every read/write may timeout now. * src/mod_mono.h: added new declarations and headers to fix all warnings. 2004-09-09 Gonzalo Paniagua Javier * INSTALL: renamed libmod_mono.so to mod_mono.so. * configure.in: removed old module stuff. Fixed apr_socket_connect test, check for http_protocol.h * mod_mono.conf.in: renamed libmod_mono.so to mod_mono.so. * src/.cvsignore: renamed libmod_mono.so to mod_mono.so. * src/Makefile.am: removed old module stuff, renamed to mod_mono.so, added -Wall. * src/ApacheApplicationHost.cs: Removed. * src/ApacheWorkerRequest.cs: Removed. * src/IApplicationHost.cs: Removed. * src/MonoWorkerRequest.cs: Removed. * src/Request.cs: Removed. * src/makedll.mak: Removed. * src/mod_mono_old.c: Removed. 2004-08-25 Gonzalo Paniagua Javier * Makefile.am: * configure.in: * src/Makefile.am: changes needed by our favourite packager to make rpms out of this. Building the old module is no longer an option. 2004-08-12 Geoff Norton * INSTALL: * man/mod_mono.8.in: * src/mod_mono.c: Use RLIMIT_DATA as opposed to RLIMIT_AS; because RLIMIT_AS isn't defined on all platforms. Update documentation to reflect this change. 2004-07-29 Gonzalo Paniagua Javier * configure.in: 1.0.1 * src/mod_mono.c: attempt to address sigsegv seem on Fedora when all defaults are used. Write to the error log if the user does not have permission on .wapi directory. 2004-07-28 Gonzalo Paniagua Javier * configure.in: s/apr-0/apr/ * INSTALL: * man/mod_mono.8.in: documented MonoMaxMemory and MonoMaxCPUTime and other minor updates. 2004-07-14 Gonzalo Paniagua Javier * src/mod_mono.c: set filename and listen_address defaults in the post_config hook. 2004-07-14 Gonzalo Paniagua Javier * src/mod_mono.c: use RLIMIT_AS instead of RLIMIT_DATA. gcc 3.2 doesn't like #ifdef inside macro parameters. 2004-07-14 Gonzalo Paniagua Javier * configure.in: check for setrlimit. * src/mod_mono.c: added MonoMaxMemory and MonoMaxCPUTime directives. If set and setlimit is available, mod_mono will set those limits when spwning mod-mono-server. 2004-07-14 Gonzalo Paniagua Javier * src/Makefile.am: * src/mod_mono.c: * src/mod_mono.h: moved conditional cruft to a header file. Fixed note on default value for MonoRunXSP. NOT_FOUND is defined in apache 1.3, so changed it to MYNOT_FOUND. Removed a few simple functions. In short, shuffling code. 2004-07-13 Gonzalo Paniagua Javier * src/mod_mono.c: ap_conn_flush does a *final* flush on the connection, and that conflicts with mod_ssl handling of End-Of-Connection buckets, so, connection_flush is a noop now. See bug #60117 for details. 2004-07-13 Gonzalo Paniagua Javier * src/mod_mono.c: added NOT_FOUND command and prevent invalid commands from crashing mod_mono. 2004-07-11 Gonzalo Paniagua Javier * configure.in: * src/mod_mono.c: seems like apr_socket_connect is post 0.9.2 version of libapr. 2004-07-10 Gonzalo Paniagua Javier * src/mod_mono.c: added listen port and listen address used when communicating with mod-mono-server over a TCP socket. Implemented apr_sockaddr_info_get and apr_socket_connect for apache 1.3. Pass --debug option when forking mono. 2004-07-08 Gonzalo Paniagua Javier * src/mod_mono.c: removed more commands and send their data upon connection. 2004-07-07 Gonzalo Paniagua Javier * src/mod_mono.c: removed the mutex stuff that prevented multiple forks no first request. It doesn't work on RH9 :-? (worked on debian sid with apache2 and 1.3). 2004-07-07 Gonzalo Paniagua Javier * src/mod_mono.c: removed unused commands, unified setting status code and message into one single command. Now apache handles closing the socket used to connect to mod-mono-server and waiting, terminating or killing the forked process when the configuration is reloaded or apache is shut down. When we get several request, don't fork more than once. 2004-07-06 Gonzalo Paniagua Javier * COPYING: * src/ApacheApplicationHost.cs: * src/ApacheWorkerRequest.cs: * src/IApplicationHost.cs: * src/MonoWorkerRequest.cs: * src/Request.cs: * src/mod_mono.c: * src/mod_mono_old.c: relicensed under apache license version 2.0. Agreed with Daniel. 2004-06-30 Gonzalo Paniagua Javier * Released 1.0 2004-06-12 Gonzalo Paniagua Javier * INSTALL: * configure.in: * src/Makefile.am: * src/mod_mono.c: added --with-mono-prefix configure option so that if mod_mono is installed in a different prefix from mono, the default paths for locating mono and mod-mono-server.exe are right. 2004-06-12 Gonzalo Paniagua Javier * src/mod_mono.c: fixed a couple of big-endian issues. 2004-06-11 Gonzalo Paniagua Javier * configure.in: check for endian-ness. * src/mod_mono.c: all the integers that are read/written from/to the socket are swapped if the module is running in a big endian system. 2004-06-03 Gonzalo Paniagua Javier * man/mod_mono.8.in: * INSTALL: added .webapp sample. MonoApplications is not mandatory. * src/mod_mono.c: at least one of MonoApplications, MonoApplicationsConfigFile and MonoApplicationsConfigDir is mandatory. 2004-06-02 Gonzalo Paniagua Javier * configure.in: check for setenv and putenv. * src/mod_mono.c: use putenv when setenv is not available. Fixes build problem under Solaris 8. 2004-06-02 Gonzalo Paniagua Javier * Released 0.10 2004-05-29 Gonzalo Paniagua Javier * INSTALL: * README: updated. * src/mod_mono.c: no need to maintain 2 separated lists of commands and descriptions for apache 1.3 and 2.0. 2004-05-25 Gonzalo Paniagua Javier * src/mod_mono.c: patch from Andrew Arnott that fixes parameters passed to mod-mono-server. 2004-05-19 Gonzalo Paniagua Javier * NEWS: updated * configure.in: * man/Makefile.am: * man/mod_mono.8.in: updated man page. * man/mod_mono.8: Removed. 2004-05-19 Gonzalo Paniagua Javier * src/mod_mono.c: support for MonoApplicationsConfigFile and MonoApplicationsConfigDir directives by Andrew Arnott. 2004-05-14 Gonzalo Paniagua Javier * src/mod_mono.c: patch by Christopher McGinnis that adds MonoDocumentRootDir directive which maps to --root argument for mod-mono-server. * man/mod_mono.8: updated manual page. * src/Makefile.am: added -module flag to libtool to fix the PPC install. 2004-04-19 Gonzalo Paniagua Javier * NEWS: * man/.cvsignore: * src/.cvsignore: updated. * src/Makefile.am: * src/mod_mono.c: the default prefix is the one set with --prefix, not /usr always. 2004-04-16 Gonzalo Paniagua Javier * INSTALL: small update on PathInfo. * man/mod_mono.8: documented. 2004-04-15 Gonzalo Paniagua Javier * INSTALL: updated with new configuration information. 2004-04-15 Gonzalo Paniagua Javier * Makefile.am: added 'man' directory. * autogen.sh: fixlet. * configure.in: attempt to make 1.3/2.0 detection fool-proof. * src/mod_mono.c: added the ability to spawn mod-mono-server if the named pipe is not there or is refusing connections. Added new configuration directives that control whether we want to spawn mod-mono-server, paths, applications... * man/.cvsignore: * man/Makefile.am: * man/mod_mono.8: empty man page (by now :). 2004-04-13 Gonzalo Paniagua Javier * configure.in: substitute APXS and small fix for TRY_COMPILE. 2004-04-08 Gonzalo Paniagua Javier * NEWS: updated. * INSTALL: details on the *NEW* setup for mod_mono. Existing installations will break. Added sample configurations. * autogen.sh: check for error when running autoheader. * configure.in: created a new conditional (APACHE2) and added a new AC_DEFINE with the same name so that mod_mono_config.h is updated if we change the target apache version and the sources are recompiled. * src/Makefile.am: use apxs to install the modules. It adds the LoadModule line automatically to the apache configuration file. * src/mod_mono.c: added some debug help. The request is accepted based on the handler name, not the content type. 2004-03-30 Gonzalo Paniagua Javier * NEWS: old stuff here. * src/Makefile.am: don't add libmod_mono_old.la to lib_LTLIBRARIES when we're not building mod_mono_old. 2004-02-12 Gonzalo Paniagua Javier * configure.in: fixed issues detecting the right version of apache in debian. 2003-12-10 Gonzalo Paniagua Javier * src/mod_mono.c: make query string work. mod_rewrite for apache 1.3 and 2.0 uses ->args instead of parsed_uri. 2003-12-10 Gonzalo Paniagua Javier * configure.in: use single quotes inside AC_ARG_WITH. Moved apache 1.3 CFLAGS modification to a better place. * src/Makefile.am: use $(top_builddir) instead of @top_builddir@. Thanks to Benjamin Jemlich and Mark Crichton. 2003-11-27 Gonzalo Paniagua Javier * configure.in: fixed 1.3/2.0 detection + apr-config 2003-11-25 Gonzalo Paniagua Javier * configure.in: * src/Makefile.am: made compilation of mod_mono_old optional and disabled by default. You need --enable-old-module to build it. 2003-11-20 Gonzalo Paniagua Javier * src/mod_mono.c: return a 503 (Temporarily Unavailable) when the unix socket is not set up. 2003-11-18 Gonzalo Paniagua Javier * src/mod_mono.c: return 0 if OK for setup_client_block. 2003-11-17 Duncan Mak * src/Makefile.am (install): Fix install target. 2003-11-15 Gonzalo Paniagua Javier * configure.in: be smarter about apr-config. 2003-10-20 Gonzalo Paniagua Javier * configure.in: added --with-apr-config useful for systems such as debian that installs apr headers in a different directory from the apache headers. 2003-10-04 Pedro Martínez Juliá * src/mod_mono.c: added a loop when reading from the socket, it needs to read "l" bytes and "read" is getting "count" bytes. 2003-10-03 Gonzalo Paniagua Javier * src/mod_mono.c: added more error checks and write basic request data upon connection. 2003-10-02 Gonzalo Paniagua Javier * FAQ.txt: moved... * FAQ-old.txt: ...here. * INSTALL: only include installation instructions for mod_mono. * INSTALL-old: this contains instructions for mod_mono_old * NEWS: updated. * README: updated. * configure.in: Modified file. * src/Makefile.am: Modified file. * src/mod_mono.c: moved to mod_mono_old.c * src/mod_mono_old.c: * src/mod_mono_unix.c: moved to mod_mono. Renamed mod_mono to mod_mono_old and mod_mono_unix to mod_mono. 2003-09-20 Pedro Martínez Juliá * INSTALL: Remove the doc lines related to directive because they are not needed since the last change. 2003-09-19 Gonzalo Paniagua Javier * configure.in: set version to 0.4.99. * src/mod_mono_unix.c: ap_log_error is different in 1.3 and 2.0. Fixed. It really works now for apache 1.3: send the headers, handle ap_log_error difference between 1.3 and 2.0, set the mime type for the handler. 2003-09-19 Pedro Martínez Juliá * doc/mod_mono.xml: Add a few lines explaining how to get working mod_mono_unix. * INSTALL: Talk about directive for apache to handle right asp.net pages. 2003-09-19 Pedro Martínez Juliá * src/mod_mono_unix.c: Added #ifdef for adapt all the module to apache 1.3.x. Now it loads and works right. * configure.in: Added -DEAPI needed for apache 1.3.x. 2003-09-18 Gonzalo Paniagua Javier * src/mod_mono_unix.c: don't loop forever if mod-mono-server is disconnected. content_type can be NULL. 2003-09-18 Gonzalo Paniagua Javier * INSTALL: tell about AddType and Alias for mod_mono_unix. * NEWS: updated. * src/mod_mono_unix.c: check that the content type is application/x-asp-net before trying to process the request and log connection failures to mod-mono-server as debug. 2003-08-25 Gonzalo Paniagua Javier * INSTALL: updated. MonoApplicationUnix now only takes 1 argument. * src/mod_mono_unix.c: removed alias matching code, added new DECLINE_REQUEST command and take only 1 argument, the unix socket file name. From now on, it lets mod-mono-server to choose if the request is processed or declined based on the applications configured. 2003-08-12 Gonzalo Paniagua Javier * configure.in: fixed apache version detection. It was looking for "-I/some/directory/apr.h", then failed and default to 1.3. 2003-08-10 Daniel Lopez Ridruejo * doc/modmono.xml: DocBook documentation * src/mod_mono.c: ifde-ed out code since it only supports Apache 2 currently * src/Makefile.am: consistent naming 2003-08-04 Daniel Lopez Ridruejo * configure.in: * src/mod_mono_unix.c: Port to Apache 1.3 2003-08-01 Gonzalo Paniagua Javier * src/Makefile.am: added mod_mono_unix. * src/mod_mono_unix.c: New module that communicates with an external process through a unix socket. * INSTALL: updated. 2003-04-12 Miguel de Icaza * src/mod_mono.c (create_application_host): Add call to mono_config_parse to load the default configuration file. Maybe this should also be exposed to the Apache configuration file. 2003-04-11 Gonzalo Paniagua Javier * src/ApacheWorkerRequest.cs: fixed compilation. 2003-03-27 Gonzalo Paniagua Javier * src/MonoWorkerRequest.cs: added a MapPathEvent that is fired before doing the normal MapPath stuff and can provide alternate mappings. 2003-03-11 Daniel Lopez Ridruejo * src/Request.cs: We need to check for length returned equal to 0 in alias_matches * src/mod_mono.c: fixed bug when matching prefix that made mod_mono handle all pages even those outside MonoApplication scope. Also fixed the way alias_matches is exposed to Request * FAQ.txt: Added some answers about Apache 1.3 and how to use proxypass * packaging/redhat/mod_mono.spec: Update to 0.3.6 2003-02-25 Daniel Lopez Ridruejo Bring it up to date with Mono 0.20 * src/mod_mono.c: added mono_thread_attach (thanks Dick). Return NULL if header not found. * src/ApacheApplicationHost.cs: Add an internal method so the call will be made in the right domain, as suggested by Dietmar. This can be done from C, but was added after Mono 0.20. It also required a serialization constructor for IntPtr that Gonzalo promptly added, thanks! * packaging/redhat/mod_mono.spec: Update for latest versions 2003-02-17 Gonzalo Paniagua Javier * src/MonoWorkerRequest.cs: updated from xsp. 2003-02-06 Gonzalo Paniagua Javier * src/MonoWorkerRequest.cs: fixed buglet in GetAppPath. 2003-02-04 Daniel Lopez Ridruejo * Makefile.am: Add rpm spec files to packaging 2003-02-03 Daniel Lopez Ridruejo * packaging/redhat: Added mod_mono.spec and mono.conf for RPM generation, thanks to David Hollis for submitting it. 2003-02-02 Daniel Lopez Ridruejo * src/mod_mono.c: Fixed returning null value when no query string is present. Thanks to "Ula? VURAL" and Geo <_geo@post.sk> for reporting this. 2003-01-22 Daniel Lopez Ridruejo * INSTALL: Some typos and step by step instructions for Red Hat 8.0 * README: Removed reference to POST not working * FAQ.txt: Added doc with more common problems people find installing mod_mono * Makefile.am: Added FAQ.txt to the dist files 2003-01-18 Daniel Lopez Ridruejo * INSTALL: Updated install instructions to cover --with-apxs * configure.in: Check in /usr/sbin/apxs * src/mod_mono.c: Expose function to help remove prefix * src/Request.cs: RemovePrefix helper function to remove app virtual path before using MapPath * src/ApacheWorkerRequest.cs: MS docs seem to be wrong and GetFilePath returns uri path 2003-01-18 Daniel Lopez Ridruejo Submitted by Alp Toker : * configure.in: Use --with-apxs instead of --with-apache2 * src/Makefile.am: Install target 2003-01-14 Gonzalo Paniagua Javier * src/ApacheWorkerRequest.cs: added FIXME. * src/MonoWorkerRequest.cs: synched with the one in xsp. 2003-01-09 Daniel Lopez Ridruejo * mcs/ApacheWorkerRequest.cs : Fixed typo, thanks Sergio Luis Valle Mayorga for catching it 2003-01-07 Daniel Lopez Ridruejo * INSTALL: Add new config instructions. Only a MonoApplication directive is needed right now * src/mod_mono.c: Get rid of LoadModMonoDll, per Miguel suggestion, we look for the assembly in the assembly path now. Add MonoApplication directive, this simplies compfiguration greatly. * src/Makefile.am : makedll.mak was not being included in the distribution * src/ApacheWorkerRequest.cs : Do nothing with Content-Length, it will be set by Apache 2003-01-06 Daniel Lopez Ridruejo * src/mod_mono.c: Added setter macros and allow setting status line and status code. Set r->content_type when Content-Type is set * src/Request.cs: Added SetStatusLine and SetStatusCode * src/ApacheWorkerRequest.cs: Added SendStatus 2003-01-03 Daniel Lopez Ridruejo * src/mod_mono.c: Added support functions for reading HTTP bodies, this enables POST support: mono_apache_should_client_block, mono_apache_setup_client_block, mono_apache_get_client_block * src/ApacheWorkerRequest : Added ReadEntityBody * src/Request : Added ShouldClientBlock, SetupClientBlock, GetClientBlock for reading HTTP bodies and enabling POST support 2002-12-31 Daniel Lopez Ridruejo * INSTALL: Added reference to machine.config * configure.in: Update version to 0.2 * src/Makefile.am: Fix typo so 'make dist' works 2002-12-30 Daniel Lopez Ridruejo * src/mod_mono.c: Fix ApacheApplicationHost creation: Method signature uses intptr and method to invoke is static. Pass request to ProcessRequest() * src/ApacheWorkerRequest.cs: Add GetFilePathTranslated, since is not mapping correctly in MonoWorkerRequest 2002-12-30 Gonzalo Paniagua Javier * AUTHORS: added myself. * INSTALL: changed instructions on how to build ModMono.dll. * src/IApplicationHost.cs: interface to be implemented by asp.net application hosts. * src/MonoWorkerRequest.cs: base class that will be shared between mod_mono and xsp server. * src/Request.cs: merged previous Connection and Request classes. Made all methods non-static. Store results from calling internal calls in private fields. * src/ApacheApplicationHost.cs: application host for mod_mono. * src/ApacheWorkerRequest.cs: it derives now from MonoWorkerRequest. * src/mod_mono.c: it now creates an ApacheApplicationHost and then call ProcessRequest on every request. * src/Makefile.am: added MONO_CFLAGS and new source files. * src/makedll.mak: use this to build ModMono.dll. * src/ModMono.cs: Removed file. It's been splitted. 2002-12-14 Daniel Lopez Ridruejo * Initial release