http://5.135.160.91/portal/redlion?p=portal%2Fredlion

n/a

Request

GET Parameters

Key Value
p
"portal/redlion"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

No attributes

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip"
host
"5.135.160.91"
user-agent
"Mozilla/5.0 zgrab/0.x"
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 20:15:41 GMT"
x-debug-token
"50f3ca"
x-debug-token-link
"http://5.135.160.91/_profiler/c7445e"
x-previous-debug-token
"c7445e"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

Key Value
Created
"Sat, 28 Sep 24 22:15:41 +0200"
Last used
"Sat, 28 Sep 24 22:15:41 +0200"
Lifetime
"0"

Session Attributes

Attribute Value
idiom
"es"
idiomas
[
  "es"
  "us"
  "de"
  "fr"
  "it"
  "ru"
  "nl"
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"4d79c3e90021125eec96337e5024fc6e"
DATABASE_HOST
"127.0.0.1"
DATABASE_PASSWORD
"4ng3lsf00d13"
DATABASE_SCHEMA
"acnh"
DATABASE_USER
"foodieAngels"
MYSQL_VERSION
"latest"
OAUTH_FACEBOOK_ID
"896653894079027"
OAUTH_FACEBOOK_SECRET
"e7beac05dc4eefef62f8c416ee8eb135"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/acnh/public/"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/acnh/public/"
GATEWAY_INTERFACE
"CGI/1.1"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_HOST
"5.135.160.91"
HTTP_USER_AGENT
"Mozilla/5.0 zgrab/0.x"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
"p=portal/redlion"
REDIRECT_QUERY_STRING
"p=portal/redlion"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/portal/redlion"
REMOTE_ADDR
"104.40.74.240"
REMOTE_PORT
"38688"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1727554541
REQUEST_TIME_FLOAT
1727554541.2194
REQUEST_URI
"/portal/redlion"
SCRIPT_FILENAME
"/var/www/acnh/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"5.135.160.91"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"5.135.160.91"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.29 (Ubuntu) Server at 5.135.160.91 Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.29 (Ubuntu)"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_HOST,DATABASE_USER,DATABASE_PASSWORD,DATABASE_SCHEMA,MYSQL_VERSION,OAUTH_FACEBOOK_ID,OAUTH_FACEBOOK_SECRET"

Sub Requests 1

ErrorController (token = c7445e)

Key Value
_controller
"error_controller"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#194
  -statusCode: 404
  -headers: []
  #message: "No route found for "GET /portal/redlion""
  #code: 0
  #file: "/home/www/www/acnh/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 136
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#46 …}
  trace: {
    /home/www/www/acnh/vendor/symfony/http-kernel/EventListener/RouterListener.php:136 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /home/www/www/acnh/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);}
    /home/www/www/acnh/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /home/www/www/acnh/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);}
    }
    /home/www/www/acnh/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /home/www/www/acnh/vendor/symfony/http-kernel/HttpKernel.php:133 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /home/www/www/acnh/vendor/symfony/http-kernel/HttpKernel.php:79 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /home/www/www/acnh/vendor/symfony/http-kernel/Kernel.php:191 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /home/www/www/acnh/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
null