Apache the definitive guide

Apache is far and away the most widely used web server platform in the world. This versatile server runs more than half of the world's existing web sites. Apache is both free and rock-solid, running more than 21 million web sites ranging from huge e-commerce operations to corporate intranets an...

Descripción completa

Detalles Bibliográficos
Autor principal: Laurie, Ben (-)
Otros Autores: Laurie, Peter, 1937-
Formato: Libro electrónico
Idioma:Inglés
Publicado: Beijing ; Sebastopol, California : O'Reilly [2003]
Edición:3rd ed
Colección:Safari electronic books.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627020706719
Tabla de Contenidos:
  • Table of Contents; Preface; Who Wrote Apache, and Why?; The Demonstration Code; Conventions Used in This Book; Typographic Conventions; Icons; Pathnames; Directives; Directive; ServerAdmin; Organization of This Book; Acknowledgments; Getting Started; What Does a Web Server Do?; Criteria for Choosing a Web Server; Why Apache?; How Apache Works; Apache and Networking; What to Know About TCP/IP; How Apache Uses TCP/IP; Apache and Domain Name Servers; Multiple sites: Unix; Multiple sites: Win32; How HTTP Clients Work; What Happens at the Server End?; Planning the Apache Installation
  • Fitting Apache into Your NetworkWhich Operating System?; Which Unix?; Windows?; Which Apache?; Apache 2.0; Apache 2.0 and Win32; Installing Apache; Apache Executables for Unix; Making Apache 1.3.X Under Unix; Modules Under Unix; Compiled in modules; DSO modules; APXS; Building Apache 1.3.X Under Unix; Out of the Box; Semimanual Build Method; Choosing Modules; Shared Objects; Configuration Settings and Rules; Making Apache; New Features in Apache v2; Config File Changes in v2; httpd Command-Line Changes; Module Changes in v2; Making and Installing Apache v2 Under Unix; Apache Under Windows
  • Modules Under WindowsCompiling Apache Under Win32; Configuring Apache: The First Steps; What's Behind an Apache Web Site?; Running Apache from the Command Line; site.toddle; Setting Up a Unix Server; webuser and webgroup; User; Group; "Out of the Box" Default Problems; Running Apache Under Unix; Several Copies of Apache; Unix Permissions; A Local Network; Setting Up a Win32 Server; Console Window; Apache as a Service; Directives; ServerName; DocumentRoot; ServerRoot; ErrorLog; PidFile; TypesConfig; Inclusions into the Config file; Shared Objects; Shared Objects Under Unix; LoadModule
  • Shared Modules Under Win32LoadFile; ClearModuleList; AddModule; Toward a Real Web Site; More and Better Web Sites: site.simple; ErrorDocument; Butterthlies, Inc., Gets Going; Default Index; index.html; Block Directives; ; and ; and ; and ; ; ; Other Directives; ServerName; UseCanonicalName; ServerAdmin; ServerSignature; ServerTokens; ServerAlias; ServerPath; ScoreBoardFile; CoreDumpDirectory; SendBufferSize; LockFile; AcceptMutex; KeepAlive; KeepAliveTimeout; TimeOut; HostNameLookups
  • IncludeLimit; ; LimitRequestBody Directive; LimitRequestFields; LimitRequestFieldsize; LimitRequestLine; HTTP Response Headers; HeaderName; Header; Header; Options; FollowSymLinks, SymLinksIfOwnerMatch; Restarts; .htaccess; CERN Metafiles; MetaFiles; MetaDir; MetaSuffix; Expirations; ExpiresActive; ExpiresByType; ExpiresDefault; Virtual Hosts; Two Sites and Apache; Virtual Hosts; Name-Based Virtual Hosts; NameVirtual host; IP-Based Virtual Hosts; Mixed Name/IP-Based Virtual Hosts; Port-Based Virtual Hosting; Two Copies of Apache; BindAddress; Port; Listen; ListenBacklog
  • ServerType