{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "ssh root@prod.karlkratz.com \"cat \/etc\/apache2\/sites-enabled\/*raum.events* 2>\/dev\/null | head -40; echo '==='; ls \/etc\/apache2\/sites-enabled\/*raum* 2>\/dev\/null\"",
"description": "Check dev.raum.events VHost config"
}
}
{
"tool_response": {
"stdout": "<VirtualHost *:8090>\n ServerName dev.raum.events\n DocumentRoot \/var\/www\/dev.raum.events\/public\n\n <Directory \/var\/www\/dev.raum.events\/public>\n Options -Indexes +FollowSymLinks\n AllowOverride All\n Require all granted\n Include conf-available\/security-rules.conf\n <\/Directory>\n\n # Admin System Alias\n Alias \/adm \/var\/www\/dev.raum.events\/adm\/public\n <Directory \/var\/www\/dev.raum.events\/adm\/public>\n Options -Indexes +FollowSymLinks\n AllowOverride All\n Require all granted\n DirectoryIndex index.php\n\n <FilesMatch \\.php$>\n SetHandler \"proxy:unix:\/run\/php\/php8.4-fpm-dev.sock|fcgi:\/\/localhost\/\"\n <\/FilesMatch>\n <\/Directory>\n\n# Protocols h2 http\/1.1\n\n # PHP-FPM\n <FilesMatch \\.php$>\n SetHandler \"proxy:unix:\/run\/php\/php8.4-fpm-dev.sock|fcgi:\/\/localhost\/\"\n <\/FilesMatch>\n\n # Brotli Compression\n <IfModule mod_brotli.c>\n BrotliCompressionQuality 4\n BrotliAlterETag AddSuffix\n AddOutputFilterByType BROTLI_COMPRESS text\/html text\/plain text\/xml text\/css application\/xml application\/xhtml+xml application\/javascript application\/x-javascript\n AddOutputFilterByType BROTLI_COMPRESS application\/rss+xml application\/atom_xml application\/x-font-ttf image\/svg+xml image\/x-icon\n AddOutputFilterByType BROTLI_COMPRESS application\/json\n <\/IfModule>\n\n===\n\/etc\/apache2\/sites-enabled\/dev.raum.events-le-ssl.conf\n\/etc\/apache2\/sites-enabled\/mail.raum.events-le-ssl.conf\n\/etc\/apache2\/sites-enabled\/mta-sts.raum.events-le-ssl.conf\n\/etc\/apache2\/sites-enabled\/raum.events-le-ssl.conf",
"stderr": "",
"interrupted": false,
"isImage": false,
"noOutputExpected": false
}
}