Reputation: 97
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
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