SoylentNews / rehash

Forked from Slashcode, rehash is the codebase that powers SoylentNews.org, powered by mod_perl 2
http://soylentnews.org
GNU General Public License v2.0
57 stars 26 forks source link

Modernize the stack #498

Open mechanicjay opened 1 year ago

mechanicjay commented 1 year ago

Putting this here, as I have a merge request incoming, if you're interested.

I've ported rehash to Apache 2.4 and have it running, seemingly successfully in a local dev environment running the following:

Apache 2.4.57 Mod_perl 2.0.12 libapreq2 2.17 (this is now externalized from apache) perl 5.36.0

Open question as to how to handle the mysql install schema as they don't import as is into either mysql 8 or mariadb 10 (I have it running on mariadb 10.6 with some minor tweaks)