http://references.equinoxes.fr/robots.txt

n/a

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_remove_csp_headers
true
_stopwatch_token
"7ffc2c"

Request Headers

Header Value
accept
"*/*"
connection
"close"
content-length
"0"
host
"references.equinoxes.fr"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-php-ob-level
"1"

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
"Fri, 19 Apr 2024 18:50:40 GMT"
x-debug-exception
"No%20route%20found%20for%20%22GET%20http%3A%2F%2Freferences.equinoxes.fr%2Frobots.txt%22"
x-debug-exception-file
"%2Fvar%2Fwww%2Fclients%2Fclient1%2Fweb30%2Fweb%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:135"
x-debug-token
"9a3602"
x-debug-token-link
"http://references.equinoxes.fr/_profiler/df48ad"
x-previous-debug-token
"df48ad"
x-robots-tag
"noindex"

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
APP_ENV
"dev"
APP_SECRET
"48acb1f2e48941af9a62ad0713206d5b"
DATABASE_URL
"mysql://c1references:aoB@DFhzUeS5q@localhost/c1references?serverVersion=mariadb-10.3.31"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"0"
CONTEXT_DOCUMENT_ROOT
"/var/www/references.equinoxes.fr/web"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/references.equinoxes.fr/web"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HTTP_ACCEPT
"*/*"
HTTP_CONNECTION
"close"
HTTP_HOST
"references.equinoxes.fr"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHPRC
"/var/www/conf/web30"
PHP_DOCUMENT_ROOT
"/var/www/clients/client1/web30"
PHP_FCGI_MAX_REQUESTS
"5000"
PHP_SELF
"/public/index.php"
PWD
"/var/www/php-fcgi-scripts/web30"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/robots.txt"
REMOTE_ADDR
"3.138.69.45"
REMOTE_PORT
"35850"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1713552640
REQUEST_TIME_FLOAT
1713552640.7085
REQUEST_URI
"/robots.txt"
SCRIPT_FILENAME
"/var/www/references.equinoxes.fr/web/public/index.php"
SCRIPT_NAME
"/public/index.php"
SERVER_ADDR
"192.168.10.8"
SERVER_ADMIN
"webmaster@references.equinoxes.fr"
SERVER_NAME
"references.equinoxes.fr"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SHLVL
"0"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL"
TEMP
"/var/www/clients/client1/web30/tmp"
TMP
"/var/www/clients/client1/web30/tmp"
TMPDIR
"/var/www/clients/client1/web30/tmp"

Sub Requests 1

ErrorController (token = df48ad)

Key Value
_controller
"error_controller"
_stopwatch_token
"424b2e"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#314
  -statusCode: 404
  -headers: []
  #message: "No route found for "GET http://references.equinoxes.fr/robots.txt""
  #code: 0
  #file: "/var/www/clients/client1/web30/web/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 135
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#291 …}
  trace: {
    /var/www/clients/client1/web30/web/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/clients/client1/web30/web/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/clients/client1/web30/web/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/clients/client1/web30/web/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/clients/client1/web30/web/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/clients/client1/web30/web/vendor/symfony/http-kernel/HttpKernel.php:128 {
      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/clients/client1/web30/web/vendor/symfony/http-kernel/HttpKernel.php:74 {
      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/clients/client1/web30/web/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/clients/client1/web30/web/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#69 …6}