Apache Webserver 2: Installation, Konfiguration, Programmierung
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | German |
Veröffentlicht: |
München [u.a.]
Addison-Wesley
2004
|
Ausgabe: | 2., aktualisierte Aufl. |
Schriftenreihe: | Open source library
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | 897 S. Ill. CD-ROM (12 cm) |
ISBN: | 3827321182 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV017958949 | ||
003 | DE-604 | ||
005 | 20220222 | ||
007 | t | ||
008 | 040323s2004 gw a||| |||| 00||| ger d | ||
016 | 7 | |a 970632126 |2 DE-101 | |
020 | |a 3827321182 |9 3-8273-2118-2 | ||
028 | 5 | 2 | |a 2118 |
035 | |a (OCoLC)76704946 | ||
035 | |a (DE-599)BVBBV017958949 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a ger | |
044 | |a gw |c DE | ||
049 | |a DE-91G |a DE-19 |a DE-1051 |a DE-1102 |a DE-473 |a DE-12 |a DE-573 |a DE-859 |a DE-154 |a DE-522 |a DE-188 | ||
084 | |a ST 201 |0 (DE-625)143612: |2 rvk | ||
084 | |a ST 253 |0 (DE-625)143628: |2 rvk | ||
084 | |a DAT 614f |2 stub | ||
084 | |a 004 |2 sdnb | ||
084 | |a DAT 303f |2 stub | ||
100 | 1 | |a Wolfgarten, Sebastian |e Verfasser |4 aut | |
245 | 1 | 0 | |a Apache Webserver 2 |b Installation, Konfiguration, Programmierung |c Sebastian Wolfgarten |
250 | |a 2., aktualisierte Aufl. | ||
264 | 1 | |a München [u.a.] |b Addison-Wesley |c 2004 | |
300 | |a 897 S. |b Ill. |e CD-ROM (12 cm) | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a Open source library | |
650 | 0 | 7 | |a Apache 2 |0 (DE-588)4683947-1 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Apache 2 |0 (DE-588)4683947-1 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=010764149&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-010764149 |
Datensatz im Suchindex
_version_ | 1804130601999007745 |
---|---|
adam_text | Titel: Apache Webserver 2
Autor: Wolfgarten, Sebastian
Jahr: 2004
Inhaltsverzeichnis
Vorwort 17
1 Apache-Grundlagen 19
1.1 Apache 19
1.2 Vergleich Apache 1.3.x vs. 2.x 20
1.2.1 Verschiedene Laufzeitmodelle 20
1.2.2 Apache Portable Runtime 21
1.2.3 Multi Processing Modules 21
1.2.4 Neues Build-System 22
1.2.5 Multi-Protokoll-Unterstutzung 22
1.2.6 Neues Apache API 22
1.2.7 IPv6 22
1.2.8 Ein-und Ausgabefilter 22
1.2.9 Mehrsprachige Fehlermeldungen 23
1.2.10 Vereinfachte Konfiguration 23
1.2.11 Native Windows NT Unicode-Unterstutzung 23
1.2.12 Bibliothek fur regul^re Ausdrucke aktualisiert 24
1.3 Migration Apache 1.x auf 2.x 24
1.3.1 Anderungen an der Installation 24
1.3.2 Anderungen an der Laufzeitkonfiguration 24
1.3.3 Weitere Anderungen 25
1.3.4 Module von Drittanbietern 25
1.3.5 Fazit 26
1.4 Funktionsweise des Apache 26
1.4.1 Apache 1.3.x 26
1.4.2 Apache 2.x 28
2 Installation 35
2.1 Bezug der Software 35
2.2 Inhalte der Quellen 36
2.3 Grundinstallation unter Unix/Linux 37
2.4 Installation mit fertigen Paketen 45
2.4.1 Installation per RPM 45
2.4.2 Installation mit Debian .deb Paketen 46
2.4.3 Installation mit vorkompilierten Paketen 47
6
Inhaltsverzeichnis
2.5 Installation des Apache 2 unter Gentoo Linux 48
2.5.1 Aktualisierung des Systems 48
2.5.2 Installation des Apache 2 49
2.6 Installation des Apache 2 unter SuSE 51
2.6.1 Installation 51
2.7 Installation unter (Free-) BSD 53
2.7.1 Aktualisierung der Ports-Sammlung unter FreeBSD mit CVSup 54
2.7.2 Installation von Software mit der FreeBSD Ports-Sammlung 55
2.7.3 Deinstallation von einer Software mit der Ports-Sammlung 57
2.7.4 Installation des Apache 2 mit der Ports-Sammlung 58
2.8 Installation unter Sun Solaris 60
2.8.1 Installation von wget und gunzip 60
2.8.2 Installation des Compilers gcc 60
2.8.3 Autoconf 62
2.8.4 Libtool 62
2.8.5 Manuelle Kompilierung und Installation des Apache 2
unter Sun Solaris 63
2.9 Installation unter Microsoft Windows 64
2.9.1 Installation des Apache 2 unter Windows 64
2.9.2 Kompilierung des Apache 2 unter Microsoft Windows 68
2.9.3 SSL unter Windows 73
2.10 Apache fur absolute Anfanger (XAMPP) 78
2.10.1 Installation unter Linux (LAMPP) 78
2.10.2 Installation unter Windows (WAMPP) 80
3 Erweiterte Installation 83
3.1 Anpassung der Installationspfade 83
3.1.1 Erstellung eines eigenen Installationslayouts 92
3.2 Benutzerdefinierte Installation unter Unix/Linux 93
3.3 Modulubersicht 110
3.3.1 Standardmodule 110
3.3.2 Module von Drittanbietern 113
3.3.3 Empfohlene Module 118
3.4 ./configure bis zum Abwinken 122
3.4.1 Fallbeispiele 122
Inhaltsverzeichnis
7
3.5 Installation diverser Zusatzsoftware unter Unix/Linux 125
3.5.1 Installation von GNU Bison (optional, u.a. fur PHP benotigt) 125
3.5.2 Installation von GNU Flex (optional, u.a. fur PHP benotigt) 125
3.5.3 Installation von GNU GDBM
(optional, u.a. fur PostgreSQL benotigt) 126
3.5.4 Installation von LibNCurses (optional, u.a. fur
Kernelkonfiguration und LibReadline benotigt) 126
3.5.5 Installation von FreeType (optional, u.a. fur PHP benotigt) 127
3.5.6 Installation von zlib (optional, u.a. fur PHP und
GD-Lib benotigt) 128
3.5.7 Installation von JPEGSrc (optional, u.a. fur PHP benotigt) 129
3.5.8 Installation von LibPNG (optional, u.a. fur PHP und
GD-Lib benotigt) 130
3.5.9 Installation von GD-Lib (optional, u.a. fur PHP benotigt) 131
3.5.10 Installation der LibTiff (optional, u.a. fur PHP und
PDFLib benotigt) 132
3.5.11 Installation der PDFLib (optional, u.a. fur PHP benotigt) 133
3.5.12 Installation von GhostScript (optional) 134
3.6 Apache 2 in einer Chroot-Umgebung 135
3.6.1 Grundinstallation des Apache 2 136
3.6.2 Einrichtung der Chroot-Umgebung 137
3.6.3 Konfiguration des Apache und Test der Chroot-Umgebung 142
3.6.4 Abschlussarbeiten 143
3.7 MetuxMPM 144
3.7.1 Installation 145
3.7.2 Konfiguration 147
3.7.3 Praxisbeispiel 149
3.8 Updates 152
4 Betrieb 155
4.1 Starten/Stoppen des Apache unter Unix/Linux 155
4.2 Starten/Stoppen des Apache unter Microsoft Windows 160
5 Konfiguration 165
5.1 Einleitung 165
5.1.1 Begriffsdefinition 165
5.1.2 Konfigurationsdateien 166
5.1.3 Syntax der Konfigurationsanweisungen 167
5.1.4 Kommentare 168
8
Inhaltsverzeichnis
5.1.5 Mehrzeilige Anweisungen 169
5.1.6 Aufteilung auf mehrere Konfigurationsdateien 169
5.1.7 Kontexte 170
5.2 Basiskonfiguration 171
5.2.1 Serveridentifikation 173
5.2.2 Erweiterte Basiskonfiguration 180
5.2.3 Datei- und Verzeichnisstandorte 204
5.2.4 Benutzer- und Gruppenverwaltung 217
5.2.5 Ressourcenbegrenzung und Prozessmanagement 226
5.2.6 Dateien und Verzeichnisse 245
5.2.7 Aliase und Umleitungen 254
5.2.8 Handler 280
5.2.9 Verzeichnisindizes und Listings 284
5.2.10 Umgebungsvariablen 296
5.2.11 Server-Side Includes 305
5.2.12 suEXEC 309
5.3 Fortgeschrittene Konfiguration 311
5.3.1 Virtuelle Server 311
5.3.2 URL-Manipulation mit mod_rewrite 329
5.4 Sonstige Module 370
5.4.1 Der Apache als Proxy-Server (mod_proxy) 370
5.4.2 Auf den Client zugeschnittene Verarbeitung
(mod_negotiation) 385
5.4.3 Einfugen von definierten Inhalten in Antwortseiten
(modjnjection) 393
5.4.4 Der Umgang mit verschiedenen Dateitypen (mod_mime) 398
5.4.5 Caching von Inhalten (mod.cache) 412
5.4.6 Kontrolle uber und Anderung von HTTP-Headern
(mod_headers) 428
5.4.7 Steuerung der Aktualitat von Inhalten (mod_expires) 432
5.4.8 Serverseitige Unterstutzung von Image-Maps 435
5.4.9 Aufzeichnung des Userverhaltens mit Cookies
(modjjsertrack) 438
5.4.10 Anderung des Zeichensatzes von Antwortseiten
(mod_charset_lite) 442
5.4.11 Emulation der CERN HTTPD-Metdatei-Semantik
(mod_cern_meta) 445
5.4.12 Multiprotokoll-Unterstiitzung: Das echo-Beispiel-Modul
(mod_echo) 447
5.4.13 Auslieferung einer Zufallsdatei mit mod_variety 449
Inhaltsverzeichnis
9
6 Logging 453
6.1 Logdateien 453
6.1.1 ErrorLog 455
6.1.2 LogLevel 458
6.1.3 CustomLog 460
6.1.4 LogFormat 462
6.1.5 TransferLog 464
6.1.6 CookieLog 466
6.2 Formatierung der Logdatei-Eintrage 467
6.2.1 Sinnvolle Logdatei-Formate 472
6.3 Mehrere Logdateien 472
6.4 Konditionelle Protokollierung 473
6.5 Logdatei-Rotation 476
6.5.1 rotatelogs 477
6.5.2 cronolog 478
6.5.3 Logdatei-Umleitung (Piped Logs) 480
6.6 Logdateien der virtuellen Server 481
6.7 Weitere Logdateien 482
6.7.1 RewriteLog 482
6.7.2 RewriteLogLevel 483
6.7.3 ScriptLog 483
6.7.4 ScriptLogLength 484
6.7.5 ScriptLogBuffer 484
6.8 Logdatei-Auswertung 485
6.8.1 Webalizer 485
6.8.2 Kostenpflichtige Alternative: WebTrends fur Windows 490
6.8.3 Alternativen 492
6.8.4 Echtzeitanzeige von Logdateien mit mod_view 493
7 Serverseitige Programmierung 497
7.1 Common Gateway Interface (CGI) 497
7.1.1 Sicherheit von CGI-Skripten 499
7.1.2 mod_cgid 500
7.2 Perl 501
7.2.1 Installation unter Unix 501
7.2.2 Installation unter Windows 502
7.2.3 mod_perl 504
10
In h altsverze i chnis
7.3 Servlets 507
7.3.1 Installation eines Java Development Kits (optional) 507
7.3.2 Java (Tomcat) unter Unix/Linux 508
7.3.3 Java (Tomcat) unter Microsoft Windows 511
7.4 PHP 515
7.4.1 CGI-Variante unter Unix/Linux 515
7.4.2 DSO-Variante unter Unix/Linux 523
7.4.3 Installation unter Microsoft Windows 527
7.4.4 Konfiguration (php.ini) 536
7.5 Nutzung von C++ mit mod_cplusplus 541
7.5.1 Installation 541
7.5.2 Konfiguration 542
7.6 ASP.NET mit mod_mono 547
7.6.1 Vorbereitung 547
7.6.2 Installation von mono 548
7.6.3 Installation von mod_mono 549
7.6.4 Installation von xsp 551
7.6.5 Konfiguration 553
7.6.6 Probleme 555
7.7 mod_ruby 555
7.7.1 Installation von ruby 556
7.7.2 Installation von eruby 556
7.7.3 Installation von mod_ruby 557
7.7.4 Konfiguration 557
7.8 Apache spricht Python mit mod_python 559
7.8.1 Installation von Python 559
7.8.2 Installation von mod_python 560
7.8.3 Konfiguration und Test von mod_python 561
7.9 Ein- und Ausgabefilter 562
7.9.1 Kompressionsfilter (mod_deflate) 569
7.9.2 Entwicklung von eigenen Filtern 572
7.10 Erweiterung der Funktionalitat mit modjsapi 583
7.10.1 Unterstutzte Serverfunktionen 587
7.10.2 Entwicklung einer ISAPl-Anwendung mit Borland Delphi 6 588
7.11 Programmierung von eigenen Modulen:
Das Beispiel-Modul (mod_example) 592
Inhaltsverzeichnis
11
8 Datenbanken und LDAP 595
8.1 MySQL 595
8.1.1 Installation unter Unix 595
8.1.2 Installation unter Microsoft Windows 599
8.2 PostgreSQL 600
8.2.1 Installation von PostgreSQL (optional) 600
8.3 Authentifizierung gegen LDAP-Verzeichnisdienste 605
8.3.1 Vorbereitung 605
8.3.2 Installation von OpenLDAP 605
8.3.3 Konfiguration 606
8.3.4 Start von OpenLDAP und Erzeugung der eigenen Population 610
8.3.5 Installation des Apache 2 mit LDAP-Unterstutzung 612
8.3.6 Beispielkonfiguration des Apache 613
8.3.7 Apache, LDAP und SSL 613
8.4 Optimierung von Zugriffen auf LDAP-Server (modjdap) 614
9 Sicherheit 619
9.1 Sicherheitstechnische Optimierung der Standard-
konfiguration des Apache 619
9.1.1 Optimierung 619
9.2 Verwendung von sudo 624
9.2.1 Installation 625
9.2.2 Konfiguration und Verwendung von sudo 625
9.3 Kommunikationsverschlusselung 627
9.3.1 Installation von OpenSSL (optional, u.a. fur Apache und
PostgreSQL benotigt) 627
9.3.2 Verschlusselung mit dem SSL/TLS Interface mod_ssl 628
9.3.3 Zertifizierung 630
9.3.4 Konfiguration von mod_ssl 637
9.4 Client- und Benutzerauthentifizierung 665
9.4.1 Verwendung von htpasswd 679
9.4.2 mod_auth_anon 682
9.4.3 mod_auth_dbm 686
9.4.4 mod_auth_digest 688
9.4.5 Authentifizierung mit mod_auth_shadow 693
9.4.6 Authentifizierung mit mod_auth_mysql 694
9.4.7 Authentifizierung mit mod_auth_pam 707
12
Inhaltsverzeichnis
9.4.8 Authentifizierung uber LDAP (mod_auth_ldap) 712
9.4.9 Authentifizierung mit Hilfe einer externen Quelle
(mod_auth_external) 724
9.5 Abwehr interner Angriffe 735
9.5.1 ChrootO-Umgebung fur lokale Benutzer 735
9.6 Abwehr externer Angriffe 745
9.6.1 Abwehr von bosartigen Anfragen mit mod_fortress 745
9.6.2 Intrusion Detection System (mod_security) 751
9.6.3 Konzeption und Realisierung einer Firewall unter Linux 780
9.6.4 Schutz vor Denial of Service-Attacken durch mod_dosevasive 810
10 Analyse wahrend der Laufzeit 819
10.1 Der Apache erstattet Meldung (mod_status und modjnfo) 819
10.2 Analyse eingehender Aufgaben 821
10.2.1 Echtzeitauswertung der aktuellen Zugriffe mit apachetop 821
10.2.2 Debugging mit modjoopback 823
10.2.3 Vollstandige Sicherung des ein- und ausgehenden
Datenverkehrs mit mod_log_data 827
10.2.4 Verzogerung einer Anfrage mit mod_sleep 831
10.3 Analyse ausgehender Daten 833
10.3.1 Dynamische Syntaxuberprufung von HTML-Dateien
mit mod_tidy 833
Anhang 837
A.1 Regulare Ausdrucke 837
A.1.1 Allgemeine Grundlagen 837
A.I.2 Metazeichen 838
A.1.3 Beispiele fur regulare Ausdrucke 840
A.2 HTTP-Statuscodes 845
A.2.1 1xx 846
A.2.2 2xx 846
A.2.3 3xx 847
A.2.4 4xx 849
A.2.5 5xx 850
A.3 Umgebungsvariablen 851
A.3.1 Standardumgebungsvariablen 852
A.3.2 Headervariablen 854
A.3.3 Spezielle Variablen 856
Inhaltsverzeichnis
13
A.4 Datumsformatierung mit strftime() 858
A.4.1 Benutzung der Funktion strftimeO in C 859
A.5 Ein-und Ausgabekanale 860
A.5.1 stdin-Eingabekanal 861
A.5.2 stdout-Ausgabekanal 861
A.5.3 stderr-Fehlerausgabekanal 861
A.6 Browserkennungen 861
A.7 Daten auf den Server uberspielen 862
A.7.1 Secure Copy (SCP) unter Windows 863
A.8 Installation und Konfiguration eines Nameservers
unter Unix/Linux 865
A.8.1 Installation 866
A.8.2 Konfiguration 866
A.8.3 Erster Start des Nameservers und Test der Zonendateien 871
A.8.4 Erweiterte Konfiguration 874
A.8.5 Dasoptionale Sahnehaubchen 879
A.9 Webseite zum Buch 881
A.10 Unterstutzung und Hilfe 881
A.11 Literaturangaben 884
A.12 Lizenzbestimmungen fur den Apache-Webserver 884
Stichwortverzeichnis 889
|
any_adam_object | 1 |
author | Wolfgarten, Sebastian |
author_facet | Wolfgarten, Sebastian |
author_role | aut |
author_sort | Wolfgarten, Sebastian |
author_variant | s w sw |
building | Verbundindex |
bvnumber | BV017958949 |
classification_rvk | ST 201 ST 253 |
classification_tum | DAT 614f DAT 303f |
ctrlnum | (OCoLC)76704946 (DE-599)BVBBV017958949 |
discipline | Informatik |
edition | 2., aktualisierte Aufl. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01542nam a2200421 c 4500</leader><controlfield tag="001">BV017958949</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20220222 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">040323s2004 gw a||| |||| 00||| ger d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">970632126</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3827321182</subfield><subfield code="9">3-8273-2118-2</subfield></datafield><datafield tag="028" ind1="5" ind2="2"><subfield code="a">2118</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)76704946</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV017958949</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">ger</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">DE</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-91G</subfield><subfield code="a">DE-19</subfield><subfield code="a">DE-1051</subfield><subfield code="a">DE-1102</subfield><subfield code="a">DE-473</subfield><subfield code="a">DE-12</subfield><subfield code="a">DE-573</subfield><subfield code="a">DE-859</subfield><subfield code="a">DE-154</subfield><subfield code="a">DE-522</subfield><subfield code="a">DE-188</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 201</subfield><subfield code="0">(DE-625)143612:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 253</subfield><subfield code="0">(DE-625)143628:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 614f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">004</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 303f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Wolfgarten, Sebastian</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Apache Webserver 2</subfield><subfield code="b">Installation, Konfiguration, Programmierung</subfield><subfield code="c">Sebastian Wolfgarten</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">2., aktualisierte Aufl.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">München [u.a.]</subfield><subfield code="b">Addison-Wesley</subfield><subfield code="c">2004</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">897 S.</subfield><subfield code="b">Ill.</subfield><subfield code="e">CD-ROM (12 cm)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">Open source library</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Apache 2</subfield><subfield code="0">(DE-588)4683947-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Apache 2</subfield><subfield code="0">(DE-588)4683947-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=010764149&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-010764149</subfield></datafield></record></collection> |
id | DE-604.BV017958949 |
illustrated | Illustrated |
indexdate | 2024-07-09T19:23:38Z |
institution | BVB |
isbn | 3827321182 |
language | German |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-010764149 |
oclc_num | 76704946 |
open_access_boolean | |
owner | DE-91G DE-BY-TUM DE-19 DE-BY-UBM DE-1051 DE-1102 DE-473 DE-BY-UBG DE-12 DE-573 DE-859 DE-154 DE-522 DE-188 |
owner_facet | DE-91G DE-BY-TUM DE-19 DE-BY-UBM DE-1051 DE-1102 DE-473 DE-BY-UBG DE-12 DE-573 DE-859 DE-154 DE-522 DE-188 |
physical | 897 S. Ill. CD-ROM (12 cm) |
publishDate | 2004 |
publishDateSearch | 2004 |
publishDateSort | 2004 |
publisher | Addison-Wesley |
record_format | marc |
series2 | Open source library |
spelling | Wolfgarten, Sebastian Verfasser aut Apache Webserver 2 Installation, Konfiguration, Programmierung Sebastian Wolfgarten 2., aktualisierte Aufl. München [u.a.] Addison-Wesley 2004 897 S. Ill. CD-ROM (12 cm) txt rdacontent n rdamedia nc rdacarrier Open source library Apache 2 (DE-588)4683947-1 gnd rswk-swf Apache 2 (DE-588)4683947-1 s DE-604 HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=010764149&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Wolfgarten, Sebastian Apache Webserver 2 Installation, Konfiguration, Programmierung Apache 2 (DE-588)4683947-1 gnd |
subject_GND | (DE-588)4683947-1 |
title | Apache Webserver 2 Installation, Konfiguration, Programmierung |
title_auth | Apache Webserver 2 Installation, Konfiguration, Programmierung |
title_exact_search | Apache Webserver 2 Installation, Konfiguration, Programmierung |
title_full | Apache Webserver 2 Installation, Konfiguration, Programmierung Sebastian Wolfgarten |
title_fullStr | Apache Webserver 2 Installation, Konfiguration, Programmierung Sebastian Wolfgarten |
title_full_unstemmed | Apache Webserver 2 Installation, Konfiguration, Programmierung Sebastian Wolfgarten |
title_short | Apache Webserver 2 |
title_sort | apache webserver 2 installation konfiguration programmierung |
title_sub | Installation, Konfiguration, Programmierung |
topic | Apache 2 (DE-588)4683947-1 gnd |
topic_facet | Apache 2 |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=010764149&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT wolfgartensebastian apachewebserver2installationkonfigurationprogrammierung |