Answer the question
In order to leave comments, you need to log in
What does this code mean on apache?
What does this code mean on apache?
<IfModule mod_php4.c>
php_value engine off
</IfModule>
<IfModule mod_php5.c>
php_value engine off
</IfModule>
AddHandler cgi-script .php .pl .py .jsp .asp .htm .shtml .sh .cgi
Options -ExecCGI
Answer the question
In order to leave comments, you need to log in
And in general, should an ordinary php programmer know Apache directives?A very strange question. He should not know everything by heart, but when necessary, he should be able to open the documentation and read a couple of lines there.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question