Skip to content

Commit 28f60d4

Browse files
Update httpd.conf
1 parent 915bfa4 commit 28f60d4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Apache Server/conf/httpd.conf

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,9 +628,11 @@ LogLevel warn
628628
# To use CGI scripts outside of ScriptAliased directories:
629629
# (You will also need to add "ExecCGI" to the "Options" directive.)
630630
#
631-
AddHandler cgi-script .cgi
631+
#AddHandler cgi-script .cgi
632+
#AddHandler cgi-script .pl
632633

633-
AddHandler cgi-script .pl
634+
Options +ExecCGI
635+
AddHandler cgi-script .cgi .py .php .pl
634636

635637
# For type maps (negotiated resources):
636638
AddHandler type-map var

0 commit comments

Comments
 (0)