PDA

View Full Version : [UPDATE]Raccoon v0.9.0 S60v2


bogdan24061982
01-22-2007, 08:04 PM
S60/Symbian port of the Apache httpd web server and connectivity solution that provides HTTP access to a mobile phone from the Internet in the cellular networks of today.

Changelog 0.9.0 Version:

* Apache SDK made available. Now you don't need to build the whole thing in order to do development.

* The Apache root is now hardwired to C:/Data/Apache. It just proved to require too much work to allow keeping it on any drive _and_ be able to make everything installable in one single SIS-file.

* The document root can obviously via httpd.conf be moved anywhere.

* Relocatable Memory Management routines built into apr_util. Required by mod_auth_digest.

* The following modules are now built: mod_access, mod_alias, mod_asis, mod_auth, mod_auth_anon, mod_auth_digest, mod_autoindex, mod_cern_meta, mod_dav, mod_dav_fs, mod_dir, mod_expires, mod_headers, mod_imap, mod_info, mod_log_config, mod_log_forensic, mod_logio, mod_mime, mod_mime_magic, mod_negotiation, mod_rewrite, mod_setenvif, mod_speling, mod_status, mod_userdir, mod_usertrack, and mod_vhost_alias.

* On S602nEd, mod_access, mod_alias, mod_auth, mod_dav, mod_dav_fs, mod_dir, mod_expires, mod_log_config, mod_mime, and mod_setenvif (and mod_symbian and mod_s60) are built in. On S60v3 _no_ modules are built in, but loaded via LoadModule statements in httpd.conf. The same modules that are built into S60v2 are loaded by default in S60v3.

* The camera_module in mod_s60 has been extended somewhat. The mode, format and picture size can now be defined. See httpd.conf for details.

* Now easy via httpd/options.h to define what is built into Apache and what is not.

* Python for S60 version 1.3.17 taken into use.