Das Forum rund um DVB am PC, Handy und Tablet
Neuigkeiten:
Anzeigen der neuesten Beiträge
Übersicht
Forum
Hilfe
Einloggen
Registrieren
DVB-Cube <<< Das deutsche PC und DVB-Forum >>>
»
PC-Ecke
»
# Hard-und Software Allgemein
»
Thema:
Mini/Test/DHCP/Webserver und Tools diverses
« vorheriges
nächstes »
Drucken
Seiten:
1
...
20
21
22
23
24
[
25
]
26
Nach unten
Autor
Thema: Mini/Test/DHCP/Webserver und Tools diverses (Gelesen 33671 mal)
0 Mitglieder und 14 Gäste betrachten dieses Thema.
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
ApHeMo 2.20.0.31
«
Antwort #360 am:
16 April, 2023, 19:20 »
ApHeMo (Apache Health Monitoring) is a Health Monitoring analyzer for Apache HTTP Server. ApHeMo makes administrators able to improve security, reliability and to easily detect attacks from hackers (scans, potential backdoors).
Freemium
Whats new:>>
[Refactoring] Update ICS library to 8.70 and OpenSSL to 3.1.0 (Kyle_Katarn)
[New Feature] ReactOS detection in logs (including build number and fallback for custom builds) (Kyle_Katarn)
[Refactoring] Windows 2003 is not detected correctly (5.2) (Kyle_Katarn)
https://www.kcsoftwares.com/?aphemo
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
lighttpd 1.4.70
«
Antwort #361 am:
10 Mai, 2023, 17:40 »
Changelog
Important changes
speed up CGI spawning
native Windows build (experimental) (not packaged; no installer)
support HTTP/2 downstream proxy serving multiple clients on single connection
(mod_extforward, mod_maxminddb)
restructure code to isolate HTTP/2
Behavior Changes (previously announced):
no longer building separate modules for built-in modules
lighttpd 1.4.70 omits building separate (unused) modules for:
mod_access mod_alias mod_evhost mod_expire mod_fastcgi mod_indexfile
mod_redirect mod_rewrite mod_scgi mod_setenv mod_simple_vhost mod_staticfile
Future Scheduled Behavior Changes:
HTTP/2 support will be split out into optional separate module (mod_h2)
(static builds will need to list mod_h2 in plugin-static.h to include mod_h2)
Changes from 1.4.69
[autotools] chmod u+w configparser.c for lemon
[build] skip build separate modules for built-ins
[core] cache format secs for high prec errlog
[mod_maxminddb] check remote IP each request (fixes #3191)
[multiple] store ptrs to remote addr in request_st (#3192)
[mod_extforward] manage remote addr per request (fixes #3192)
[core] use C23 memset_explicit() were available
[mod_accesslog] %{mask}a to mask/anonymize IP
[core] cast to fix compiler error in prior commit
[scons] fix static build to include builtin_mods
[core] h2_recv_headers() tweak to reduce code size
[core] h2_get_stream_req() code reuse
[core] h2: remove obsolete comment
[core] h2 mark :status matching lsxpack enum value
[core] h2 match w/ lsxpack pseudo-header key only
[core] limit server.max-request-field-size <=65535
[core] permit shell HERE docs to specify config
[core] add members to http_header_parse_ctx
[mod_extforward] typo in comment
[mod_openssl] SSL_CTX_set_options() takes uint64_t
[core] reorder enum handler_t
[core] connection_handle_request_start_state()
[core] check chunk file open early in mmap viewadj (fixes #3197)
[core] h2 http_request_parse_header() tweak
[mod_extforward] recognize unix domain sockets (fixes #3198)
[mod_magnet] support ./configure —with-lua=luajit (#3199)
[core] remove instance of devel debug code
[core] quiet coverity warning
[core] connection_check_upgrade() h2_upgrade_h2c()
[core] CON_STATE_REQUEST_END transient state
[core] expose request_set_state() for internal use
[core] h2_send_goaway_graceful()
[core] h2_check_timeout()
[core] h2_process_streams()
[core] h2_recv_reqbody()
[core] HTTP_VERSION_3 enum value
[core] r?x union w/ structs for r?x.{h1}
[core] r?x union w/ structs for r?x.{h1,h2}
[core] http_dispatch[] tables for HTTP proto vers
[core] hxcon “base class” for h2con
[mod_h2] HTTP/2 module: mod_h2
[multiple] optimistic client read only if HTTP/1.x
[core] _WIN32 port compatibility headers
[core] _WIN32 impl of setenv(), unsetenv()
[multiple] WIN32 protect code w/ HAVE_SYSLOGH
[multiple] WIN32 protect code w/ HAVEFORK
[core] WIN32 protect code w/ HAVEIPV6
[multiple] WIN32 protect code w/ HAVE_SYS_UNH
[multiple] _WIN32 stat() compat sys-stat.h
[core] _WIN32 uid, gid compat
[core] _WIN32 signal-related compat
[multiple] _WIN32 misc compat
[core] _WIN32 minimal glob() impl for configfile.c
[core] WIN32 use gmtime_s(), localtimes()
[mod_dirlisting] _WIN32 Find*File()
[multiple] _WIN32 Find*File() sys-dirent.h
[core] _WIN32 sys-unistd.h to wrap
[core] _WIN32 sys-wait.h to wrap <sys/wait.h>
[core] _WIN32 implementation of socketpair()
[core] WIN32 fdeventcreateprocess()
[core] _WIN32 socket-compat, filesystem-compat
[core] _WIN32 check WSAGetLastError() w/ sockets
[mod_cgi] _WIN32 use socketpair instead of pipe
[core] _WIN32 clock ticks and time
[core] _WIN32 alternative fdarray for Windows
[core] _WIN32 basic (very limited) getopt() impl
[tests] _WIN32 fcgi-responder.c, scgi-responder.c
[core] _WIN32 rename __WIN32 to _WIN32
[core] _WIN32 casts to quiet some VS warnings
[tests] _WIN32 use TMPDIR (or TEMP) for test files
[build] _WIN32 mingw build
[multiple] MINGW32 missing strftime() “%F %T”
[tests] _WIN32 adjustments in LightyTest.pm
[core] _WIN32 reset std streams at startup
[core] WIN32 logperror() with GetLastError()
[core] WIN32 logserror() for WSAGetLastError()
[core] WIN32 use logserror() for WSAGetLastError
[core] WIN32 use rands() to init pseudo RNG
[core] WIN32 fdeventkill()
[multiple] WIN32 use fdeventkill()
[core] _WIN32 stat(), ‘/’ and ‘\\’ adjustments
[tests] _WIN32 cygwin test support
[mod_deflate] _WIN32 disable deflate.cache-dir
[mod_dirlisting] _WIN32 close files before unlink
[tests] _WIN32 close files before unlink
[core] _WIN32 close chunk temp files before unlink
[core] _WIN32 prefer WSAPoll()
[core] _WIN32 lighttpd winsvc
[core] _WIN32 custom fs funcs on UTF-8 paths
[core] _WIN32 scream UTF-8 at MS (does not matter)
[cmake] WIN32 build more mods with BUILDSTATIC
[cmake] _WIN32 remove older build config
[core] _WIN32 use WSASend for writev-equiv on sock
[meson] static build option under cygwin
[build] _WIN32 __declspec(dllexport) *_plugin_init
[build] _WIN32 shared dll build (autotools, cmake)
[tests] _WIN32 skip time-sensitive tests during CI
[core] use posix_spawn() where available
[mod_cgi] comment about caching target dirname
[meson] update comment with build flags
[meson] check FORCE_{WOLFSSL,MBEDTLS}_CRYPTO
[mod_auth] warn if auth.require path never matches
[core] h1.[ch] collect some HTTP/1.x specific code
[core] noinline connection shutdown, reset
[TLS] $SERVER[“socket”] inherit global ssl.engine
[mod_proxy] match “map-host-response” “-” w/ Host
[core] noinline stat_cache_sptree_find()
[core] rename http_kv funcs, reorder http_versions
[mod_cgi] move fd count to cgi_create_env()
[mod_cgi] reduce code size
[mod_cgi] do not issue trace if CGI closes input
[mod_cgi] cgi_create_err() cold err handling func
[core] always decr fd count upon socket close()
[mod_mbedtls] check MBEDTLS_DEBUG_C for debug func
[core] return pid_t from fdevent_waitpid()
[core] _WIN32 compile fix
[meson] build fix for builtin_mods
[core] move some shared funcs to call from modules
[build] move some files to call from modules
[mod_cgi] doubly-linked list of CGI pids
[mod_cgi] reuse fd already opened to /dev/null
[mod_cgi] reset upload_temp_file_size in CGI close
[tests] copy confs for running tests in alt dir
[scons] avoid dup mod_h2 module in static build
[autoconf] include fs_win32.h in hdrs for dpkg
[build] ifdef WIN32 before include fswin32.h
[mod_openssl] SSL_OP_ENABLE_KTLS_TX_ZEROCOPY_SENDFILE
[mod_dirlisting] _WIN32 fix fstat() after close()
[core] quiet coverity warning
[mod_openssl] FreeBSD: check “kern.ipc.tls.enable”
[core] fix HTTP/2 use of http_response_loop()
[mod_openssl] check kernel support for KTLS
[core] posix_spawnattr_setcwd_np() on QNX
[core] posix_spawn_file_actions_addclosefrom_np()
[core] Mac OS POSIX_SPAWN_CLOEXEC_DEFAULT
[core] modify use of posix_spawnattr_setsigdefault
[mod_dirlisting] _WIN32 compile fix
[core] fdevent_load_file() check if limit exceeded
[tests] tests/prepare.sh comment w/ alt build root
[core] treat mod_h2 as built-in module (for now)
[close]
http://www.lighttpd.net/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Nginx 1.25.0 Mainline
«
Antwort #362 am:
24 Mai, 2023, 18:15 »
Whats new:>>
Feature: experimental HTTP/3 support.
http://nginx.org/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
lighttpd 1.4.71
«
Antwort #363 am:
28 Mai, 2023, 08:50 »
Changelog
[mod_h2] HTTP/2 separate module; no longer builtin
[mod_magnet] fix static build using autoconf (fixes #3203)
[core] fix new use of posix_spawn with some glibc (fixes #3201)
[core] _WIN32 quiet compiler warnings 32-bit build
[core] check getaddrinfo EAI_ADDRFAMILY w/ glibc
[core] quiet lemon.c clang C2x warnings
[core] compile w/o posix_spawn() on iOS
[core] fix crash due to missing initialization (fixes #3207)
[core] request_init() separate static func
[multiple] remove some unused/redundant includes
[core] server.modules s/mod_compress/mod_deflate/
[core] preproc consistency #pragma GCC diagnostic
[core] update ls-hpack
[core] use empty value in srvconf.config_touched
[core] provide mimetype.assign default if unset
[mod_vhostdb_mysql] MySQL missing mysql_get_socket (fixes #3208)
[core] clarify comment
[close]
http://www.lighttpd.net/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Nginx 1.25.1 Mainline
«
Antwort #364 am:
13 Juni, 2023, 20:15 »
Whats new:>>
*) Feature: the "http2" directive, which enables HTTP/2 on a per-server
basis; the "http2" parameter of the "listen" directive is now
deprecated.
*) Change: HTTP/2 server push support has been removed.
*) Change: the deprecated "ssl" directive is not supported anymore.
*) Bugfix: in HTTP/3 when using OpenSSL.
http://nginx.org/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Abyss Web Server X1 v2.16.9.1
«
Antwort #365 am:
04 Juli, 2023, 19:10 »
Abyss Web Server is a full-featured web server with a small footprint. It supports HTTP/1.1, dynamic content generation through CGI/1.1 scripts, ISAPI extensions, Server Side Includes (SSI), custom error pages, password protection, IP address control, anti-leeching, and bandwidth throttling. It also features also automatic anti-hacking as well as a multilingual remote web management interface that makes its configuration as easy as browsing a web site.
License: Freeware
Changelog
The new version is a maintenance release with the following changes:
Updated the SSL/TLS engine;
Added support to variable strings in conditions in URL rewriting;
Improved support for heavy workloads on Windows;
Fixed the installer to correctly handle stopping and restarting Abyss Web Server when running as a Windows service;
Updated the user's guide with documentation of the newly added features.
[close]
http://www.aprelium.com/abyssws/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
lighttpd 1.4.72
«
Antwort #366 am:
07 Oktober, 2023, 19:10 »
Changelog
[core] save config read from stdin across restart
[core] warn if daemonize w/o absolute config path
[mod_dirlisting] send Link w/ external css or js
[mod_dirlisting] fix missing header/readme (fixes #3211)
[core] ignore coverity warning
[core] ignore coverity warning
[core] reqpool.c:request_set_con()
[core] request_init_data() minor optim
[core] request.c:request_pool_{push,pop}
Revert “[core] h2 http_request_parse_header() tweak”
[core] enable config conditions on HTTP/2 PRI
[mod_webdav] extend symlink support (non-standard)
[mod_extforward] fix extforward.params config opt
[mod_authn_ldap] fix config auth.require group=… (fixes #3216)
[core] set CON_STATE_READ_POST for HTTP/2 reqbody
[core] chunkqueue_read_squash() returns cq->first
[core] get body from cq at offset in chunk
[doc] update stbuehler address
[tests] use sha crypt for fastcgi auth environment tests
[tests] drop des-crypt and crypt-md5 auth tests - deprecated/not available on various platforms
[core] code size: xxhash XXH_NO_STREAM
[core] fdevent_sh_exec()
[mod_dirlisting] http_dirlist_auto_layout_early_hints()
[mod_dirlisting] send 103 w/ external css or js
[mod_dirlisting] json output for //?json
[mod_dirlisting] include ETag with cached result
[core] import xxHash v0.8.2
[tests] move %ENV modifications into forked child
[mod_ssi] init hctx->wq to init alt cq tempdirs
[tests] initialize request_st cqs in tests
[core] chunkqueue_env_tmpdir()
[core] config_set_defaults() reduce code size
[tests] use current perl interpreter path for env.PERL in lighttpd.conf
[mod_deflate] code reuse to create temp file
[core] skip pwrite() to temp file if 0 len write
[core] store cq->tempdirs in stack var
[core] remove tempdirs ptr from struct chunkqueue
[core] treat upload_temp_file_size=0 as default sz
[core] hide unused var on _WIN32 compiler warning
[mod_nss] nspr include prefix portability(attempt)
[CI] scripts/ci-build.sh arg consistency;add meson
[CI] remove wolfssl from autobuild; let rest build
[CI] remove NSS from autobuild; let rest build
[CI] remove mbedtls from autobuild; let rest build
[mod_nss] nspr include prefix portability(attempt)
[CI] ci-build.sh: adjust meson; add pam, maxminddb
[CI] ci-build.sh: fix typo –with-pam
[CI] remove maxminddb from autobuild,cmake; let rest build
[CI] ci-build.sh re-enable additional dependencies
[core] optimize for non-Range requests
[core] allow larger number of Ranges if sorted
[tests] test_http_range.c
[core] attempt to quiet coverity warning
[build] packdist.sh now produces .md for www.l.n
[core] disable keep-alive if HTTP/1.1 CL and TE
[core] reject empty Content-Length for HTTP/1.x
[core] reject uppercase in unrecognized HTTP/2 hdr
[core] warn dynamic mods listed before staticfile
[core] dev-only internal request state debugging
[core] short-circuit connection_state_machine_loop
[core] reset connection-level state at con level
[core] optim for non-throttle writes
[core] remove connection_handle_write HTTP/1.x opt
[core] yield writing large HTTP/1.x on slow device
[core] tighten h2_process_streams()
[core] h2_process_streams() simpler loop to retire
[core] http_response_physical_pathinfo()
[core] http_response_prepare() tweaks
[meson] Fix ‘getoption’ meson typo
[core] use different getxattr() prototype on MacOS
[mod_deflate] do not compress any 1xx status
[core] http_response_304(), http_response_412()
[core] add config option to reject pathinfo
[core] expand mimetype.assign builtin defaults
[core] mark some cold routines noinline
[core] add config opt to send GOAWAY for bad auth
[core] show_features() show inotify or kqueue
[core] stat_cache_refresh_entry()
[core] splaytree: use all 32-bits of hash value
[core] splaytree: compare keys directly
[core] splaytree: splaytree_splay_nonnull()
[core] stat_cache: stat_cache_sptree_ndx()
[multiple] use splaytree_splay_nonnull()
[h2] comment struct h2con h2_sid member is unused
[mod_openssl] disable DH auto if DHParameters set
[mod_openssl] replace deprecated openssl funcs
[core] splaytree: splaytree_delete_splayed_node()
[multiple] use splaytree_delete_splayed_node()
[core] splaytree: splaytree_insert_splayed()
[multiple] use splaytree_insert_splayed()
[core] _WIN32 fs_win32_readlinkUTF8() (#3223)
[mod_magnet] lighty.c.readlink() (fixes #3223)
[core] add config option to reject pathinfo
[mod_dirlisting] send 103 Early Hints only for h2+
[mod_webdav] reject non-identity Content-Encoding
[scons] include mod_h2 in static builds (fixes #3224)
[core] http_request_validate_pseudohdrs comment
[core] comment out redundant code
[core] reset addtl state b4 dynamic error handler
[core] reject Connection hdr in h2 as soon as seen
[mod_h2] process headers for debug
[mod_h2] comments and behavior for h2spec tests
[multiple] mark func __attribute_returns_nonnull__
[core] expand mimetype.assign builtin defaults
[core] warn if IPv6 socket not supported
[mod_simple_vhost,mod_evhost] check host strict
[mod_simple_vhost,mod_evhost] minor code transform
[mod_magnet] quiet 32-bit compiler warning
[close]
http://www.lighttpd.net/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
lighttpd 1.4.73
«
Antwort #367 am:
31 Oktober, 2023, 17:10 »
Changelog
[core] add .mkv to mimetype.assign builtin defaults
[core] warn if out-of-range value for config short
[mod_openssl] set default curves for ossl < 1.1.0
[mod_h2] parse HEADERS flags sooner
[mod_h2] check send window before defer frame rd
[mod_h2] send GOAWAY to excessive request flood
[mod_h2] h2_parse_headers_frame() adjust args
[mod_h2] h2_recv_headers() parse trailers earlier
[mod_h2] send GOAWAY to excessive request flood
[mod_h2] discard new streams after GOAWAY sent
[mod_h2] h2_discard_headers() to HPACK-decode hdrs
[core] parse entire server.http-parseopts list
[mod_wstunnel] Sec-WebSocket-Protocol only if req hdr
[mod_h2] disable h2proto if mod_h2 was not found
[core] omit dlopen trace for mod_h2, mod_deflate
[mod_h2] defer input parsing if large output queue
[mod_h2] defer frame handling if stream pend close
[mod_h2] detect and log HTTP/2 rapid reset attack
[core] honor MBEDTLS_USE_PSA_CRYPTO for hash,rand
[mod_mbedtls] honor MBEDTLS_USE_PSA_CRYPTO for rand
[core] comment out li_rand_bytes() (unused)
[mod_mbedtls] handle mbedtls 3.x partial write
[mod_h2] detect and log HTTP/2 rapid reset attack
[mod_h2] detect and log HTTP/2 rapid reset attack
[mod_openssl] warn if openssl version < 3.0.0
[mod_openssl] include openssl/hmac.h for boringssl
[close]
http://www.lighttpd.net/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
HFS – Http File Server 0.52.0
«
Antwort #368 am:
09 April, 2024, 18:50 »
HFS (HTTP File Server) is a great tool for sharing files on any device with a web browser. Just setup the program, add files and folders via drag and drop, and connect to the web address. The web view is an easy-to-navigate page that provides search, a variety of view options, and even the capability to download files and folders in a single archive (TAR format).
Other features include user controls, uploading, speed limits, transfer logs, "expert" view, and IP bans. Note that to make the program available over the internet, a dynamic DNS-type service may be necessary.
Functional in Linux under WINE.
License : GPL
Changelog
file-show: system integration showing file-name and artwork (if any is found in the same folder)
file-show: support media-keys previous and next track (best usage with auto-play)
file-show: flac support
file-show: id3 tags
file-show: auto-play
admin/custom: new section "html head" #465
upload: rename button
admin/internet: dynamic DNS updater
admin/accounts: expiration and "days to live"
admin/fs: the add button was moved to the folder form
admin/options: block-ip rules can now be disabled
admin/options: log options moved to Logs page
support login with http-basic-authentication
log rotation will preserve file extension
improved accessibility
search: support wildcards
admin/logs: much faster loading
admin/logs: download button
admin/internet: geo-firewall will ignore LAN IPs
many improvements on file-show
support for chrome 69
upload: faster with many small files #485
admin/fs: disk-spaces button
admin/fs: show disk-space inside file-picker
some operations will not show a dialog but a less-intrusive notification
support "back" button to close dialogs
show folder's comment also after entering the folder
admin/monitoring: hover connections to know number of different IPs
IMPORTANT CHANGE: option dont_overwrite_uploading is now on by default
several fixes and minor improvements
[close]
http://www.rejetto.com/hfs/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
lighttpd 1.4.76
«
Antwort #369 am:
13 April, 2024, 09:10 »
Changelog
[core] add default to builtin mimetype.assign
[core] add MPTCP support
[core] disable MPTCP support by default
[mod_expire] omit caching hdrs for 204 No Content
[mod_staticfile] noinline cold func
[core] GNU/Hurd preadv2() RWF_NOWAIT ENOTSUP
[core] special value for Linux POLLRDHUP on SPARC
[mod_openssl] define asn1 time w/ OPENSSL_NO_OCSP
[h2] VU#421644 HTTP/2 CONTINUATION Flood
[build] packdist.sh git archive; replace make dist
[core] gw_network_backend_write_error() cold func
[core] reduce syscalls in some backend connect
[core] defer TCP_FIN propagate if connect()ing (fixes #3249)
[ci] workaround some packaging issues in NetBSD 10
[close]
http://www.lighttpd.net/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
HFS – Http File Server 0.52.1
«
Antwort #370 am:
17 April, 2024, 21:20 »
Whats new:>>
a few fixes and minor improvements
http://www.rejetto.com/hfs/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
HFS – Http File Server 0.52.2
«
Antwort #371 am:
21 April, 2024, 09:22 »
Whats new:>>
a few fixes
http://www.rejetto.com/hfs/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Nginx 1.26.0
«
Antwort #372 am:
24 April, 2024, 10:10 »
Changelog
Changes with nginx 1.26.0 23 Apr 2024
*) 1.26.x stable branch.
Changes with nginx 1.25.5 16 Apr 2024
*) Feature: virtual servers in the stream module.
*) Feature: the ngx_stream_pass_module.
*) Feature: the "deferred", "accept_filter", and "setfib" parameters of
the "listen" directive in the stream module.
*) Feature: cache line size detection for some architectures.
Thanks to Piotr Sikora.
*) Feature: support for Homebrew on Apple Silicon.
Thanks to Piotr Sikora.
*) Bugfix: Windows cross-compilation bugfixes and improvements.
Thanks to Piotr Sikora.
*) Bugfix: unexpected connection closure while using 0-RTT in QUIC.
Thanks to Vladimir Khomutov.
[close]
http://nginx.org/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
HFS – Http File Server 0.52.3
«
Antwort #373 am:
24 April, 2024, 20:10 »
Whats new:>>
a few fixes
http://www.rejetto.com/hfs/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
HFS – Http File Server 0.52.4
«
Antwort #374 am:
30 April, 2024, 07:10 »
Whats new:>>
a few fixes
http://www.rejetto.com/hfs/
Arbeits.- Testrechner
:
Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit
TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )
Drucken
Seiten:
1
...
20
21
22
23
24
[
25
]
26
Nach oben
« vorheriges
nächstes »
DVB-Cube <<< Das deutsche PC und DVB-Forum >>>
»
PC-Ecke
»
# Hard-und Software Allgemein
»
Thema:
Mini/Test/DHCP/Webserver und Tools diverses