sjau

Results 21 comments of sjau

Unfortunately this isn't working for PHP 8.3 anymore. I get tons of errors like this: ``` A PHP Error was encountered Severity: 8192 Message: Creation of dynamic property CI_URI::$config is...

Hi there Thanks regarding the conf version. Fixed that meanwhile. Are you using apache 2.2 or 2.4?

did you tell in the config that it's 2.2? Because 2.2 and 2.4 have different folders. 2.2 uses /etc/apache/conf.d/ 2.4 uses /etc/apache/conf-available/ Since your error says it's trying to locate...

ls -al /etc/apache2/conf.d/letsencrypt-webroot.conf

You're still having issues?

not really sure what proxypass is? is that related to the apache mod_proxy?

I added an option in https://github.com/sjau/le2ispc/commit/929daf4d6d3571e68f57127d60fc619b93a30d64 - didn't test it though but it should work.

I tested it... in my brain :) How could I miss the 2 params for explode.. I've used them so often... anyway, fixed.