copr: exec only php files
This commit is contained in:
parent
75eea7e3a1
commit
95d81c153f
1 changed files with 1 additions and 6 deletions
|
@ -88,12 +88,7 @@ server.modules = (
|
|||
{% endif %}
|
||||
)
|
||||
|
||||
cgi.assign = ( ".pl" => "/usr/bin/perl",
|
||||
".cgi" => "/usr/bin/perl",
|
||||
".rb" => "/usr/bin/ruby",
|
||||
".erb" => "/usr/bin/eruby",
|
||||
".py" => "/usr/bin/python",
|
||||
".php" => "/usr/bin/php-cgi" )
|
||||
cgi.assign = ( ".php" => "/usr/bin/php-cgi" )
|
||||
|
||||
##
|
||||
#######################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue