Welcome to Jud & Partner

Disclaimer

Hide this disclaimer for 30 days.


Important legal information (disclaimer)

This website of Jud & Partner (hereafter named JPV) contains among others, Information and opinions on investment instruments, products and services (hereinafter collectively referred to as "financial products"). Therefore, you may visit the site only if you carefully read and subsequently accept the following important legal notices for financial products. By agreeing to and accessing the website, you declare that you understand and agree to the legal information. JPV may involve third parties in the operation of the website. The following content also applies mutatis mutandis to information that customers receive, for example, in the form of subscribed newsletters.
The information as well as the rules of use can be updated at any time. The changes are binding. By continuing to use the website and our services, we assume your knowledge and acceptance.


Local legal restrictions
The Website contains Structured Products and information / opinions on financial products, which may be subject to different registration obligations in other countries. It is not directed to any natural person or legal entity for whom the use or access to the JPV's website would be contrary to the law of its state due to the nationality or domicile of the data subject or for any other reason. This applies in particular to citizens and / or residents of Great Britain, Japan and the USA.

No recommendation or offer
The published contents do not constitute a recommendation or an offer to acquire, hold or sell the financial products mentioned or to engage in other transactions or legal transactions. They are for personal use and informational purposes only. They may be used at any time without prior notice of being previously changed by the JPV. The content provided in the Financial Products section is not a recommendation for your investment and other decisions and has no advisory character. Before investing in a financial product, investors must carefully read the current legal documents and any other documents that may be required by local law and regulations (such as the prospectus and annual and semi-annual reports of an investment fund). Particularly important is a detailed study of the legal information and risk warnings contained therein. Before an investment decision is made, it is also recommended to hire a specialist.

No guarantee
JPV applies the utmost care when compiling the content of financial products. JPV and its contractual partners assume no responsibility or liability towards third parties regarding the accuracy, timeliness and completeness of the published content. In particular, JPV is under no obligation to update the content or remove obsolete content. JPV also assumes no responsibility and gives no guarantee that the functions of the website with content relating to the financial products will not be interrupted or error-free, that errors will be rectified or that the website or the respective server will be free of viruses or other harmful program components. Furthermore, there may be links on the JPV website that lead to third party websites. These links are completely beyond the control of JPV. Therefore, JPV assumes no responsibility for the accuracy, completeness and legality of the content of such websites and for any offers and services contained therein.
The Internet is an open, accessible to everyone network and is therefore not a safe environment. JPV therefore excludes all liability for the security of data during their transmission via the Internet.

Risk warning
Basically, the higher the risk (price fluctuations), the longer the investment horizon should be, and the higher the earnings opportunities are. The value of invested capital, as well as the income derived from it (eg distributions in connection with investment funds) are subject to fluctuations or may be eliminated altogether. Investments in foreign currencies are directly and indirectly subject to exchange rate fluctuations. Individual financial products are generally subject to higher risks.


Performance
Past positive performance does not guarantee positive performance in the future. JPV and its counterparties can therefore not guarantee the value of the invested capital (or even increase the value) of the invested capital, and investors must be willing or able to accept any substantial losses or even total losses. The calculation of performance does not take into account any fees and costs charged on the purchase, holding or sale of the financial product (for example, commissions and costs incurred on the subscription and redemption of fund units).
Exclusion of liability
To the extent permitted by applicable law, JPV and its contractors disclaim all liability (including negligence and liability towards third parties) for any loss, direct, indirect or consequential, of any nature whatsoever in connection with the use of the Site and its contents or the risks of the financial markets , Access to the website and its use are not guaranteed.


Property rights
All contents of this website are protected by copyright and remain the property of JPV, unless explicitly stated otherwise. No part of this website grants any license or use rights to images, texts, trademarks or logos. Downloading or copying the website does not transfer any legal rights to any software or materials contained therein.
Any complete or partial reproduction, transmission, use or re-publication of the contents of this website requires the written consent of JPV and the express reference to the source.


Applicable law / jurisdiction
The access to and use of the JPV website as well as the present important legal information for financial products are subject to Swiss law. The exclusive place of jurisdiction is Zurich, Switzerland.


We use cookies on our website. Some of them are essential, while others help us improve this website and your experience.

GDPR

concrete5 has encountered an issue.
Whoops \ Exception \ ErrorException (E_WARNING)
SessionHandler::write(): write failed: No space left on device (28) Whoops\Exception\ErrorException thrown with message "SessionHandler::write(): write failed: No space left on device (28)" Stacktrace: #3 Whoops\Exception\ErrorException in /var/www/html/updates/concrete5-8.5.6_remote_updater/concrete/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:67 #2 SessionHandler:write in /var/www/html/updates/concrete5-8.5.6_remote_updater/concrete/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:67 #1 Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy:write in [internal]:0 #0 session_write_close in [internal]:0
Stack frames (4)
3
Whoops\Exception\ErrorException
/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php67
2
SessionHandler write
/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php67
1
Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy write
[internal]0
0
session_write_close
[internal]0
/var/www/html/updates/concrete5-8.5.6_remote_updater/concrete/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php
     */
    public function close()
    {
        return (bool) $this->handler->close();
    }
 
    /**
     * {@inheritdoc}
     */
    public function read($sessionId)
    {
        return (string) $this->handler->read($sessionId);
    }
 
    /**
     * {@inheritdoc}
     */
    public function write($sessionId, $data)
    {
        return (bool) $this->handler->write($sessionId, $data);
    }
 
    /**
     * {@inheritdoc}
     */
    public function destroy($sessionId)
    {
        return (bool) $this->handler->destroy($sessionId);
    }
 
    /**
     * @return bool
     */
    public function gc($maxlifetime)
    {
        return (bool) $this->handler->gc($maxlifetime);
    }
 
    /**
     * {@inheritdoc}
/var/www/html/updates/concrete5-8.5.6_remote_updater/concrete/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php
     */
    public function close()
    {
        return (bool) $this->handler->close();
    }
 
    /**
     * {@inheritdoc}
     */
    public function read($sessionId)
    {
        return (string) $this->handler->read($sessionId);
    }
 
    /**
     * {@inheritdoc}
     */
    public function write($sessionId, $data)
    {
        return (bool) $this->handler->write($sessionId, $data);
    }
 
    /**
     * {@inheritdoc}
     */
    public function destroy($sessionId)
    {
        return (bool) $this->handler->destroy($sessionId);
    }
 
    /**
     * @return bool
     */
    public function gc($maxlifetime)
    {
        return (bool) $this->handler->gc($maxlifetime);
    }
 
    /**
     * {@inheritdoc}
[internal]
[internal]

Environment & details:

Key Value
Version 8.5.6
Installed Version 8.5.6
Key Value
concrete.version 8.5.6
concrete.version_installed 8.5.6
concrete.version_db 20210622145600
concrete.installed true
concrete.locale de_DE
concrete.charset UTF-8
concrete.charset_bom 
concrete.maintenance_mode false
concrete.debug.display_errors true
concrete.debug.detail debug
concrete.debug.error_reporting null
concrete.proxy.host null
concrete.proxy.port null
concrete.proxy.user null
concrete.proxy.password null
concrete.upload.extensions *.flv;*.jpg;*.gif;*.jpeg;*.ico;*.docx;*.xla;*.png;*.psd;*.swf;*.doc;*.txt;*.xls;*.xlsx;*.csv;*.pdf;*.tiff;*.rtf;*.m4a;*.mov;*.wmv;*.mpeg;*.mpg;*.wav;*.3gp;*.avi;*.m4v;*.mp4;*.mp3;*.qt;*.ppt;*.pptx;*.kml;*.xml;*.svg;*.webm;*.ogg;*.ogv
concrete.upload.extensions_blacklist *.php;*.php2;*.php3;*.php4;*.php5;*.php7;*.php8;*.phtml;*.phar;*.htaccess;*.pl;*.phpsh;*.pht;*.shtml;*.cgi
concrete.upload.chunking.enabled true
concrete.upload.chunking.chunkSize null
concrete.export.csv.include_bom false
concrete.export.csv.datetime_format Y-m-d\TH:i:sP
concrete.interface.panel.page_relations false
concrete.mail.method PHP_MAIL
concrete.mail.methods.smtp.server
concrete.mail.methods.smtp.port
concrete.mail.methods.smtp.username
concrete.mail.methods.smtp.password
concrete.mail.methods.smtp.encryption
concrete.mail.methods.smtp.messages_per_connection null
concrete.mail.methods.smtp.helo_domain localhost
concrete.cache.enabled true
concrete.cache.lifetime 21600
concrete.cache.overrides false
concrete.cache.blocks false
concrete.cache.assets false
concrete.cache.theme_css false
concrete.cache.pages 0
concrete.cache.doctrine_dev_mode false
concrete.cache.full_page_lifetime default
concrete.cache.full_page_lifetime_value null
concrete.cache.full_contents_assets_hash false
concrete.cache.directory /var/www/html/application/files/cache
concrete.cache.directory_relative null
concrete.cache.page.directory /var/www/html/application/files/cache/pages
concrete.cache.page.adapter file
concrete.cache.levels.overrides.drivers.core_ephemeral.class \Stash\Driver\Ephemeral
concrete.cache.levels.overrides.drivers.core_filesystem.class Concrete\Core\Cache\Driver\FileSystemStashDriver
concrete.cache.levels.overrides.drivers.core_filesystem.options.path /var/www/html/application/files/cache/overrides
concrete.cache.levels.overrides.drivers.core_filesystem.options.dirPermissions 509
concrete.cache.levels.overrides.drivers.core_filesystem.options.filePermissions 436
concrete.cache.levels.overrides.drivers.redis.class Concrete\Core\Cache\Driver\RedisStashDriver
concrete.cache.levels.overrides.drivers.redis.options.prefix c5_overrides
concrete.cache.levels.overrides.drivers.redis.options.database 0
concrete.cache.levels.overrides.preferred_driver core_filesystem
concrete.cache.levels.expensive.drivers.core_ephemeral.class \Stash\Driver\Ephemeral
concrete.cache.levels.expensive.drivers.core_filesystem.class Concrete\Core\Cache\Driver\FileSystemStashDriver
concrete.cache.levels.expensive.drivers.core_filesystem.options.path /var/www/html/application/files/cache/expensive
concrete.cache.levels.expensive.drivers.core_filesystem.options.dirPermissions 509
concrete.cache.levels.expensive.drivers.core_filesystem.options.filePermissions 436
concrete.cache.levels.expensive.drivers.redis.class Concrete\Core\Cache\Driver\RedisStashDriver
concrete.cache.levels.expensive.drivers.redis.options.prefix c5_expensive
concrete.cache.levels.expensive.drivers.redis.options.database 0
concrete.cache.levels.expensive.preferred_driver core_filesystem
concrete.cache.levels.object.drivers.core_ephemeral.class \Stash\Driver\Ephemeral
concrete.cache.levels.object.drivers.redis.class Concrete\Core\Cache\Driver\RedisStashDriver
concrete.cache.levels.object.drivers.redis.options.prefix c5_object
concrete.cache.levels.object.drivers.redis.options.database 0
concrete.cache.levels.object.preferred_driver core_ephemeral
concrete.cache.clear.thumbnails false
concrete.design.enable_custom true
concrete.design.enable_layouts true
concrete.log.emails true
concrete.log.errors true
concrete.log.spam false
concrete.log.api false
concrete.log.enable_dashboard_report true
concrete.log.configuration.mode simple
concrete.log.configuration.simple.core_logging_level NOTICE
concrete.log.configuration.simple.handler database
concrete.log.configuration.simple.file.file
concrete.jobs.enable_scheduling true
concrete.filesystem.temp_directory null
concrete.filesystem.permissions.file 436
concrete.filesystem.permissions.directory 509
concrete.email.enabled true
concrete.email.default.address info@jpv.ch
concrete.email.default.name
concrete.email.form_block.address info@jpv.ch
concrete.email.forgot_password.address info@jpv.ch
concrete.email.forgot_password.name
concrete.email.validate_registration.address info@jpv.ch
concrete.email.validate_registration.name
concrete.email.workflow_notification.address info@jpv.ch
concrete.email.workflow_notification.name
concrete.email.register_notification.address info@jpv.ch
concrete.form.store_form_submissions auto
concrete.marketplace.enabled false
concrete.marketplace.request_timeout 30
concrete.marketplace.token null
concrete.marketplace.site_token null
concrete.marketplace.intelligent_search true
concrete.marketplace.log_requests false
concrete.external.intelligent_search_help true
concrete.external.news false
concrete.external.news_overlay false
concrete.misc.user_timezones false
concrete.misc.package_backup_directory /var/www/html/application/files/trash
concrete.misc.enable_progressive_page_reindex true
concrete.misc.mobile_theme_id 0
concrete.misc.sitemap_approve_immediately true
concrete.misc.enable_translate_locale_en_us false
concrete.misc.page_search_index_lifetime 259200
concrete.misc.enable_trash_can true
concrete.misc.default_jpeg_image_compression 100
concrete.misc.default_png_image_compression 9
concrete.misc.default_thumbnail_format auto
concrete.misc.inplace_image_operations_limit 4194304
concrete.misc.basic_thumbnailer_generation_strategy async
concrete.misc.help_overlay false
concrete.misc.require_version_comments false
concrete.misc.enable_move_blocktypes_across_sets false
concrete.misc.image_editor_cors_policy.enable_cross_origin false
concrete.misc.image_editor_cors_policy.anonymous_request true
concrete.misc.generator_tag_display_in_header true
concrete.misc.force_ssl true
concrete.misc.login_redirect HOMEPAGE
concrete.misc.access_entity_updated 1687082723
concrete.misc.latest_version 8.5.6
concrete.misc.do_page_reindex_check false
concrete.misc.login_redirect_cid 0
concrete.theme.compress_preprocessor_output false
concrete.theme.generate_less_sourcemap true
concrete.updates.enable_auto_update_packages false
concrete.updates.enable_permissions_protection true
concrete.updates.check_threshold 172800
concrete.updates.services.get_available_updates https://marketplace.concretecms.com/tools/update_core
concrete.updates.services.inspect_update https://marketplace.concretecms.com/tools/inspect_update
concrete.updates.skip_core false
concrete.paths.trash /!trash
concrete.paths.drafts /!drafts
concrete.icons.page_template.width 120
concrete.icons.page_template.height 90
concrete.icons.theme_thumbnail.width 120
concrete.icons.theme_thumbnail.height 90
concrete.icons.file_manager_listing.handle file_manager_listing
concrete.icons.file_manager_listing.width 60
concrete.icons.file_manager_listing.height 60
concrete.icons.file_manager_detail.handle file_manager_detail
concrete.icons.file_manager_detail.width 400
concrete.icons.file_manager_detail.height 400
concrete.icons.user_avatar.width 80
concrete.icons.user_avatar.height 80
concrete.icons.user_avatar.default /updates/concrete5-8.5.6_remote_updater/concrete/images/avatar_none.png
concrete.file_manager.images.use_exif_data_to_rotate_images false
concrete.file_manager.images.manipulation_library gd
concrete.file_manager.images.create_high_dpi_thumbnails false
concrete.file_manager.images.preview_image_size small
concrete.file_manager.images.preview_image_popover true
concrete.file_manager.images.svg_sanitization.action sanitize
concrete.file_manager.images.svg_sanitization.allowed_tags
concrete.file_manager.images.svg_sanitization.allowed_attributes
concrete.file_manager.images.image_editor_save_area_background_color
concrete.file_manager.items_per_page_options.0 10
concrete.file_manager.items_per_page_options.1 25
concrete.file_manager.items_per_page_options.2 50
concrete.file_manager.items_per_page_options.3 100
concrete.file_manager.items_per_page_options.4 250
concrete.file_manager.results 10
concrete.file_manager.restrict_max_width 2000
concrete.file_manager.restrict_max_height 2000
concrete.search_users.results 10
concrete.sitemap_xml.file sitemap.xml
concrete.sitemap_xml.frequency weekly
concrete.sitemap_xml.priority 0.5
concrete.accessibility.toolbar_titles true
concrete.accessibility.toolbar_large_font false
concrete.accessibility.display_help_system false
concrete.accessibility.toolbar_tooltips true
concrete.i18n.choose_language_login false
concrete.i18n.auto_install_package_languages true
concrete.i18n.community_translation.entry_point http://translate.concrete5.org/api
concrete.i18n.community_translation.api_token
concrete.i18n.community_translation.progress_limit 60
concrete.i18n.community_translation.cache_lifetime 3600
concrete.i18n.community_translation.package_url https://translate.concrete5.org/translate/package
concrete.urls.concrete5 http://www.concrete5.org
concrete.urls.concrete5_secure https://www.concrete5.org
concrete.urls.newsflow http://newsflow.concrete5.org
concrete.urls.background_feed //backgroundimages.concrete5.org/wallpaper
concrete.urls.privacy_policy //www.concrete5.org/legal/privacy-policy
concrete.urls.background_feed_secure https://backgroundimages.concrete5.org/wallpaper
concrete.urls.background_info http://backgroundimages.concrete5.org/get_image_data.php
concrete.urls.videos https://www.youtube.com/user/concrete5cms/videos
concrete.urls.help.developer http://documentation.concrete5.org/developers
concrete.urls.help.user http://documentation.concrete5.org/editors
concrete.urls.help.forum http://www.concrete5.org/community/forums
concrete.urls.help.slack https://www.concrete5.org/slack
concrete.urls.paths.menu_help_service /tools/get_remote_help_list/
concrete.urls.paths.site_page /private/sites
concrete.urls.paths.newsflow_slot_content /tools/slot_content/
concrete.urls.paths.marketplace.projects /profile/projects/
concrete.urls.paths.marketplace.connect /marketplace/connect
concrete.urls.paths.marketplace.connect_success /marketplace/connect/-/connected
concrete.urls.paths.marketplace.connect_validate /marketplace/connect/-/validate
concrete.urls.paths.marketplace.connect_new_token /marketplace/connect/-/generate_token
concrete.urls.paths.marketplace.checkout /cart/-/add
concrete.urls.paths.marketplace.purchases /marketplace/connect/-/get_available_licenses
concrete.urls.paths.marketplace.item_information /marketplace/connect/-/get_item_information
concrete.urls.paths.marketplace.item_free_license /marketplace/connect/-/enable_free_license
concrete.urls.paths.marketplace.remote_item_list /marketplace/
concrete.white_label.logo https://simpit.ch/simpit_110.png
concrete.white_label.name Website by simpit.ch
concrete.white_label.background_image null
concrete.session.name CONCRETE5
concrete.session.handler file
concrete.session.redis.database 1
concrete.session.save_path null
concrete.session.max_lifetime 7200
concrete.session.gc_probability 1
concrete.session.gc_divisor 100
concrete.session.cookie.cookie_path false
concrete.session.cookie.cookie_lifetime 0
concrete.session.cookie.cookie_domain false
concrete.session.cookie.cookie_secure false
concrete.session.cookie.cookie_httponly true
concrete.session.cookie.cookie_raw false
concrete.session.cookie.cookie_samesite null
concrete.session.remember_me.lifetime 1209600
concrete.user.registration.enabled true
concrete.user.registration.type validate_email
concrete.user.registration.captcha false
concrete.user.registration.email_registration true
concrete.user.registration.display_username_field false
concrete.user.registration.display_confirm_password_field true
concrete.user.registration.validate_email true
concrete.user.registration.approval false
concrete.user.registration.notification 1
concrete.user.registration.notification_email info@jpv.ch
concrete.user.group.badge.default_point_value 50
concrete.user.username.maximum 64
concrete.user.username.minimum 3
concrete.user.username.allowed_characters.boundary A-Za-z0-9
concrete.user.username.allowed_characters.middle A-Za-z0-9_\.
concrete.user.username.allowed_characters.requirement_string A username may only contain letters, numbers, dots (not at the beginning/end), and underscores (not at the beginning/end).
concrete.user.username.allowed_characters.error_string A username may only contain letters, numbers, dots (not at the beginning/end), and underscores (not at the beginning/end).
concrete.user.password.maximum 128
concrete.user.password.minimum 5
concrete.user.password.required_special_characters 0
concrete.user.password.required_lower_case 0
concrete.user.password.required_upper_case 0
concrete.user.password.reuse 0
concrete.user.password.hash_portable false
concrete.user.password.hash_cost_log2 12
concrete.user.password.legacy_salt
concrete.user.email.test_mx_record false
concrete.user.email.strict true
concrete.user.private_messages.throttle_max 20
concrete.user.private_messages.throttle_max_timespan 15
concrete.user.deactivation.enable_login_threshold_deactivation false
concrete.user.deactivation.login.threshold 120
concrete.user.deactivation.authentication_failure.enabled false
concrete.user.deactivation.authentication_failure.amount 5
concrete.user.deactivation.authentication_failure.duration 300
concrete.user.deactivation.message This user is inactive. Please contact us regarding this account.
concrete.spam.whitelist_group 0
concrete.spam.notify_email info@jpv.ch
concrete.calendar.colors.text #ffffff
concrete.calendar.colors.background #3A87AD
concrete.security.session.invalidate_on_user_agent_mismatch false
concrete.security.session.invalidate_on_ip_mismatch false
concrete.security.session.invalidate_inactive_users.enabled false
concrete.security.session.invalidate_inactive_users.time 300
concrete.security.misc.x_frame_options SAMEORIGIN
concrete.security.misc.force_ssl true
concrete.permissions.forward_to_login true
concrete.permissions.model advanced
concrete.seo.exclude_words a, an, as, at, before, but, by, for, from, is, in, into, like, of, off, on, onto, per, since, than, the, this, that, to, up, via, with, der, die, das, und, oder, ein, eine, vor, aber, von, ist, ins, wie, aus, ab, auf, vom, seit, dann, diese, dies, dieses, diesen, diesem, dass, über
concrete.seo.url_rewriting true
concrete.seo.url_rewriting_all true
concrete.seo.redirect_to_canonical_url 0
concrete.seo.canonical_url https://www.jpv.ch
concrete.seo.canonical_url_alternative null
concrete.seo.trailing_slash false
concrete.seo.title_format %2$s :: %1$s
concrete.seo.title_segment_separator ::
concrete.seo.page_path_separator -
concrete.seo.group_name_separator /
concrete.seo.segment_max_length 128
concrete.seo.paging_string ccm_paging_p
concrete.statistics.track_downloads false
concrete.limits.sitemap_pages 1000
concrete.limits.delete_pages 1000
concrete.limits.copy_pages 100
concrete.limits.page_search_index_batch 200
concrete.limits.job_queue_batch 100
concrete.limits.style_customizer.size_min -50
concrete.limits.style_customizer.size_max 200
concrete.page.search.always_reindex false
concrete.composer.idle_timeout 1
concrete.api.enabled false
concrete.api.grant_types.client_credentials true
concrete.api.grant_types.authorization_code true
concrete.api.grant_types.password_credentials false
concrete.api.grant_types.refresh_token true
concrete.mutex.semaphore.priority 100
concrete.mutex.semaphore.class Concrete\Core\System\Mutex\SemaphoreMutex
concrete.mutex.file_lock.priority 50
concrete.mutex.file_lock.class Concrete\Core\System\Mutex\FileLockMutex
concrete.style_customizer.updater.ignored_values.preset-fonts-file Concrete\Core\StyleCustomizer\Style\Value\BasicValue
concrete.force_ssl true
concrete.version_db_installed 20210622145600
concrete.multilingual.redirect_home_to_default_locale true
concrete.multilingual.use_browser_detected_locale true
concrete.multilingual.default_source_locale de_CH
concrete.site Jud & Partner
empty
empty
empty
empty
Key Value
_sf2_attributes Array ( [multilingual_default_locale] => en_US )
_symfony_flashes Array ( )
_sf2_meta Array ( [u] => 1775919513 [c] => 1775919513 [l] => 0 )
Key Value
REDIRECT_HTTPS on
REDIRECT_STATUS 200
HTTPS on
HTTP_HOST www.jpv.ch
HTTP_USER_AGENT CCBot/2.0 (https://commoncrawl.org/faq/)
HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
HTTP_ACCEPT_ENCODING zstd, br, gzip
HTTP_ACCEPT_LANGUAGE en-US,en;q=0.5
HTTP_VIA 2.0 Caddy
HTTP_X_FORWARDED_HOST www.jpv.ch
HTTP_X_FORWARDED_PORT 443
HTTP_X_FORWARDED_PROTO https
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE <address>Apache/2.4.54 (Debian) Server at www.jpv.ch Port 80</address>
SERVER_SOFTWARE Apache/2.4.54 (Debian)
SERVER_NAME www.jpv.ch
SERVER_ADDR 172.18.0.3
SERVER_PORT 80
REMOTE_ADDR 18.97.9.171
DOCUMENT_ROOT /var/www/html
REQUEST_SCHEME http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /var/www/html
SERVER_ADMIN webmaster@localhost
SCRIPT_FILENAME /var/www/html/index.php
REMOTE_PORT 58332
REDIRECT_URL /en/products
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /en/products
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1775919513.6771
REQUEST_TIME 1775919513
argv Array ( )
argc 0
Key Value
HOSTNAME 96c9af114172
PHP_VERSION 7.4.33
APACHE_CONFDIR /etc/apache2
PHP_INI_DIR /usr/local/etc/php
GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
PHP_LDFLAGS -Wl,-O1 -pie
PWD /var/www/html
APACHE_LOG_DIR /var/log/apache2
LANG C
PHP_SHA256 924846abf93bc613815c55dd3f5809377813ac62a9ec4eb3778675b82a27b927
APACHE_PID_FILE /var/run/apache2/apache2.pid
PHPIZE_DEPS autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
PHP_URL https://www.php.net/distributions/php-7.4.33.tar.xz
APACHE_RUN_GROUP www-data
APACHE_LOCK_DIR /var/lock/apache2
SHLVL 0
PHP_CFLAGS -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
APACHE_RUN_DIR /var/run/apache2
APACHE_ENVVARS /etc/apache2/envvars
APACHE_RUN_USER www-data
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHP_ASC_URL https://www.php.net/distributions/php-7.4.33.tar.xz.asc
PHP_CPPFLAGS -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
0. Concrete\Core\Error\Handler\ErrorHandler
1. Concrete\Core\Error\Handler\JsonErrorHandler