Kapitel 09: Anpassungen

This commit is contained in:
Sven Velt 2024-10-17 09:13:30 +02:00
parent f2d31d7e80
commit 5a8bea9cda

View file

@ -41,9 +41,9 @@ AddHandler perl-script .pl
PerlResponseHandler ModPerl::Registry
PerlOptions +ParseHeaders
</Location>
<Directory /usr/local/apache2/htdocs/>
Options +ExecCGI
</Directory>
#<Directory /usr/local/apache2/htdocs/>
# Options +ExecCGI
#</Directory>
<LocationMatch "^/printenv(\.html)?$">
SetHandler perl-script
@ -64,11 +64,11 @@ AddHandler php7-script .php7
Action php7-script /cgi-bin/php-7.4.33
AddHandler php8-script .php8
Action php8-script /cgi-bin/php-8.1.42
Action php8-script /cgi-bin/php-8.2.24
### doc2pdf.sh
Action application/msword /cgi-bin/doc2pdf2.sh
Action application/msword /cgi-bin/doc2pdf.sh
### docx2pdf.sh