4
Perl Tutorials - Herong's Tutorial Examples - Version 5.30, by Dr. Herong Yang [ Home | Site Map | Search | Comments ] [ PDF | RSS | Index ] Chinese Calendar 2013 Chinese Calendar 2014 Chinese Calendar 2015 Perl Tutorials - Herong's Tutorial Examples Integrating Perl with Apache Web Server Starting and Stopping Apache Server Comments Email PDF RSS © 2015 by Dr. Herong Yang. All rights reserved. This section describes how to start and stop the Apache server using start and stop scripts. Windows Task Manager can also be used to stop the Apache server. 1. The normal way to stop the Apache server is to use Apache server control scripts. Click Start > All Programs > Apache HTTP Server 2.2 > Control Apache Server > Stop. The Apache server will be stopped. 2. The normal way to stop the Apache server is also to use Apache server control scripts. Click Start > All Programs > Apache HTTP Server 2.2 > Control Apache Server > Start. The Apache server will be started. 3. A quick way to know if the Apache server is running or not is to use Windows Task Manager. Run Windows Task Manager, and click the Processes tab. If you see "httpd.exe" is listed as a running process, you know that your Apache server is running. 4. Of course, Windows Task Manager can also be used to stop the Apache server. Select "httpd.exe" on Processes tab on Windows Task Manager, and click the "End Process" button. Then click "Yes" on the warning message to terminate "httpd.exe". Programming Tutorial Books Android Tutorial Examples ASP Tutorial Examples C# Tutorial Examples Flash Tutorial Examples Free Web Services HTML Tutorial Examples Java Tutorial Examples JDK Tutorial Examples Java Tools Tutorials JVM Tutorial Examples JDBC Tutorial Examples Java Swing Tutorials JavaScript Tutorial Examples JSP Tutorial Examples MySQL Tutorial Examples Perl Tutorial Examples Sorting Algorithms PHP Tutorial Examples VBScript Tutorial Examples SOAP & Web Service WSDL Tutorial Examples XSLT & XHTML Tutorials XML Technology Tutorials XSD Tutorial Examples All books... Other Tutorial Books UML Tutorial Examples PKI Tutorial Examples Cryptography Tutorial Examples Data Encoding Tutorial GB2312 Character Set Chinese Web Sites using PHP Unicode Tutorial Examples Computer History CD/DVD Tutorial Examples Windows Tutorial Examples Aplicatii pe factura Cu Orange platesti aplicatiile din Google Playcu numarul tau Orange Service laptop Bucuresti Diagnosticare,reparatie, garantie Calitate la pret excelent ! 10 - 18 Starting and Stopping Apache Server http://www.herongyang.com/Perl/Apache-Start-Stop-Apache-Server.html 1 of 4 10/7/2015 12:15 PM

Starting and Stopping Apache Server

Embed Size (px)

DESCRIPTION

Starting and Stopping Apache Server

Citation preview

Page 1: Starting and Stopping Apache Server

Perl Tutorials - Herong's Tutorial Examples - Version 5.30, by Dr. Herong Yang

[ Home | Site Map | Search | Comments ] [ PDF | RSS | Index ]

Chinese Calendar 2013

Chinese Calendar 2014

Chinese Calendar 2015

Perl Tutorials - Herong's Tutorial Examples

∟ Integrating Perl with Apache Web Server

∟Starting and Stopping Apache Server

Comments Email

PDF RSS

© 2015 by Dr. Herong Yang.

All rights reserved.

This section describes how to

start and stop the Apache

server using start and stop

scripts. Windows Task Manager

can also be used to stop the

Apache server.

1. The normal way to stop the Apache server is to use Apache server control scripts.

Click Start > All Programs > Apache HTTP Server 2.2 > Control Apache Server > Stop.

The Apache server will be stopped.

2. The normal way to stop the Apache server is also to use Apache server control

scripts. Click Start > All Programs > Apache HTTP Server 2.2 > Control Apache Server >

Start. The Apache server will be started.

3. A quick way to know if the Apache server is running or not is to use Windows Task

Manager. Run Windows Task Manager, and click the Processes tab. If you see

"httpd.exe" is listed as a running process, you know that your Apache server is running.

4. Of course, Windows Task Manager can also be used to stop the Apache server.

Select "httpd.exe" on Processes tab on Windows Task Manager, and click the "End

Process" button. Then click "Yes" on the warning message to terminate "httpd.exe".

Programming Tutorial Books

Android Tutorial Examples

ASP Tutorial Examples

C# Tutorial Examples

Flash Tutorial Examples

Free Web Services

HTML Tutorial Examples

Java Tutorial Examples

JDK Tutorial Examples

Java Tools Tutorials

JVM Tutorial Examples

JDBC Tutorial Examples

Java Swing Tutorials

JavaScript Tutorial Examples

JSP Tutorial Examples

MySQL Tutorial Examples

Perl Tutorial Examples

Sorting Algorithms

PHP Tutorial Examples

VBScript Tutorial Examples

SOAP & Web Service

WSDL Tutorial Examples

XSLT & XHTML Tutorials

XML Technology Tutorials

XSD Tutorial Examples

All books...

Other Tutorial Books

UML Tutorial Examples

PKI Tutorial Examples

Cryptography Tutorial Examples

Data Encoding Tutorial

GB2312 Character Set

Chinese Web Sites using PHP

Unicode Tutorial Examples

Computer History

CD/DVD Tutorial Examples

Windows Tutorial Examples

Aplicatiipe facturaCu Orangeplatestiaplicatiile dinGoogle Play™cu numarultau Orange

Service laptopBucuresti

Diagnosticare,reparatie, garantieCalitate la pret excelent ! 10 - 18

Starting and Stopping Apache Server http://www.herongyang.com/Perl/Apache-Start-Stop-Apache-Server.html

1 of 4 10/7/2015 12:15 PM

Page 2: Starting and Stopping Apache Server

Chinese Festivals

More on Chinese Culture

More Chinese Calendars

200 Years: 1901 to 2100

Chinese Calendar - Mobile

Chinese-English Dictionary

Chinese-Pinyin Translator

Best Chinese Movies

Best Chinese TV Series

Best Chinese Music

Traditional and Modern

Repeat the process again if see more than one instances of "httpd.exe".

The picture below shows you how to start Apache server:

Last update: 2014.

Submit Your Comment:

Please write meaningful comments. Thanks☺

Your Name:

Let (a,b)=(6,1), what is a×b?

(All fields are required.)

Table of Contents

About This Book

Perl on Linux Systems

ActivePerl on Windows Systems

Data Types: Values and Variables

Expressions, Operations and Simple Statements

User Defined Subroutines

Windows Security Tutorials

200 Years of Chinese Calendar

Astrology and Horoscope

Notes on Physics

Publishing Books using XML

All books...

Books in Chinese

In Chinese: GB2312 Character Set

In Chinese: XSLT & XHTML

Simplified Chinese Calendars

Traditional Chinese Calendars

Copyright © 2015 Dr. Herong Yang

All rights reserved.Free Download DWG CADZWCAD, open, view & edit DWG �le. Easy-to-use for DWG �ledrafting.

Starting and Stopping Apache Server http://www.herongyang.com/Perl/Apache-Start-Stop-Apache-Server.html

2 of 4 10/7/2015 12:15 PM

Page 3: Starting and Stopping Apache Server

Perl Built-in Debugger

Name Spaces and Perl Module Files

Symbolic (or Soft) References

Hard References - Addresses of Memory Objects

Objects (or References) and Classes (or Packages)

Typeglob and Importing Identifiers from Other Packages

String Built-in Functions and Performance

File Handles and Data Input/Output

Open Files in Binary Mode

Open Directories and Read File Names

File System Functions and Operations

Converting Perl Script to Executable Binary

Using DBM Database Files

Using MySQL Database Server

Socket Communication Over the Internet

XML::Simple Module - XML Parser and Generator

XML Communication Model

SOAP::Lite - SOAP Server-Client Communication Module

Perl Programs as IIS Server CGI Scripts

CGI (Common Gateway Interface)

XML-RPC - Remote Procedure Call with XML and HTTP

RPC::XML - Perl Implementation of XML-RPC

► Integrating Perl with Apache Web Server

Downloading Apache HTTP Server 2.2.25 for Windows

Installing Apache HTTP Server 2.2.25 on Windows

Publishing HTML Documents as Web Pages

► Starting and Stopping Apache Server

Starting and Stopping Apache Server http://www.herongyang.com/Perl/Apache-Start-Stop-Apache-Server.html

3 of 4 10/7/2015 12:15 PM

Page 4: Starting and Stopping Apache Server

Running Perl Scripts in "cgi-bin"

printenv.pl - Testing Perl CGI Environment

500 Internal Server Error

cgi-lib.pl - The Standard Library for CGI Scripts

ReadParse() - Parsing Web Form Input Values

Running Perl Scripts in "htdocs"

CGI.pm Module for Building Web Pages

LWP::UserAgent and Web Site Testing

References

Printable Copy - PDF Version

Custom Search

Copyright © 2015 by Dr. Herong Yang. All rights reserved.

[ Home | Site Map | Search | Comments ] [ PDF | RSS | Index ]

Starting and Stopping Apache Server - Updated in 2014, by Dr. Herong Yang

WebCounter:

Starting and Stopping Apache Server http://www.herongyang.com/Perl/Apache-Start-Stop-Apache-Server.html

4 of 4 10/7/2015 12:15 PM