Jerry Vonau
Jerry Vonau
``` jvonau@jvonau-desktop:~/git/iiab$ grep -r fastcgi_pass roles/*/templates/ | sort roles/awstats/templates/awstats-nginx.conf: fastcgi_pass php; roles/mediawiki/templates/mediawiki-nginx.conf.j2:# fastcgi_pass 127.0.0.1:9000; # or whatever port your PHP-FPM listens on roles/mediawiki/templates/mediawiki-nginx.conf.j2: fastcgi_pass php; # or whatever port your...
https://wordpress.org/support/article/editing-wp-config-php/ might want to update to a unix socket path ie: ```define( 'DB_HOST', 'localhost:/var/run/mysqld/mysqld.sock' );```
How about using the pinned issue for FAQ type subjects in place of frivolous issues that are targeted at a single fix of a 5 year old php website scraping....
Need to build and provide php7.4-stem.rpi.tar now that a 32bit version of php7.4 is installed in RaspiOS bullseye, there are only arm64 and amd64 available to download that are used...
#2739
> I am assuming that installed status can be had from state.yml. > > On the last call it was said that enabled should be taken from systemctl is-enabled. This...
> > I'm assuming this is more geared towards admin-console > > yes. for now it is iinstalled with adm cons, though it could be moved to iiab_lib if there's...
> > > I'm assuming this is more geared towards admin-console > > > > > > yes. for now it is iinstalled with adm cons, though it could be...
> What we should do is update a copy in /etc/nginx/sites-available/ and use symlinks in /etc/nginx/sites-enabled/ as per normal nginx usage. The /etc/nginx/sites-* directories might be an ubuntu add-on, don't...
The design choice was made at the time, held my nose and looked the other way. The alternate method was discussed but since ansible was always to be used there...