Benjamin Loison

Results 599 comments of Benjamin Loison

```bash cd /etc/apache2; . envvar; apache2 -D DUMP_MODULES -t ``` ``` -bash: envvar: No such file or directory [Sun Sep 15 12:17:14.645395 2024] [core:warn] [pid 377061] AH00111: Config variable ${APACHE_RUN_DIR}...

Maybe reading `keys.txt` due to the mutex is the bottleneck.

```bash sudo a2dismod mpm_worker ``` ``` Module mpm_worker disabled. To activate the new configuration, you need to run: systemctl restart apache2 ``` ```bash sudo service apache2 restart ``` ``` Job...

```bash sudo a2enmod mpm_prefork ``` ``` Considering conflict mpm_event for mpm_prefork: Considering conflict mpm_worker for mpm_prefork: Enabling module mpm_prefork. To activate the new configuration, you need to run: systemctl restart...

As PHP is not interpreted: ```bash a2enmod php ``` ``` ERROR: Module php does not exist! ``` ```bash a2enmod php8.3 ``` ``` Considering dependency mpm_prefork for php8.3: Considering conflict mpm_event...

On a private instance: ```bash sudo a2dismod php8.3 ``` ``` Module php8.3 disabled. To activate the new configuration, you need to run: systemctl restart apache2 ``` ```bash diff -qr /etc/apache2{,_15_09_24}/...

On the official instance: ```bash ls /etc/apache2/mods-enabled/php8.3.{conf,load} ``` ``` ls: cannot access '/etc/apache2/mods-enabled/php8.3.conf': No such file or directory /etc/apache2/mods-enabled/php8.3.load ``` Restoring `/etc/apache2/mods-enabled/php8.3.conf` from the private instance content and `sudo service...

Maybe the lock on the `keys.txt` exists but no thread releases it as it died. After using https://github.com/Benjamin-Loison/YouTube-operational-API/issues/18#issuecomment-1286216222 on: ```bash ~/Desktop/bens_folder/dev/yt/youtube_data_api_v3_* | sort | uniq ``` on my Linux Mint...

I was about to publish as a comment: > For *My region* parsing https://www.youtube.com/channel/UCZtmNrG53nmbq-Ww2VJrxEQ/live source code is enough, but for *Worldwide* it requires Protobuf manipulation to make it, cleanly in...

Only this instance seems to have this issue, see https://matrix.to/#/!sNARMdEsFZERaQAJzl:matrix.org/$mkMyRthRKpBXfCI2gsyzF463Z7pdKrDX-70pife5PuM.