https://www.www.weltdeserbens.de/.git/config

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_fos_rest_zone
false
_stopwatch_token
"a1d2ce"
_sulu
Sulu\Component\Webspace\Analyzer\Attributes\RequestAttributes {#2706
  -attributes: [
    "requestUri" => "/.git/config"
    "portalInformation" => Sulu\Component\Webspace\PortalInformation {#2287
      -type: 2
      -webspace: Sulu\Component\Webspace\Webspace {#2242
        -name: "juramuseum.de"
        -key: "juramuseum"
        -localizations: [
          Sulu\Component\Localization\Localization {#2245 …}
        ]
        -defaultLocalization: Sulu\Component\Localization\Localization {#2245 …}
        -xDefaultLocalization: null
        -segments: []
        -defaultSegment: null
        -theme: null
        -portals: [
          Sulu\Component\Webspace\Portal {#2256
            -name: "juramuseum.de"
            -key: "juramuseum"
            -localizations: [
              Sulu\Component\Localization\Localization {#2257
                -language: "de"
                -country: ""
                -shadow: null
                -children: null
                -parent: null
                -default: "1"
                -xDefault: ""
              }
            ]
            -defaultLocalization: Sulu\Component\Localization\Localization {#2257}
            -xDefaultLocalization: Sulu\Component\Localization\Localization {#2257}
            -environments: [
              "prod" => Sulu\Component\Webspace\Environment {#2261
                -type: "prod"
                -urls: [
                  Sulu\Component\Webspace\Url {#2262 …}
                ]
                -customUrls: [
                  Sulu\Component\Webspace\CustomUrl {#2263
                    -url: "juramuseum.de/*"
                  }
                ]
                -mainUrl: Sulu\Component\Webspace\Url {#2262 …}
              }
              "stage" => Sulu\Component\Webspace\Environment {#2264
                -type: "stage"
                -urls: [
                  Sulu\Component\Webspace\Url {#2265 …}
                ]
                -customUrls: [
                  Sulu\Component\Webspace\CustomUrl {#2266
                    -url: "*/*"
                  }
                ]
                -mainUrl: Sulu\Component\Webspace\Url {#2265 …}
              }
              "test" => Sulu\Component\Webspace\Environment {#2267
                -type: "test"
                -urls: [
                  Sulu\Component\Webspace\Url {#2268 …}
                ]
                -customUrls: [
                  Sulu\Component\Webspace\CustomUrl {#2269
                    -url: "*/*"
                  }
                ]
                -mainUrl: Sulu\Component\Webspace\Url {#2268 …}
              }
              "dev" => Sulu\Component\Webspace\Environment {#2270
                -type: "dev"
                -urls: [
                  Sulu\Component\Webspace\Url {#2271 …}
                ]
                -customUrls: [
                  Sulu\Component\Webspace\CustomUrl {#2272
                    -url: "*/*"
                  }
                  Sulu\Component\Webspace\CustomUrl {#2273
                    -url: "juramuseum.loc/*"
                  }
                  Sulu\Component\Webspace\CustomUrl {#2274
                    -url: "juramuseum.localhost/*"
                  }
                ]
                -mainUrl: Sulu\Component\Webspace\Url {#2271 …}
              }
            ]
            -webspace: Sulu\Component\Webspace\Webspace {#2242}
          }
        ]
        -security: Sulu\Component\Webspace\Security {#2243 …}
        -navigation: Sulu\Component\Webspace\Navigation {#2247 …}
        -templates: [
          "search" => "search/search"
          "error" => "error/error"
        ]
        -defaultTemplates: [
          "page" => "default"
          "home" => "homepage"
        ]
        -excludedTemplates: []
        -resourceLocatorStrategy: "tree_leaf_edit"
      }
      -portal: Sulu\Component\Webspace\Portal {#2256}
      -localization: null
      -segment: null
      -url: "www.www.weltdeserbens.de"
      -redirect: "www.www.weltdeserbens.de/{localization}"
      -main: false
      -urlExpression: "www.www.weltdeserbens.de/{localization}"
      -priority: 4
    }
    "matchType" => 2
    "redirect" => "www.www.weltdeserbens.de/{localization}"
    "portalUrl" => "www.www.weltdeserbens.de"
    "webspace" => Sulu\Component\Webspace\Webspace {#2242}
    "portal" => Sulu\Component\Webspace\Portal {#2256}
    "localization" => Sulu\Component\Localization\Localization {#2257}
    "locale" => "de"
    "urlExpression" => "www.www.weltdeserbens.de/{localization}"
    "resourceLocator" => "/.git/config"
    "dateTime" => DateTime @1783024006 {#2705
      date: 2026-07-02 22:26:46.541100 Europe/Berlin (+02:00)
    }
    "host" => "www.www.weltdeserbens.de"
    "port" => 443
    "path" => "/.git/config"
    "scheme" => "https"
  ]
}
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1570
  #message: "No route found for "GET https://www.www.weltdeserbens.de/.git/config""
  #code: 0
  #file: "/var/www/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 135
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#2325 …}
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/vendor/symfony/http-kernel/EventListener/RouterListener.php:135 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /var/www/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:57 {
      Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
      › $this->requestAnalyzer->analyze($request);$this->baseRouteListener->onKernelRequest($event);if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
    }
    /var/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
    /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/vendor/symfony/http-kernel/HttpKernel.php:139 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /var/www/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
      Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
      › try {    return $kernel->handle($request, $type, $catch);} finally {
    }
    /var/www/vendor/symfony/http-kernel/HttpCache/HttpCache.php:479 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, Response $entry = null) …
      › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
    /var/www/vendor/symfony/framework-bundle/HttpCache/HttpCache.php:73 {
      Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache->forward(Request $request, bool $catch = false, Response $entry = null) …
      › 
      ›     return parent::forward($request, $catch, $entry);}
    }
    /var/www/vendor/symfony/http-kernel/HttpCache/HttpCache.php:452 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false) …
      › 
      › $response = $this->forward($subRequest, $catch);}
    /var/www/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/Cache/SuluHttpCache.php:86 {
      Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->fetch(Request $request, $catch = false): Response …
      › {    return parent::fetch($request, $catch);}
    }
    /var/www/vendor/symfony/http-kernel/HttpCache/HttpCache.php:346 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false) …
      › 
      ›     return $this->fetch($request, $catch);}
    }
    /var/www/vendor/symfony/http-kernel/HttpCache/HttpCache.php:224 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › } else {    $response = $this->lookup($request, $catch);}
    }
    /var/www/vendor/friendsofsymfony/http-cache/src/SymfonyCache/EventDispatchingHttpCache.php:98 {
      Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): Response …
      › 
      › $response = parent::handle($request, $type, $catch);}
    /var/www/public/index.php:69 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#235 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
content-length
""
content-type
""
host
"www.www.weltdeserbens.de"
surrogate-capability
"symfony="ESI/1.0""
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"216.73.216.170, 172.21.0.5"
x-forwarded-host
"www.www.weltdeserbens.de"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-server
"22007417c727"
x-php-ob-level
"1"
x-real-ip
"216.73.216.170"
x-sulu-segment
""

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Thu, 02 Jul 2026 20:26:46 GMT"
x-cache-debug
1
x-debug-exception
"No%20route%20found%20for%20%22GET%20https%3A%2F%2Fwww.www.weltdeserbens.de%2F.git%2Fconfig%22"
x-debug-exception-file
"%2Fvar%2Fwww%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:135"
x-debug-token
"dc1896"
x-generator
"Sulu/2.5.8"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
BASIC_AUTH_ENABLED
"true"
BASIC_AUTH_PASSWORD
"admin"
BASIC_AUTH_USER
"admin"
COMPOSE_PROJECT_NAME
"juramuseum"
FREE_EXCERPT_TAG
"**[stop]**"
GOOGLE_MAPS_API_KEY
"AIzaSyDk72ETfbwNUPjlCH0JXBfDGCBWuJNLAbg"
LOCK_DSN
"semaphore"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
SULU_ADMIN_EMAIL
"info@weltdeserbens.de"
TRUSTED_PROXIES
"127.0.0.1,REMOTE_ADDR"

Defined as regular env variables

Key Value
APP_DEBUG
"0"
APP_ENV
"prod"
APP_SECRET
"8a8cd6ba3016cbc7cdc87b88bc772322"
COMPOSER_ALLOW_SUPERUSER
"1"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DATABASE_URL
"mysql://production:Room6yav8dee6aht@database:3306/production_weltdeserbens?serverVersion=10.4.28&charset=utf8mb4"
DOCUMENT_ROOT
"/var/www/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GPG_KEYS
"528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 39B641343D8C104B2B146DC3F9C39DC0B9698544 F1F692238FBC1666E5A5CCD4199F9DFEF6FFBAFD"
HOME
"/home/www-data"
HOME_URL
"https://www.weltdeserbens.de/"
HOSTNAME
"f3fcba4df109"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"www.www.weltdeserbens.de"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"216.73.216.170, 172.21.0.5"
HTTP_X_FORWARDED_HOST
"www.www.weltdeserbens.de"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SERVER
"22007417c727"
HTTP_X_REAL_IP
"216.73.216.170"
MAILER_DSN
"smtp://4558566:shai1ohchu6aeRoo@sslout.de:465?encryption=ssl&auth_mode=login"
MOLLIE_KEY
"live_tt7E6Bb7URfEttuyF4zgCGRhWKar3V"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.composer/vendor/bin"
PHPIZE_DEPS
"autoconf \t\tdpkg-dev dpkg \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkgconf \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.1.4.tar.xz.asc"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_SELF
"/index.php"
PHP_SHA256
"05a8c0ac30008154fb38a305560543fc172ba79fb957084a99b8d3b10d5bdb4b"
PHP_URL
"https://www.php.net/distributions/php-8.1.4.tar.xz"
PHP_VERSION
"8.1.4"
PWD
"/var/www"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"53366"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1783024006
REQUEST_TIME_FLOAT
1783024006.5042
REQUEST_URI
"/.git/config"
SCRIPT_FILENAME
"/var/www/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.21.0.7"
SERVER_NAME
"localhost"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.19.10"
SHLVL
"2"
SYMFONY_DOTENV_VARS
"COMPOSE_PROJECT_NAME,TRUSTED_PROXIES,LOCK_DSN,SULU_ADMIN_EMAIL,MESSENGER_TRANSPORT_DSN,BASIC_AUTH_USER,BASIC_AUTH_PASSWORD,BASIC_AUTH_ENABLED,GOOGLE_MAPS_API_KEY,FREE_EXCERPT_TAG"
USER
"www-data"

Parent Request

Return to parent request (token = 08535d)

Key Value
_fos_rest_zone
false
_remove_csp_headers
true
_stopwatch_token
"98e045"
_sulu
Sulu\Component\Webspace\Analyzer\Attributes\RequestAttributes {#1482
  -attributes: [
    "requestUri" => "/.git/config"
    "portalInformation" => Sulu\Component\Webspace\PortalInformation {#2287
      -type: 2
      -webspace: Sulu\Component\Webspace\Webspace {#2242
        -name: "juramuseum.de"
        -key: "juramuseum"
        -localizations: [
          Sulu\Component\Localization\Localization {#2245 …}
        ]
        -defaultLocalization: Sulu\Component\Localization\Localization {#2245 …}
        -xDefaultLocalization: null
        -segments: []
        -defaultSegment: null
        -theme: null
        -portals: [
          Sulu\Component\Webspace\Portal {#2256
            -name: "juramuseum.de"
            -key: "juramuseum"
            -localizations: [
              Sulu\Component\Localization\Localization {#2257
                -language: "de"
                -country: ""
                -shadow: null
                -children: null
                -parent: null
                -default: "1"
                -xDefault: ""
              }
            ]
            -defaultLocalization: Sulu\Component\Localization\Localization {#2257}
            -xDefaultLocalization: Sulu\Component\Localization\Localization {#2257}
            -environments: [
              "prod" => Sulu\Component\Webspace\Environment {#2261
                -type: "prod"
                -urls: [
                  Sulu\Component\Webspace\Url {#2262 …}
                ]
                -customUrls: [
                  Sulu\Component\Webspace\CustomUrl {#2263
                    -url: "juramuseum.de/*"
                  }
                ]
                -mainUrl: Sulu\Component\Webspace\Url {#2262 …}
              }
              "stage" => Sulu\Component\Webspace\Environment {#2264
                -type: "stage"
                -urls: [
                  Sulu\Component\Webspace\Url {#2265 …}
                ]
                -customUrls: [
                  Sulu\Component\Webspace\CustomUrl {#2266
                    -url: "*/*"
                  }
                ]
                -mainUrl: Sulu\Component\Webspace\Url {#2265 …}
              }
              "test" => Sulu\Component\Webspace\Environment {#2267
                -type: "test"
                -urls: [
                  Sulu\Component\Webspace\Url {#2268 …}
                ]
                -customUrls: [
                  Sulu\Component\Webspace\CustomUrl {#2269
                    -url: "*/*"
                  }
                ]
                -mainUrl: Sulu\Component\Webspace\Url {#2268 …}
              }
              "dev" => Sulu\Component\Webspace\Environment {#2270
                -type: "dev"
                -urls: [
                  Sulu\Component\Webspace\Url {#2271 …}
                ]
                -customUrls: [
                  Sulu\Component\Webspace\CustomUrl {#2272
                    -url: "*/*"
                  }
                  Sulu\Component\Webspace\CustomUrl {#2273
                    -url: "juramuseum.loc/*"
                  }
                  Sulu\Component\Webspace\CustomUrl {#2274
                    -url: "juramuseum.localhost/*"
                  }
                ]
                -mainUrl: Sulu\Component\Webspace\Url {#2271 …}
              }
            ]
            -webspace: Sulu\Component\Webspace\Webspace {#2242}
          }
        ]
        -security: Sulu\Component\Webspace\Security {#2243 …}
        -navigation: Sulu\Component\Webspace\Navigation {#2247 …}
        -templates: [
          "search" => "search/search"
          "error" => "error/error"
        ]
        -defaultTemplates: [
          "page" => "default"
          "home" => "homepage"
        ]
        -excludedTemplates: []
        -resourceLocatorStrategy: "tree_leaf_edit"
      }
      -portal: Sulu\Component\Webspace\Portal {#2256}
      -localization: null
      -segment: null
      -url: "www.www.weltdeserbens.de"
      -redirect: "www.www.weltdeserbens.de/{localization}"
      -main: false
      -urlExpression: "www.www.weltdeserbens.de/{localization}"
      -priority: 4
    }
    "matchType" => 2
    "redirect" => "www.www.weltdeserbens.de/{localization}"
    "portalUrl" => "www.www.weltdeserbens.de"
    "webspace" => Sulu\Component\Webspace\Webspace {#2242}
    "portal" => Sulu\Component\Webspace\Portal {#2256}
    "localization" => Sulu\Component\Localization\Localization {#2257}
    "locale" => "de"
    "urlExpression" => "www.www.weltdeserbens.de/{localization}"
    "resourceLocator" => "/.git/config"
    "dateTime" => DateTime @1783024006 {#2168
      date: 2026-07-02 22:26:46.529015 Europe/Berlin (+02:00)
    }
    "host" => "www.www.weltdeserbens.de"
    "port" => 443
    "path" => "/.git/config"
    "scheme" => "https"
  ]
}