Practical mod_perl / HTML Book /



previous page: Chapter 5. Web Server Control, Monitoring, Upgrade, and Maintenance
  
page up: HTML Version of the book
  
next page: 5.2. Starting the Server in Single-Process Mode

5.1. Starting the Server in Multi-Process Mode


To start Apache manually, just run its executable. For example, on our machine, a mod_perl-enabled Apache executable is located at /home/httpd/httpd_perl/httpd_perl. So to start it, we simply execute:

panic% /home/httpd/httpd_perl/bin/httpd_perl

This executable accepts a number of optional arguments. To find out what they are (without starting the server), use the -h argument:

panic% /home/httpd/httpd_perl/bin/httpd_perl -h

The most interesting arguments will be covered in the following sections. Any other arguments will be introduced as needed.

 

Continue to:

  • prev: Chapter 5. Web Server Control, Monitoring, Upgrade, and Maintenance
  • Table of Contents
  • next: 5.2. Starting the Server in Single-Process Mode







TOP
previous page: Chapter 5. Web Server Control, Monitoring, Upgrade, and Maintenance
  
page up: HTML Version of the book
  
next page: 5.2. Starting the Server in Single-Process Mode


Menu

  • HTML Book
  • PDF Book
  • Download Code
  • Table of Contents
  • Errata
  • mod_perl2 User's Guide
  • Sitemap

Search


Add to Google




Creative Commons License


Written by
Eric Cholet (Logilune) and
Stas Bekman (StasoSphere & Free Books).


[ Privacy Policy | Terms of Use | About Us | Search ]

© 2007 StasoSphere.com