ISPConfig configuration/setting tutorial

Discussion in 'Installation/Configuration' started by JULINT, Nov 20, 2024 at 2:09 PM.

  1. JULINT

    JULINT Member

    Hi,
    I am using ispconfig3 and os Ubuntu.
    I want to turn off server signature on Apache web server, with these steps below:
    1. sudo vi /etc/apache2/apache2.conf
    2. Add the following two lines at the end of Apache config file.
    ServerSignature Off
    ServerTokens Prod

    And i want to hide php version also, with these steps below:
    1. sudo vi /etc/php5/apache2/php.ini
    2. Add the following line
    expose_php = Off

    Please provide me step by step to do it via Ispconfig Admin.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    These are not settings from ISPConfig, so you have to change them in the config files regarding PHP: mod_php is not used anymore today, so the php.ini you mentioned is not used. You must change the PHP version setting in the php-fpm php.ini file instead.

    Btw. Please post ISPConfig questions in the ISPConfig forum. The forum you posted explicitly states that it's not for ISPConfig-related questions. I moved your post to the ISPConfig forum now.
     
    ahrasis likes this.
  3. JULINT

    JULINT Member

    Hi Till,
    oke. i will set it.
     

Share This Page