[users@httpd] Retrieve the content of the "SuexecUserGroup" variable in a module

2021-08-06 Thread Natassia
Hello to all, I'm developing a module that I'm going to publish on GitHub when finished, maybe people will be in the same "search" as me. I am trying to access the "SuexecUserGroup" variable. But in the Apache documentation, they don't reference the access. I tried several methods, but Apache r

Re: [users@httpd] Using "AddHandler" with "mod_proxy"

2021-08-04 Thread Natassia
force with a Handler that already exists and not to create a new Handler that must go to the proxy. Natassia - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Using "AddHandler" with "mod_proxy"

2021-08-04 Thread Natassia
system. SetHandler "proxy:unix:/tmp/dev-fpm/natassia-fpm.sock|fcgi://localhost/" I can put this in an .htaccess, it works: Addhandler "proxy:unix:/tmp/dev-fpm/natassia-fpm.sock|fcgi://localhost/" .php But I have very old applications that change the .htaccess files ever