Selvakumar Arumugam
Selvakumar Arumugam

Reputation: 97

What is a directive in Apache configuration?

Why all the configurations in Apache HTTP server are called directives? What is the meaning of directive? Curios to know the reason.

Upvotes: 5

Views: 4194

Answers (1)

Murali
Murali

Reputation: 111

Apache directives are a set of rules which define how your server should run, number of clients that can access your server, etc. you can change them by editing the httpd.conf and related files to meet your requirements

Upvotes: 11

Related Questions