Anzeigen der neuesten Beiträge
0 Mitglieder und 2 Gäste betrachten dieses Thema.
mod_fastcgi: fix mix up of “mode” => “authorizer” in other fastcgi configs (fixes #2465, thx peex)fix handling of If-Modified-Since if If-None-Match is present (don’t return 412 for date parsing errors);follow current draft for HTTP/1.1, which tells us to ignore If-Modified-Since if we have matching etags.[mod_fastcgi,log] support multi line logging (fixes #2252)call ERR_clear_error only for ssl connections in CON_STATE_ERRORreject non ASCII characters in HTTP header names[mod_auth] use crypt() on encrypted password instead of extracting salt first (fixes #2483)[mod_auth] add htpasswd -s (SHA1) support if openssl is used (needs openssl for SHA1). This doesn’t use any salt, md5 with salt is probably better.[mod_auth] fix base64_decode (#2484)fix some bugs found with canalyze (fixes #2484, thx Zhenbo Xu)fix undefined stuff found with clang[cmake] Use TARGET_LINK_LIBRARIES instead of LINK_FLAGS for library dependencies, also add Wl,-as-needed to extra warnings (fixes #2448)[mod_auth] fix invalid read in digest qop=auth-int handling (fixes #2478)[auto* build] simplify autogen.sh, handle automake 1.13 test running (fixes #2490)[mod_userdir] add userdir.active option, “enabled” by default[core] return 501 Not Implemented in static file mode for all methods except GET/POST/HEAD/OPTIONS[core] recognize more http methods to forward to backends (fixes #2346)[ssl] use DH only if openssl supports it (fixes #2479)[network] use constants available at compile time for maximum number of chunks for writev instead of calling sysconf (fixes #2470)[ssl] Fix $HTTP[“scheme”] conditional, could be “http” for ssl connections if the ssl $SERVER[“socket”] conditional was nested (fixes #2501)[ssl] accept ssl renegotiations if they are not disabled (fixes #2491)[ssl] add option ssl.empty-fragments, defaulting to disabled (fixes #2492)[auth] put REMOTE_USER into cgi environment, making it accessible to lua via lighty.req_env (fixes #2495)[auth] new method “extern” to use already present REMOTE_USER (from magnet, ssl, …) (fixes #2436)[core] remove requirement that default doc-root has to exist, there are reasonable scenarios not requiring static files at all[core] check whether server.chroot exists[mod_simple_vhost] fix cache; skip module if simple-vhost.server-root is empty (thx rm for reporting)[mod_accesslog] add accesslog.syslog-level option (fixes #2480)[core] allow files to be used as document-root (fixes #2475)[core] set signal handlers before forking child processes in modules/plugins_call_set_defaults (fixes #2502)
The following lists Uniform Server 11 features and available modules.Main Features:Easy update: Download latest module and replace old version.PHP switching: - Switch between PHP series PHP 5.3, PHP 5.4 and PHP 5.5MySQL options: - Install either MySQL 5.5 or 5.6 series or MariaDB alternative.MariaDB options: - Alternative to MySQL MariaDB install 5.5 or 10.0 series.MySQL admin options: Install and/or Adminer and/or phpMyAdmin.MySQL backup option: Install phpMyBackupPro or Sypex Dumper.Minimalist dynamic server: Apache + mod_lua or Apache + mod_plua.Perl options: Install Strawberry Perl, full or mini versions.Other features:Full documentation.Windows host file editor.Default, PAC file used for resolving domains.Configurable clean-up – Remove unwanted files e.g. Server log files.DtDNS – Automatic updater, updates domains on DtDNS server.PC Start-up enable/disable running of servers.Cron - Configurable timer to run applications or scripts.Pale Moon portable browser - Pre-configured for PAC file use, allows full portability.Uniform Server 11.0.0-ZeroXI release contains following modules:ZeroXI_controller_1_0_0.exeZeroXI_documentation_1_0_0.exeZeroXI_apache_2_4_6.exeZeroXI_mysql_5_5_34.exeZeroXI_php_5_4_20.exeZeroXI_phpmyadmin_4_0_8.exeAvailable modules (Plugins):ZeroXI_adminer_3_7_1.exeZeroXI_apache_2_4_6.exeZeroXI_controller_1_0_0.exe – Required for all configurationsZeroXI_documentation_1_0_0.exeZeroXI_lua_1_0_0.exeZeroXI_mariadb_10_0_4.exeZeroXI_mariadb_5_5_33_a.exeZeroXI_mysql_5_5_34.exeZeroXI_mysql_5_6_14.exeZeroXI_palemoon_24_0_2.exe - Optimized Firefox-based browserZeroXI_pear_1_0_0.exeZeroXI_phpmyadmin_4_0_8.exeZeroXI_phpmybackuppro_2_3.exeZeroXI_php_5_3_27.exeZeroXI_php_5_4_20.exeZeroXI_php_5_5_4.exeZeroXI_strawberry_perl_5_18_1_1.exeZeroXI_strawberry_perl_mini_5_18_1_1.exeZeroXI_sypex_dumper_2_0_10.exe
Changes from 1.4.33 [mod_auth] explicitly link ssl for SHA1 (fixes #2517) [mod_extforward] fix compilation without IPv6, (not) using undefined var (fixes #2515, thx mm) [ssl] fix SNI handling; only use key+cert from SNI specific config (fixes #2525, CVE-2013-4508) [doc] update ssl.cipher-list recommendation [stat-cache] FAM: fix use after free (CVE-2013-4560) [stat-cache] fix FAM cleanup/fdevent handling [core] check success of setuid,setgid,setgroups (CVE-2013-4559) [ssl] fix regression from CVE-2013-4508 (client-cert sessions were broken) maintain physical.basedir (the “acting” doc-root as prefix of physical.path) in more places [core] decode URL before rewrite, enabling it to work in $HTTP[“url”] conditionals (fixes #2526) [auto* build] remove -no-undefined from linker flags, as we actually link modules with undefined symbols (fixes #2533) [mod_mysql_vhost] fix memory leak on config init (#2530) [mod_webdav] fix fd leak found with parfait (fixes #2530, thx kukackajiri)