• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Recent content by Pascal M.

  1. P

    Resolved SetEnv website configuration unable to get value in cgi

    Meanwhile, we use database connect to convert lower or upper character using LC_CTYPE got by MariaDB. Thank for your help.
  2. P

    Resolved SetEnv website configuration unable to get value in cgi

    Thank you for your rapid and exhaustive response. Unfortunatly, the LC_CTYPE is mandatory to execute tolower and toupper C function. The cgi-bin script must receive this environment variable to run correctly and convert lower and upper letters. It seems that this point has been forgotten by devs...
  3. P

    Resolved SetEnv website configuration unable to get value in cgi

    Hello, we use script language in cgi-bin mode. The scripts receive all Apache variables such as HTTP_REFERER, SERVER_NAME, ... but not environment variables such as LC_CTYPE. Does anybody knows the reason please ? Even if we define "SetEnv myvar "myvalue"" in section "Apache/Nginx" /...
Back
Top