Articoli correlati a Apache Cookbook

Apache Cookbook - Brossura

 
9780596529949: Apache Cookbook
Vedi tutte le copie di questo ISBN:
 
 

There's plenty of documentation on installing and configuring the Apache web server, but where do you find help for the day-to-day stuff, like adding common modules or fine-tuning your activity logging? That's easy. The new edition of the Apache Cookbook offers you updated solutions to the problems you're likely to encounter with the new versions of Apache.

Written by members of the Apache Software Foundation, and thoroughly revised for Apache versions 2.0 and 2.2, recipes in this book range from simple tasks, such installing the server on Red Hat Linux or Windows, to more complex tasks, such as setting up name-based virtual hosts or securing and managing your proxy server. Altogether, you get more than 200 timesaving recipes for solving a crisis or other deadline conundrums, with topics including:

  • Security
  • Aliases, Redirecting, and Rewriting
  • CGI Scripts, the suexec Wrapper, and other dynamic content techniques
  • Error Handling
  • SSL
  • Performance
This book tackles everything from beginner problems to those faced by experienced users. For every problem addressed in the book, you will find a worked-out solution that includes short, focused pieces of code you can use immediately. You also get explanations of how and why the code works, so you can adapt the problem-solving techniques to similar situations.

Instead of poking around mailing lists, online documentation, and other sources, rely on the Apache Cookbook for quick solutions when you need them. Then you can spend your time and energy where it matters most.

Le informazioni nella sezione "Riassunto" possono far riferimento a edizioni diverse di questo titolo.

L'autore:

Rich Bowen has been involved with the Apache Web Server project since 1998, and has written a number of books about it. He works on the web team at Asbury College, where he gets to put into practice a few of the things he writes about. Rich lives in Lexington, Kentucky.

Ken Coar is a member of the Apache Software Foundation, the body that oversees Apache development. He is the author of Apache Server for Dummies (January 1998) and co-author of Apache Server Unleashed (March 2000). Ken has been responsible for fielding email sent to the Apache project, and his experience with that mailing list provided a foundation for this book.

Contenuti:
Preface; What’s in This Book; Platform Notes; Other Books; Other Sources; How This Book Is Organized; Conventions Used in This Book; Using Code Examples; We’d Like to Hear from You; Safari® Enabled; Acknowledgments; Chapter 1: Installation; 1.1 Installing installation from Red Hat Linux packages packages Red Hat Linux, installation from Red Hat Linux, packages, installation from from Red Hat Linux’s Packages; 1.2 Debian, packages, installation from installation from Debian packages packages Debian, installation from Installing from Debian Packages; 1.3 Windows installation on Installing Apache installation on Windows on Windows; 1.4 Subversion downloading sources sources downloading Downloading the Apache downloads sources Sources; 1.5 Apache building from sources building Apache from sources sources building Apache from Building Apache from the Sources; 1.6 ApacheToolbox, installation with Installing with downloads ApacheToolbox installation ApacheToolbox and ApacheToolbox; 1.7 Apache starting starting Apache Starting, Apache stopping stopping Apache Stopping, and Apache restarting restarting Apache Restarting Apache; 1.8 Apache uninstalling uninstalling Apache Uninstalling Apache; 1.9 Which Apache versions Version of Apache to Use; 1.10 upgrades, config.nice and Upgrading Using config.nice config.nice; 1.11 boot, starting Apache at Starting Apache Apache starting at boot starting Apache at boot at Boot; 1.12 Useful configure script, options configure Options; 1.13 Finding Apache’s files location Files; Chapter 2: Adding Common Modules; 2.1 Installing a Generic installation modules, third-party modules third-party third-party modules Third-Party Module; 2.2 Installing Unix mod_dav mod_dav on a installation mod_dav Unix mod_dav Unix Unixish System; 2.3 Installing Windows mod_dav mod_dav on installation mod_dav Windows mod_dav Windows Windows; 2.4 Installing installation mod_perl, Unix Unix mod_perl mod_perl on a mod_perl Unix Unixish System; 2.5 Installing Unix mod_php mod_php on a installation mod_php Unix mod_php Unix Unixish System; 2.6 Installing Windows mod_php mod_php on installation mod_php Windows mod_php Windows Windows; 2.7 Installing installation mod_ssl mod_ssl SSL (Secure Socket Layers) mod_ssl mod_ssl; 2.8 Finding Modules Using modules locating, modules.apache.org modules.apache.org modules.apache.org; 2.9 Installing installation mod_security mod_security; 2.10 Why Won’t This modules troubleshooting Module Work?; Chapter 3: Logging; 3.1 Getting More logs entries, details Details in Your Log Entries; 3.2 Getting More error log, details logs error, details Detailed Errors; 3.3 POST, contents, logging Logging logs POST contents POST Contents; 3.4 clients, proxied, logging IP addresses IP addresses logging, proxied clients proxies clients, logging IP addresses Logging a logs proxied clients, IP addresses Proxied Client’s IP Address; 3.5 MAC, addresses, logging Logging Client logs MAC addresses MAC Addresses; 3.6 cookies, logging Logging logs cookies Cookies; 3.7 Not Logging logs image requests, local pages Image Requests from Local Pages; 3.8 logs logfiles, rotating at specific times Rotating Logfiles at a Particular Time; 3.9 logs rotating Rotating Logs on the First of the Month; 3.10 hostnames logging Logging logs hostnames Hostnames Instead of IP Addresses; 3.11 Maintaining logs virtual hosts separate logs Separate Logs for Each Virtual Host; 3.12 proxies requests, logging Logging logs proxy requests Proxy Requests; 3.13 Logging logs errors, virtual hosts, multiple files Errors for Virtual Hosts to Multiple Files; 3.14 IP addresses servers, logging Logging logs server IP addresses Server servers IP addresses, logging IP Addresses; 3.15 Logging the logs referring page Referring Page; 3.16 browser, software name, logging software, browser, logging name Logging the logs browser software name Name of the Browser Software; 3.17 Logging logs arbitrary request header fields request header, arbitrary fields, logging Arbitrary Request Header Fields; 3.18 Logging logs arbitrary response header fields response header, arbitrary fields, logging Arbitrary Response Header Fields; 3.19 databases MySQL, logging activity Logging logs MySQL database activity MySQL database, logging activity Activity to a MySQL Database; 3.20 Logging logs to syslog to syslog; 3.21 Logging logs user directories User Directories; Chapter 4: Virtual Hosts; 4.1 Setting Up Name-Based Virtual Hosts; 4.2 Designating One Name-Based Virtual Host as the name-based virtual hosts default virtual hosts name-based default Default; 4.3 Setting Up address-based virtual hosts virtual hosts address-based setup Address-Based Virtual Hosts; 4.4 Creating a virtual hosts address-based default Default Address-Based Virtual Host; 4.5 virtual hosts address-based mixing with name-based virtual hosts name-based mixing with address-based Mixing Address-Based and Name-Based Virtual Hosts; 4.6 Mass Virtual Hosting with mod_vhost_alias virtual hosts mass mod_vhost_alias and virtual hosts mod_vhost_alias mod_vhost_alias; 4.7 Mass Virtual Hosting Using Rewrite Rules; 4.8 Logging for Each logs virtual hosts virtual hosts logging for Virtual Host; 4.9 logfiles splitting virtual hosts logfiles, splitting Splitting Up a Logfile; 4.10 port-based virtual hosts virtual hosts port-based Port-Based Virtual Hosts; 4.11 addresses, displaying same content on multiple Displaying the Same Content on Several Addresses; 4.12 Defining databases virtual hosts virtual hosts defining in database Virtual Hosts in a Database; Chapter 5: Aliases, Redirecting, and Rewriting; 5.1 directories URLs mapping mapping, URLs, to directories URLs (Uniform Resource Locators) mapping to directories Mapping a URL to a Directory; 5.2 Creating a URLs (Uniform Resource Locators) new, creating for existing content New URL for Existing Content; 5.3 Giving URLs (Uniform Resource Locators) users having own URLs Users Their Own URLs; 5.4 URLs (Uniform Resource Locators) aliasing, one directive Aliasing Several aliases URLs, several with one directive URLs with a Single Directive; 5.5 directories URLs mapping to same CGI directory Mapping Several URLs to the URLs (Uniform Resource Locators) mapping to directories same CGI directory Same CGI Directory; 5.6 CGI directories creating for each user directories CGI creating for each user Creating a CGI Directory for Each User; 5.7 Redirecting redirecting URLs to another location to Another Location; 5.8 Redirecting Several URLs to the redirecting URLs to same destination Same Destination; 5.9 Permitting case-insensitive URLs URLs (Uniform Resource Locators) case-insensitive Case-Insensitive URLs; 5.10 Showing PHP source, highlighted without symlinking symlinking, highlighted PHP source without Highlighted PHP Source without Symlinking; 5.11 URLs (Uniform Resource Locators) replacing text in requested Replacing Text in Requested URLs; 5.12 CGI arguments, rewriting path information Rewriting rewriting path information to CGI arguments Path Information to CGI Arguments; 5.13 requests unreferred denying access to unreferred requests denying access to Denying Access to Unreferred Requests; 5.14 requests unreferred redirecting to explanation page unreferred requests redirecting to explanation page Redirecting redirecting unreferred requests to explanation page Unreferred Requests to an Explanation Page; 5.15 query strings, rewriting based on Rewriting rewriting based on query string Based on the Query String; 5.16 SSL (Secure Socket Layers) redirecting to Redirecting All—or Part—of Your Server redirecting to SSL to SSL; 5.17 directories turning into hostnames hostnames turning directories into Turning Directories into Hostnames; 5.18 requests redirecting to single host Redirecting All redirecting requests to single host Requests to a Single Host; 5.19 arguments, turning document names into documents names, turning into arguments Turning Document Names into Arguments; 5.20 URLs (Uniform Resource Locators) elements, rewriting between path and query string Rewriting rewriting URL elements between path and query string Elements between Path and Query String; 5.21 directories rewriting hostnames to hostnames rewriting to directory Rewriting a rewriting hostnames to directories Hostname to a Directory; 5.22 query arguments, turning URL segments into URLs (Uniform Resource Locators) segments, turning into query arguments Turning URL Segments into Query Arguments; 5.23 Using AliasMatch AliasMatch, ScriptAliasMatch ScriptAliasMatch, and RedirectMatch RedirectMatch; Chapter 6: Security; 6.1 Using authentication system account information and security authentication system account information and System Account Information for Web Authentication; 6.2 Setting Up passwords single-use security passwords single-use single-use passwords Single-Use Passwords; 6.3 expiring passwords passwords expiring security passwords expiring Expiring Passwords; 6.4 uploads, size, limiting Limiting Upload Size; 6.5 images, restricting off-site use off-site use of images, restricting Restricting Images from Being Used Off-Site; 6.6 authentication strong, requiring security authentication requiring weak and strong Requiring Both authentication weak, requiring weak authentication, requiring Weak and strong authentication, requiring Strong Authentication; 6.7 Managing .htpasswd files passwords .htpasswd files security passwords .htpasswd files .htpasswd Files; 6.8 Making authentication digest authentication password files and digest authentication password files and Password Files for passwords digest authentication and Digest Authentication; 6.9 directories subdirectories, relaxing security in security relaxing in subdirectories subdirectories, relaxing security in Relaxing Security in a Subdirectory; 6.10 security lifting restrictions selectively Lifting Restrictions Selectively; 6.11 files ownership, authorizing ownerhips of files, authorizing security file ownership, authorizing Authorizing Using File Ownership; 6.12 Storing MySQL user credentials security user credentials, MySQL databases User Credentials in a MySQL Database; 6.13 authentication usernames, accessing security authentication username access usernames, authenticated, accessing Accessing the Authenticated Username; 6.14 authentication passwords, obtaining passwords obtaining security passwords obtaining Obtaining the Password Used to Authenticate; 6.15 brute-force password attacks, preventing passwords brute-force attacks, preventing security passwords preventing brute-force attacks Preventing Brute-Force Password Attacks; 6.16 Using security authentication digest authentication Digest authentication digest authentication versus basic digest authentication versus basic Versus Basic Authentication; 6.17 credentials, accessing, embedded in URLs Accessing security credentials embedded in URLs URLs (Uniform Resource Locators) credentials embedded in Credentials Embedded in URLs; 6.18 Securing security WebDAV WebDAV security WebDAV; 6.19 WebDAV enabling, writable files and Enabling WebDAV Without Making Files Writable by the Web User; 6.20 proxies URL access, restricting Restricting URLs (Uniform Resource Locators) proxy access, restricting Proxy Access to Certain URLs; 6.21 Protecting Files with a files wrappers security wrappers wrappers Wrapper; 6.22 Protecting files servers, malicious scripts and security server files, protecting servers files, malicious scripts and Server Files from Malicious Scripts; 6.23 files permissions, setting permissions, setting security file permissions, setting Setting Correct File Permissions; 6.24 module sets, running minimal security module sets, running minimal Running a Minimal Module Set; 6.25 files outside Web root, restricting access security files, outside Web root, restricting access Restricting Access to Files Outside Your Web Root; 6.26 methods, limiting security methods, limiting Limiting Methods by User; 6.27 range requests, restricting security range requests, restricting Restricting Range Requests; 6.28 Rebutting DoS attacks, mod_evasive and mod_evasive, DoS attacks and security DoS attacks, mod_evasive and DoS Attacks with mod_evasive; 6.29 chroot, mod_security and mod_security chroot and security mod_security, chroot and Chrooting Apache with mod_security; 6.30 authentication migrating to 2.2 security authentication migrating to 2.2 Migrating to 2.2 Authentication; 6.31 Blocking mod_security worms and security worms, mod_security and worms, mod_security and Worms with mod_security; 6.32 Mixing read-only access, Subversion repository and Subversion read-only access Read-Only and Subversion write access write access, Subversion repository and Write Access to a Subversion Repository; 6.33 Using redirecting permanent, forbidden URLs and URLs (Uniform Resource Locators) forbidden, permanent redirects Permanent Redirects to Obscure Forbidden URLs; Chapter 7: SSL; 7.1 SSL (Secure Socket Layers) installation Installing SSL; 7.2 Windows SSL installation Installing SSL installation SSL on Windows SSL (Secure Socket Layers) installation on Windows on Windows; 7.3 Generating self-signed SSL certificates SSL (Secure Socket Layers) certificates self-signed Self-Signed SSL Certificates; 7.4 SSL (Secure Socket Layers) CAs, trusted, generating Generating a Trusted CAs (Certificate Authorities), trusted, generating CA; 7.5 Serving a SSL (Secure Socket Layers) portion of site available via Portion of Your Site via SSL; 7.6 Authenticating with Client authentication SSL, certificates SSL (Secure Socket Layers) certificates authentication and Certificates; 7.7 virtual hosts SSL SSL SSL (Secure Socket Layers) virtual hosts Virtual Hosts; 7.8 SSL (Secure Socket Layers) certificates wild card wild card certificates Wildcard Certificates; Chapter 8: Dynamic Content; 8.1 Enabling a CGI Directory; 8.2 CGI scripts enabling, non-ScriptAliased directories Enabling CGI Scripts in Non-ScriptAliased Directories; 8.3 CGI directories default documents, specifying documents CGI directories, specifying Specifying a Default Document in a CGI Directory; 8.4 Using CGI programs launching, Windows file extensions Windows File Extensions to Windows CGI programs, launching Launch CGI Programs; 8.5 Using CGI scripts extensions Extensions to Identify CGI Scripts; 8.6 CGI testing setup Testing that CGI Is Set Up Correctly; 8.7 CGI form parameters, reading Reading Form Parameters; 8.8 CGI invoking for certain content types Invoking a CGI Program for Certain Content Types; 8.9 Getting SSIs (Server-Side Includes) SSIs to Work; 8.10 Displaying date, last modified last modified date Last Modified Date; 8.11 Including a Standard Header; 8.12 Including the CGI program output Output of a CGI Program; 8.13 CGI scripts running as different user, suexec and Running CGI Scripts as a Different User with suexec; 8.14 CPAN, installing mod_perl handler mod_perl handler installing from CPAN Installing a mod_perl Handler from CPAN; 8.15 mod_perl handler writing Writing a mod_perl Handler; 8.16 PHP script handling, enabling Enabling PHP Script Handling; 8.17 PHP installation, verifying Verifying PHP Installation; 8.18 CGI parsing output, SSIs and SSIs (Server-Side Includes) parsing CGI output for Parsing CGI Output for Server Side Includes; 8.19 Parsing SSIs (Server-Side Includes) ScriptAlias output ScriptAlias Script ScriptAlias output, parsing for SSIs Output for Server-Side Includes; 8.20 Getting Perl scripts, mod_perl and mod_perl to Handle All mod_perl Perl scripts and Perl Scripts; 8.21 Python, enabling script handling Enabling Python Script Handling; Chapter 9: Error Handling; 9.1 Handling a error handling host fields, missing host fields, missing Missing Host Field; 9.2 Changing the CGI scripts response status error handling CGI scripts, response status Response Status for CGI Scripts; 9.3 error handling error messages, customized error messages, customized Customized Error Messages; 9.4 Providing documents error documents, mu...

Le informazioni nella sezione "Su questo libro" possono far riferimento a edizioni diverse di questo titolo.

  • EditoreOreilly & Associates Inc
  • Data di pubblicazione2008
  • ISBN 10 0596529945
  • ISBN 13 9780596529949
  • RilegaturaCopertina flessibile
  • Numero edizione2
  • Numero di pagine285
  • Valutazione libreria

I migliori risultati di ricerca su AbeBooks

Foto dell'editore

Bowen, Rich
Editore: O'Reilly Media (2008)
ISBN 10: 0596529945 ISBN 13: 9780596529949
Nuovo Paperback Quantità: 1
Da:
GoldBooks
(Denver, CO, U.S.A.)
Valutazione libreria

Descrizione libro Paperback. Condizione: new. New Copy. Customer Service Guaranteed. Codice articolo think0596529945

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 16,07
Convertire valuta

Aggiungere al carrello

Spese di spedizione: EUR 3,93
In U.S.A.
Destinazione, tempi e costi
Foto dell'editore

Bowen, Rich, Coar, Ken
Editore: O'Reilly Media (2008)
ISBN 10: 0596529945 ISBN 13: 9780596529949
Nuovo Paperback Quantità: 1
Da:
The Media Foundation
(BEAVERTON, OR, U.S.A.)
Valutazione libreria

Descrizione libro Paperback. Condizione: New. Pages are crisp and clean, binding tight. Cover shows light edgewear (price reflects). 100% Satisfaction Guaranteed. Orders received before 3PM PT typically ship same day. All profits support the non-profit community. Codice articolo mon0000085561

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 16,71
Convertire valuta

Aggiungere al carrello

Spese di spedizione: EUR 4,15
In U.S.A.
Destinazione, tempi e costi
Foto dell'editore

Bowen, Rich
Editore: O'Reilly Media (2008)
ISBN 10: 0596529945 ISBN 13: 9780596529949
Nuovo Paperback Quantità: 1
Da:
Big Bill's Books
(Wimberley, TX, U.S.A.)
Valutazione libreria

Descrizione libro Paperback. Condizione: new. Brand New Copy. Codice articolo BBB_new0596529945

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 18,32
Convertire valuta

Aggiungere al carrello

Spese di spedizione: EUR 2,77
In U.S.A.
Destinazione, tempi e costi
Foto dell'editore

Bowen, Rich
Editore: O'Reilly Media (2008)
ISBN 10: 0596529945 ISBN 13: 9780596529949
Nuovo Paperback Quantità: 1
Da:
GoldenWavesOfBooks
(Fayetteville, TX, U.S.A.)
Valutazione libreria

Descrizione libro Paperback. Condizione: new. New. Fast Shipping and good customer service. Codice articolo Holz_New_0596529945

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 20,79
Convertire valuta

Aggiungere al carrello

Spese di spedizione: EUR 3,70
In U.S.A.
Destinazione, tempi e costi
Foto dell'editore

Bowen, Rich
Editore: O'Reilly Media (2008)
ISBN 10: 0596529945 ISBN 13: 9780596529949
Nuovo Softcover Quantità: 1
Da:
Ergodebooks
(Houston, TX, U.S.A.)
Valutazione libreria

Descrizione libro Softcover. Condizione: New. 2. There's plenty of documentation on installing and configuring the Apache web server, but where do you find help for the day-to-day stuff, like adding common modules or fine-tuning your activity logging? That's easy. The new edition of the Apache Cookbook offers you updated solutions to the problems you're likely to encounter with the new versions of Apache.Written by members of the Apache Software Foundation, and thoroughly revised for Apache versions 2.0 and 2.2, recipes in this book range from simple tasks, such installing the server on Red Hat Linux or Windows, to more complex tasks, such as setting up name-based virtual hosts or securing and managing your proxy server. Altogether, you get more than 200 timesaving recipes for solving a crisis or other deadline conundrums, with topics including: Security Aliases, Redirecting, and Rewriting CGI Scripts, the suexec Wrapper, and other dynamic content techniques Error Handling SSL Performance This book tackles everything from beginner problems to those faced by experienced users. For every problem addressed in the book, you will find a worked-out solution that includes short, focused pieces of code you can use immediately. You also get explanations of how and why the code works, so you can adapt the problem-solving techniques to similar situations.Instead of poking around mailing lists, online documentation, and other sources, rely on the Apache Cookbook for quick solutions when you need them. Then you can spend your time and energy where it matters most. Codice articolo DADAX0596529945

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 27,93
Convertire valuta

Aggiungere al carrello

Spese di spedizione: GRATIS
In U.S.A.
Destinazione, tempi e costi
Foto dell'editore

Bowen, Rich
Editore: O'Reilly Media (2008)
ISBN 10: 0596529945 ISBN 13: 9780596529949
Nuovo Brossura Quantità: 1
Da:
Front Cover Books
(Denver, CO, U.S.A.)
Valutazione libreria

Descrizione libro Condizione: new. Codice articolo FrontCover0596529945

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 27,58
Convertire valuta

Aggiungere al carrello

Spese di spedizione: EUR 3,97
In U.S.A.
Destinazione, tempi e costi
Foto dell'editore

Bowen, Rich
Editore: O'Reilly Media (2008)
ISBN 10: 0596529945 ISBN 13: 9780596529949
Nuovo Brossura Quantità: > 20
Da:
Lakeside Books
(Benton Harbor, MI, U.S.A.)
Valutazione libreria

Descrizione libro Condizione: New. Brand New! Not Overstocks or Low Quality Book Club Editions! Direct From the Publisher! We're not a giant, faceless warehouse organization! We're a small town bookstore that loves books and loves it's customers! Buy from Lakeside Books!. Codice articolo OTF-Y-9780596529949

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 28,29
Convertire valuta

Aggiungere al carrello

Spese di spedizione: EUR 3,69
In U.S.A.
Destinazione, tempi e costi
Immagini fornite dal venditore

Coar, Ken A. L.; Bowen, Rich
Editore: O'Reilly Media (2008)
ISBN 10: 0596529945 ISBN 13: 9780596529949
Nuovo Brossura Quantità: 4
Da:
GreatBookPrices
(Columbia, MD, U.S.A.)
Valutazione libreria

Descrizione libro Condizione: New. Codice articolo 5188201-n

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 30,44
Convertire valuta

Aggiungere al carrello

Spese di spedizione: EUR 2,44
In U.S.A.
Destinazione, tempi e costi
Immagini fornite dal venditore

Bowen, Rich
ISBN 10: 0596529945 ISBN 13: 9780596529949
Nuovo Paperback or Softback Quantità: 5
Da:
BargainBookStores
(Grand Rapids, MI, U.S.A.)
Valutazione libreria

Descrizione libro Paperback or Softback. Condizione: New. Apache Cookbook 1.11. Book. Codice articolo BBS-9780596529949

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 33,86
Convertire valuta

Aggiungere al carrello

Spese di spedizione: GRATIS
In U.S.A.
Destinazione, tempi e costi
Foto dell'editore

Bowen, Rich
Editore: O'Reilly Media (2008)
ISBN 10: 0596529945 ISBN 13: 9780596529949
Nuovo Brossura Quantità: > 20
Da:
Lucky's Textbooks
(Dallas, TX, U.S.A.)
Valutazione libreria

Descrizione libro Condizione: New. Codice articolo ABLIING23Feb2416190071089

Informazioni sul venditore | Contatta il venditore

Compra nuovo
EUR 31,80
Convertire valuta

Aggiungere al carrello

Spese di spedizione: EUR 3,69
In U.S.A.
Destinazione, tempi e costi

Vedi altre copie di questo libro

Vedi tutti i risultati per questo libro