in reply to Re^9: Missing module perl
in thread Missing module perl

so, what do I need to set in the web server configuration to be accessed virtual host?

Replies are listed 'Best First'.
Re^11: Missing module perl
by Corion (Patriarch) on Aug 21, 2019 at 11:03 UTC

    I don't know. You have not told us what webserver you are using and what the exact situation is. Configuring a web server is not really the central focus of this website. If you are running Apache, I suggest reading the documentation at https://www.apache.org.

      Yes, i'm using Apache
      I've read the documentation

        "...using Apache...read the documentation..."

        Good. Even reading the documentation is a struggle for a lifetime. But didn't you notice that PM isn't about Apache? See also. Best regards, Karl

        «The Crux of the Biscuit is the Apostrophe»

        perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help