no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | apache_options_directive [2012/07/05 18:37] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Apache Options Directive ====== | ||
+ | * [[Apache]] | ||
+ | * [[http:// | ||
+ | |||
+ | There are two ways to set Options for Apache. | ||
+ | |||
+ | Stating the Options directly will use only those: | ||
+ | |||
+ | < | ||
+ | Options ExecCGI FollowSymLinks SymLinksIfOwnerMatch | ||
+ | </ | ||
+ | |||
+ | Setting the Options using '' | ||
+ | |||
+ | < | ||
+ | Options +ExecCGI -Indexes | ||
+ | </ | ||
+ | |||
+ | If you get a '' |