Search found 8 matches

by hakeryk
Sat 17. Feb 2024, 14:13
Forum: Installation
Topic: Changing Apache MPM from Worker to Prefork [SOLVED]
Replies: 3
Views: 1267

Re: Changing Apache MPM from Worker to Prefork [SOLVED]

I cannot edit my previous post because it was "SOLVED" but all I want is just to confirm that the method using a panel is working correctly and I didn't even have to restart apache service. https://cdn.discordapp.com/attachments/976811941966262302/1208400799001088020/image.png?ex=65e325f1&...
by hakeryk
Sat 17. Feb 2024, 11:54
Forum: Installation
Topic: Changing Apache MPM from Worker to Prefork [SOLVED]
Replies: 3
Views: 1267

Re: Changing Apache MPM from Worker to Prefork [SOLVED]

Oh, there it is! Ok, gonna give it a try and later comeback with the results. Thank You!
by hakeryk
Sat 17. Feb 2024, 11:36
Forum: Installation
Topic: Changing Apache MPM from Worker to Prefork [SOLVED]
Replies: 3
Views: 1267

Changing Apache MPM from Worker to Prefork [SOLVED]

Hey, Probably during installation, I set Apache MPM Worker for Event but I intended Prefork yet I am kind of scared to change something at the production server now. All my websites are using alternative PHP 7.4-FPM as an extra PHP Interpreter and there is 8.2 for Keyhelp as well. As I mentioned bef...
by hakeryk
Tue 6. Feb 2024, 15:25
Forum: Feature Requests
Topic: Nginx+Apache Hybrid
Replies: 22
Views: 10640

Re: Nginx+Apache Hybrid

This thread is high on Google SERPS for this question so I will just bump the thread a little bit :) Nginx + Apache is the best combo and this lovely panel should someday use this solution :)

I know that is not ready yet, just wanna wish good luck and happy coding :)
by hakeryk
Mon 5. Feb 2024, 14:51
Forum: Bugs / Issues
Topic: PHP.ini error_reporting values for additional PHP parser not working [SOLVED]
Replies: 5
Views: 1161

Re: PHP.ini error_reporting values for additional PHP parser not working [SOLVED]

I will give it a try to search for some custom ini_set in the app code because I didn't consider that. Thanks for this info anyway: Everything which uses "php_admin_value" can not be overridden by the user. Everything which uses "php_value" can be overridden by the user. If I wil...
by hakeryk
Sun 4. Feb 2024, 13:19
Forum: Bugs / Issues
Topic: PHP.ini error_reporting values for additional PHP parser not working [SOLVED]
Replies: 5
Views: 1161

Re: PHP.ini error_reporting values for additional PHP parser not working [SOLVED]

But my goal is to DISABLE showing errors, warning and deprecated messages, not enabling them. P.S Changing display_errors = Off in any .ini file is not working as well. Adding this command to additional PHP settings is also not working. This is odd. -------------------- EDIT: Solved but... in a weir...
by hakeryk
Sun 4. Feb 2024, 13:03
Forum: Bugs / Issues
Topic: PHP.ini error_reporting values for additional PHP parser not working [SOLVED]
Replies: 5
Views: 1161

PHP.ini error_reporting values for additional PHP parser not working [SOLVED]

OS: Debian 12 Virtualization: KVM KH version: 23.2.1 (Build 3125) Problem I am not able to disable error_reporting to E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_WARNING in the additional PHP 7.4 parser. Expected result Do not show Warnings and Deprecated information at production. Actually ...
by hakeryk
Sat 3. Feb 2024, 21:48
Forum: Usage
Topic: PHP Extension
Replies: 20
Views: 4352

Re: PHP Extension

Hello, PHP module for the system PHP version can be installed easily by apt PHP modules for the additional Keyhelp PHP version have to be compiled or installed via PECL. e.g. compiling of redis extension for PHP 7.4: wget https://pecl.php.net/get/redis-5.1.1.tgz tar xzf redis-5.1.1.tgz cd redis-5.1...