|
2010/06/26 11:21 |
Haiko |
CGIHTTPServer
* cgihttpserver Dokumentation
* SimpleHTTPServer
Beispiel
#!/usr/bin/env python
from CGIHTTPServer import CGIHTTPRequestHandler
from Base… |
python,
cgi,
cgihttpserver,
webdev,
http |
|
2010/04/16 21:20 |
Heiko Thielen |
HTTP Header
* List of HTTP headers (engl.)
* HTTP-Status-Codes
linux apache lamp http |
linux,
apache,
lamp,
http |
|
2010/04/16 14:09 |
Heiko Thielen |
HTTP-Status
Kategorien 1xx bis 5xx
List_of_HTTP_status_codes, HTTP Header
Code Status 1xx Informational 2xx Success 3x… |
http,
linux,
php,
header,
status,
apache,
webserver |
|
2014/10/30 14:30 |
Haiko |
HTTP_AUTHORIZATION, PHP und FCGI
Für eine Shared Hosting Umgebung wollte ich ein PHP Skript mit einem einfachen Passwortschutz versehen. Lokal läuft alles supe… |
apache,
php,
fcgi,
http,
authorization |
|
2020/06/09 19:24 |
Haiko |
InfluxDB mit curl
Database
# Show Databases
$ curl -G -X GET 'http://172.19.0.7:8086/query?pretty=true' --data-urlencode "q=SHOW DATABASES"
{
"results"… |
influxdb,
curl,
http,
linux,
dev |
|
2010/06/10 18:45 |
Heiko Thielen |
Probleme beim Mappen Webdav mit Basic-Auth unter Vista und W7
Für Android-Smartphones gibt es zur Zeit IMHO 2 Webdav Server (onair,davdrive,davdrive lite), bei… |
android,
webdav,
onair,
davdrive,
windows7,
vista,
xp,
webfolder,
http,
put,
get,
https |
|
2010/06/25 12:15 |
Haiko |
SimpleHTTPServer
Python Dokumentation SimpleHTTPServer
CGIHTTPServer
<note warning>
In Python 3.x wurde der SimpleHTTPServer unbenannt in http.server
</note>… |
python,
http,
webserver,
simplehttpserver,
webdev |