Kleine Fixes

This commit is contained in:
Sven Velt 2024-10-18 14:50:48 +02:00
parent 954db42302
commit 39c18089fe
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
### Web-Worker Definition ### Web-Worker Definition
<VirtualHost 172.31.31.111:80> <VirtualHost 172.31.31.111:80>
DocumentRoot /usr/local/apache2/htdocs-webworkerX.sv DocumentRoot /usr/local/apache2/htdocs-webworker1.sv
ServerName webworker1.sv ServerName webworker1.sv
DirectoryIndex index.php index.html DirectoryIndex index.php index.html
CustomLog logs/webworker1-access.log combined CustomLog logs/webworker1-access.log combined
@ -11,7 +11,7 @@
</VirtualHost> </VirtualHost>
<VirtualHost 172.31.31.112:80> <VirtualHost 172.31.31.112:80>
DocumentRoot /usr/local/apache2/htdocs-webworkerX.sv DocumentRoot /usr/local/apache2/htdocs-webworker2.sv
ServerName webworker2.sv ServerName webworker2.sv
DirectoryIndex index.php index.html DirectoryIndex index.php index.html
CustomLog logs/webworker2-access.log combined CustomLog logs/webworker2-access.log combined

View file

@ -70,7 +70,7 @@ DeflateFilterNote Output deflate_output_info
DeflateFilterNote Ratio deflate_ratio_info DeflateFilterNote Ratio deflate_ratio_info
LogFormat '"%r" %{output_info}n/%{input_info}n (%{ratio_info}n%%)' deflate_compress LogFormat '"%r" %{output_info}n/%{input_info}n (%{ratio_info}n%%)' deflate_compress
CustomLog "|bin/rotatelogs logs/deflate_log.%Y%m%d 86400" deflate_compress CustomLog "|/usr/local/apache2/bin/rotatelogs logs/deflate_log.%Y%m%d 86400" deflate_compress
### mod_brotli aka "Accept-Encoding: br" ### mod_brotli aka "Accept-Encoding: br"