https://shop.voyageprint.no/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
"a07bdf"

Request Headers

Header Value
accept
"*/*"
connection
"keep-alive"
host
"shop.voyageprint.no"
user-agent
"Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.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
"Sat, 28 Sep 2024 19:58:56 GMT"
x-debug-exception
"No%20route%20found%20for%20%22GET%20https%3A%2F%2Fshop.voyageprint.no%2Frobots.txt%22"
x-debug-exception-file
"%2Fvar%2Fwww%2Fhtml%2Fwebtoprint%2FSymfonyTemplate%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:135"
x-debug-token
"76f47a"
x-debug-token-link
"https://shop.voyageprint.no/_profiler/684f83"
x-previous-debug-token
"684f83"
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
"c9b4451616333ed0162ca53a0d621de7"
DATABASE_URL
"mysql://root:xinetrlz@127.0.0.1:33069/web2print?serverVersion=5.6&charset=utf8"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/html/webtoprint/SymfonyTemplate/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/html/webtoprint/SymfonyTemplate/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_CONNECTION
"keep-alive"
HTTP_HOST
"shop.voyageprint.no"
HTTP_USER_AGENT
"Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"shop.voyageprint.no"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"ZvhgAOwVZqYLWO4JY1hLVAAAAIk"
REDIRECT_URL
"/robots.txt"
REMOTE_ADDR
"192.95.30.21"
REMOTE_PORT
"49560"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1727553536
REQUEST_TIME_FLOAT
1727553536.532
REQUEST_URI
"/robots.txt"
SCRIPT_FILENAME
"/var/www/html/webtoprint/SymfonyTemplate/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"10.10.10.25"
SERVER_ADMIN
"tore@raaness.no"
SERVER_NAME
"shop.voyageprint.no"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache/2.4.41 (codeit) OpenSSL/1.1.1d mod_fcgid/2.3.9 PHP/7.4.20"
SSL_TLS_SNI
"shop.voyageprint.no"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL"
UNIQUE_ID
"ZvhgAOwVZqYLWO4JY1hLVAAAAIk"

Sub Requests 1

ErrorController (token = 684f83)

Key Value
_controller
"error_controller"
_stopwatch_token
"a7eadb"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#204
  -statusCode: 404
  -headers: []
  #message: "No route found for "GET https://shop.voyageprint.no/robots.txt""
  #code: 0
  #file: "/var/www/html/webtoprint/SymfonyTemplate/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 135
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#178 …}
  trace: {
    /var/www/html/webtoprint/SymfonyTemplate/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/html/webtoprint/SymfonyTemplate/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/html/webtoprint/SymfonyTemplate/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/html/webtoprint/SymfonyTemplate/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/html/webtoprint/SymfonyTemplate/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/html/webtoprint/SymfonyTemplate/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/html/webtoprint/SymfonyTemplate/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/html/webtoprint/SymfonyTemplate/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/html/webtoprint/SymfonyTemplate/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#71 …6}