Th3-822 / rapidleech

http://rapidleech.com/forum/
590 stars 522 forks source link

HTTPD error when deploying with Herokuish (not about deploying to heroku) #236

Closed floricou closed 3 years ago

floricou commented 3 years ago

Hello, I was trying to deploy rapidleech to my server that is using Herokuish

When I deployed it, this error came:

httpd: Syntax error on line 141 of /app/.heroku/php/etc/apache2/httpd.conf: Cannot load libexec/mod_ssl.so into server: /usr/lib/x86_64-linux-gnu/libssl.so.1.1: version `OPENSSL_1_1_1' not found (required by /app/.heroku/php/libexec/mod_ssl.so)
This program requires Apache 2.4.10 or newer with mod_proxy and mod_proxy_fcgi enabled; check your 'httpd' command.

After a little research, I found a similar issue when it comes with PHP and dokku/herokuish environment https://github.com/heroku/heroku-buildpack-php/issues/406

Someone says that you chose to run your own infrastructure, so you must keep your infrastructure up to date. Can you implement that or at least, tell me what to do? I'm a noob in this kinda thing

Th3-822 commented 3 years ago

This is not an issue with rapidleech itself, it's your server's setup, you should try with a newer OS