{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "grep -l \"prod.campus\" \/etc\/apache2\/sites-enabled\/* 2>\/dev\/null && grep ServerName \/etc\/apache2\/sites-enabled\/* | grep -i campus",
"description": "Check Apache vhost config"
}
}
{
"tool_response": {
"stdout": "\/etc\/apache2\/sites-enabled\/campus.systemische-tools.de.conf\n\/etc\/apache2\/sites-enabled\/campus.systemische-tools.de-le-ssl.conf\n\/etc\/apache2\/sites-enabled\/campus.systemische-tools.de.conf: ServerName campus.systemische-tools.de\n\/etc\/apache2\/sites-enabled\/campus.systemische-tools.de-le-ssl.conf: ServerName campus.systemische-tools.de\n\/etc\/apache2\/sites-enabled\/dev.campus.systemische-tools.de.conf: ServerName dev.campus.systemische-tools.de\n\/etc\/apache2\/sites-enabled\/dev.campus.systemische-tools.de-le-ssl.conf: ServerName dev.campus.systemische-tools.de\n\/etc\/apache2\/sites-enabled\/nextcloud.conf: ServerName files.campus.systemische-tools.de\n\/etc\/apache2\/sites-enabled\/nextcloud-le-ssl.conf: ServerName files.campus.systemische-tools.de",
"stderr": "",
"interrupted": false,
"isImage": false
}
}