Apache: Phrase Book: Essential Code and Commands by Daniel Lopez, Jesus Blanco

By Daniel Lopez, Jesus Blanco

What's the new crucial for Apache builders? The Apache Phrasebook. filled with functional recommendations, or "phrases," for initiatives that the Apache developer a lot accomplish each day, the phrasebook fills the necessity for a quick, sensible, to-the-point reference for Apache. The code inside the phrasebook is versatile, so it may be simply tailored in your wishes. latest challenge might be tomorrow's challenge, so do not waste some time on long tutorials. move immediately to sensible Apache instruments that supply instantly acceptable strategies for any scenario with the Apache Phrasebook.

Show description

Read Online or Download Apache: Phrase Book: Essential Code and Commands PDF

Similar system administration books

Java Performance and Scalability: Server-Side Programming Techniques

This publication was once written with one objective in brain: to supply Java programmers with the services had to construct effective, scalable Java code. the writer stocks his event in server-side functionality tuning via measured functionality checks, referred to as optimizations. each one optimization discusses recommendations to enhance the functionality and scalability of your code.

Deploying Microsoft Forefront Protection 2010 for Exchange Server (It Professional Series)

Get concentrated, real-world counsel for making plans and enforcing leading edge security for trade Server--and aid shield company electronic mail from viruses, junk mail, phishing, and coverage violations. Guided via key contributors of the Microsoft leading edge group, you are going to delve into procedure elements, good points, and services, and step via crucial making plans and layout concerns.

Additional resources for Apache: Phrase Book: Essential Code and Commands

Example text

Both require careful examination of existing code because you can no longer assume in your CGIs that all resources will be automatically freed by the operating system after the request is served. 0 that embeds a Perl interpreter inside the Apache web server. In addition to a powerful API to Apache internals, mod_perl includes a CGI compatibility mode that provides an environment that allows existing Perl CGIs to run with little or no modification. Since the scripts are run inside a persistent, in-process interpreter, there is no startup penalty.

It may be that the server is not running at all. Then ensure that you can connect to Apache from the local machine. To do this, use telnet to connect directly to the server and issue a sample request. Next, ensure that Apache running on the correct address/port combination. If you can access the server locally, but not remotely, Apache is likely listening on a local address or port that is not accessible remotely. Use netstat or lsof to determine on which addresses Apache is listening and ensure that they are correct.

If you are running Apache on a nonstandard port, you may be blocked. How to fix this varies from distribution to distribution. For example, you can use the system-config-securitylevel tool on Fedora systems and the Windows Firewall tool in the Windows Control Panel. Finally, if you are using Secure Sockets Layer (SSL) to access the server (explained in Chapter 7) and you are connecting using older browser versions or running unusual configurations, check the error log for problems related to SSL data encryption.

Download PDF sample

Rated 4.60 of 5 – based on 8 votes