Why Nostr? What is Njump?
2025-03-11 02:31:21
in reply to

utopiArte on Nostr: The digitalocean tutorial used inicially displayed two entries as variation of the ...

The digitalocean tutorial used inicially displayed two entries as variation of the standard entry in a sitedomain.registry.conf file robably only the second is/was neccessary fior the correct setup of php, this has to be checked again, for the friendica sites and the castopod site.

Entry that actually (probably) isn't about the php setting:
<Directory /var/www/site1.your_domain>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>

Entry that affects the php entry:
<FilesMatch \.php$>
# From the Apache version 2.4.10 and above, use the SetHandler to run PHP as a fastCGI process server
SetHandler "proxy:unix:/run/php/php7.2-fpm.sock|fcgi://localhost"
</FilesMatch>
Author Public Key
npub1294khcygmzxr8fudt4dany08xnz7w3ufqqf4f835regcwpdwqamq82upjh