Interesting. This was working with FreeBSD 14.3 but as of FreeBSD 15.0 i see the following:
Error_log 2025/11/29 14:34:49 [error] 76006#100398: *9047 upstream prematurely closed connection while reading response header from upstream, client: 162.157.247.67, server: www.nk.ca, request: "POST ...
Search found 52 matches
- Sat Nov 29, 2025 10:41 pm
- Forum: Bugs
- Topic: FreeBSD 15.0 and MariaDB
- Replies: 1
- Views: 27307
- Sun Feb 16, 2025 5:02 pm
- Forum: General discussions
- Topic: filter needed
- Replies: 0
- Views: 66343
filter needed
Looks as if some autobot is hitting my blog.
FRom : "click through the up coming website page" <doctor@nk.ca> Reply-To: "click through the up coming website page" <root@nk.ca> X-Mailer: Serendipity/2.5.0 X-Engine: PHP/8.4.4 Message-ID: <1435684a19c032c2c97a06c79372382e@www.nk.ca> MIME-Version: 1.0 ...
FRom : "click through the up coming website page" <doctor@nk.ca> Reply-To: "click through the up coming website page" <root@nk.ca> X-Mailer: Serendipity/2.5.0 X-Engine: PHP/8.4.4 Message-ID: <1435684a19c032c2c97a06c79372382e@www.nk.ca> MIME-Version: 1.0 ...
- Sat Aug 19, 2023 2:13 pm
- Forum: Bugs
- Topic: php 8.2.9 and nginx
- Replies: 0
- Views: 119971
php 8.2.9 and nginx
Warning your ownersip and group ownership should be set to WWW or WWW-dist
- Thu Jan 12, 2023 7:03 pm
- Forum: Bugs
- Topic: postgres error coming from lastest Serendipity
- Replies: 2
- Views: 49739
Re: postgres error coming from lastest Serendipity
Jsut did that
- Thu Jan 12, 2023 2:17 pm
- Forum: Bugs
- Topic: postgres error coming from lastest Serendipity
- Replies: 2
- Views: 49739
- Fri Dec 23, 2022 3:42 am
- Forum: Bugs
- Topic: entries and one category not being seen
- Replies: 0
- Views: 120263
entries and one category not being seen
nk.ca/blog seems to have an oddity.
1 In Admin the entries cannot be seen
2 The Microsoft scam section looks unavailable but
In all the entries are present
1 In Admin the entries cannot be seen
2 The Microsoft scam section looks unavailable but
In all the entries are present
Re: php 8.0
/usr/local/etc/php.ini
Re: php 8.0
Found the issue
You need to add to php.ini file where to find the cainfo
Case closed
You need to add to php.ini file where to find the cainfo
Case closed
Re: php 8.0
FYI Freebsd 13.X uses /usr/local/share/certs/ca-root-nss.crt
Re: php 8.0
From https://forums.freebsd.org/threads/wordpress-and-serendipity-maybe-being-affected-by-packet-filtering.87165/page-2
commenting on the php script
So the top part uses the cURL library to get a remote file, then line 15 uses PHP's function to get a remote file and that function has issues with ...
commenting on the php script
So the top part uses the cURL library to get a remote file, then line 15 uses PHP's function to get a remote file and that function has issues with ...
Re: php 8.0
From https://forums.freebsd.org/threads/wordpress-and-serendipity-maybe-being-affected-by-packet-filtering.87165/page-2
If using cURL, maybe something here will help: https://thisinterestsme.com/php-curl-ssl-certificate-error/
(Sorry, it's a bit advert-riddled but the core information seems useful ...
If using cURL, maybe something here will help: https://thisinterestsme.com/php-curl-ssl-certificate-error/
(Sorry, it's a bit advert-riddled but the core information seems useful ...
Re: php 8.0
from https://groups.google.com/g/comp.lang.php/c/QKZnFFaeH6E
On 01/12/2022 00.36, The Doctor wrote:
> php testcode.php
> Failed loading /usr/local/lib/php/20131226-zts-debug/ioncube/ioncube_loader.so: Cannot open "/usr/local/lib/php/20131226-zts-debug/ioncube/ioncube_loader.so"
You should remove ...
On 01/12/2022 00.36, The Doctor wrote:
> php testcode.php
> Failed loading /usr/local/lib/php/20131226-zts-debug/ioncube/ioncube_loader.so: Cannot open "/usr/local/lib/php/20131226-zts-debug/ioncube/ioncube_loader.so"
You should remove ...
Re: php 8.0
Checking in with FreeBSDers on this issue
Re: php 8.0
I am usiing FreeBSD 13.1 currently all patched up
/usr/local/sbin/nginx -v
nginx version: nginx/1.23.2 (nginx-quic)
and you can look up all php information on the server at https://www.nk.ca/phpinfo.phtml still
php -i | egrep openssl
Failed loading /usr/local/lib/php/20131226-zts-debug/ioncube ...
/usr/local/sbin/nginx -v
nginx version: nginx/1.23.2 (nginx-quic)
and you can look up all php information on the server at https://www.nk.ca/phpinfo.phtml still
php -i | egrep openssl
Failed loading /usr/local/lib/php/20131226-zts-debug/ioncube ...
Re: php 8.0
From CLI
php testcode.php
Failed loading /usr/local/lib/php/20131226-zts-debug/ioncube/ioncube_loader.so: Cannot open "/usr/local/lib/php/20131226-zts-debug/ioncube/ioncube_loader.so"
PHP Warning: PHP Startup: igbinary: Unable to initialize module
Module compiled with module API=20170718
PHP ...
php testcode.php
Failed loading /usr/local/lib/php/20131226-zts-debug/ioncube/ioncube_loader.so: Cannot open "/usr/local/lib/php/20131226-zts-debug/ioncube/ioncube_loader.so"
PHP Warning: PHP Startup: igbinary: Unable to initialize module
Module compiled with module API=20170718
PHP ...