Kapitel 09: Anpassungen
This commit is contained in:
parent
f2d31d7e80
commit
5a8bea9cda
|
@ -41,9 +41,9 @@ AddHandler perl-script .pl
|
||||||
PerlResponseHandler ModPerl::Registry
|
PerlResponseHandler ModPerl::Registry
|
||||||
PerlOptions +ParseHeaders
|
PerlOptions +ParseHeaders
|
||||||
</Location>
|
</Location>
|
||||||
<Directory /usr/local/apache2/htdocs/>
|
#<Directory /usr/local/apache2/htdocs/>
|
||||||
Options +ExecCGI
|
# Options +ExecCGI
|
||||||
</Directory>
|
#</Directory>
|
||||||
|
|
||||||
<LocationMatch "^/printenv(\.html)?$">
|
<LocationMatch "^/printenv(\.html)?$">
|
||||||
SetHandler perl-script
|
SetHandler perl-script
|
||||||
|
@ -64,11 +64,11 @@ AddHandler php7-script .php7
|
||||||
Action php7-script /cgi-bin/php-7.4.33
|
Action php7-script /cgi-bin/php-7.4.33
|
||||||
|
|
||||||
AddHandler php8-script .php8
|
AddHandler php8-script .php8
|
||||||
Action php8-script /cgi-bin/php-8.1.42
|
Action php8-script /cgi-bin/php-8.2.24
|
||||||
|
|
||||||
### doc2pdf.sh
|
### doc2pdf.sh
|
||||||
|
|
||||||
Action application/msword /cgi-bin/doc2pdf2.sh
|
Action application/msword /cgi-bin/doc2pdf.sh
|
||||||
|
|
||||||
### docx2pdf.sh
|
### docx2pdf.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue