A place to search for and ask for support

Turnkey WordPress LXC + NGINX Proxy Manager - Error 502

Forum: 
Hi! Not so long ago I started working in my personal server using Proxmox. Then I setup my WordPress server, created SSL certs and added another LXC to run NGINX Proxy Manager (NPM). It was running just fine until some days ago... If I try to open my website I get: 502 Bad Gateway openresty I thought that it was NPM or openresty causing that problem, but I can not find anything wrong there (I'm not an expert in this).
NateB's picture

LAMP stack troubleshooting for connecting to MSSQL with PHP and "sqlsrv" plugins.

Forum: 
Tags: 

I've been doing a TON of troubleshooting on this issue, and I'm stuck. The Long-Story-Short version is this:

I've been able to install the official Microsoft ODBC drivers, and they show enabled. I was also able to get the sqlsrv and pdo_sqlsrv plugins installed and show active in phpinfo.php. however, using them to connect presents an error "could not establish connection with server"

the exact same code works on a test WAMP server (so it works under windows, and it makes me think somehow the drivers are just, incorrectly installed in linux)

L. Arnold's picture

Odoo 18 (How to make your own DB)

Forum: 

A quick heads up.

The /etc/odoo/odoo.conf file needs to be updated if you want to have your own database in current build 18.0.

To fix:

Easiest is to Select "Database Manager" at the login screen for Odoo
Specify a new Database


login with Webmin.  Choose "Tools" / "FileManager"

navigate to /etc/odoo/odoo.conf

find the line that says 
db_name = TurnkeylinuxExample
make it read
# db_name = TurnkeylinuxExample

then

db_name = NewDatabaseName

or

marvdaluz's picture

Jellyfin Service Unavailable

Forum: 
Tags: 

I installed my container following the default settings.  But to access the container at the received address I always get error 503 service unavailable on port 12322 or I can't get to this page on when accessing through port 8096.
The Fiel server and WebDav access normally.

Can you help me locate where the problem is?

Thank you

Jimmi's picture

Themes editor fails with Wordpress 6.5.4

Forum: 

I wanted to use TKL to customize the WP Twenty Twenty Four theme during my spare time anywhere.

I installed in Virtualbox the Wordpress appliance, upgraded Debian and Wordpress and connected to the server from /localhost

When I try to use the Theme Block Editor of Wordpress I always get problems in the visualization: sometime the central screen remains blank, sometime the header or part of the theme are not shown.

BFF's picture

TK - Lets-Encrypt - dehydrated-wrapper - null $CTYPE

Forum: 

So my server keeps reporting me the same error when auto reniewing my certificate thorought confconsole.

Very Siberian's picture

Cannot install security updates

Forum: 

Hello! I am unable to install security updates for some reason. If anyone has suggestions based on the following error messages, I would appreciate it!

Best regards,

Rob

Brandon Delehoy's picture

Confconsole crashing after removing a virtual NIC

Forum: 

Hello! I'm using the Turnkey LAMP Stack image to operate a reverse proxy in my network infrastructure as a virtual machine on Microsoft's Hyper-V platform. I originally set up this reverse proxy with 2 network adapters/interface cards (NICs): one to speak to the outer web (WAN; on eth0) and one to speak to servers on the local network (LAN; on eth1). I've since changed the network settings beyond the scope of this virtual machine so it doesn't require the WAN NIC anymore, just the LAN, so I removed the WAN NIC in the virtual machine's Hyper-V settings.

Jeremy Davis's picture

Apache name-based virtual hosts

Forum: 

Over on Reddit, u/Solnse asked about setting up a LAMP/LAPP appliance to host multiple sites via different domains. AKA "name based virtual hosts". I've tried 3 times to post this over there as a reply, but for some reason, Reddit just keeps giving me a vague error message?!? Maybe it's too long? Regardless, I've given up and am posting here instead.

smcooley's picture

Wordpress turnkey SSL + reverse nginx proxy

Forum: 

Hello there

I am attempting to make use of turnkey linux wordpress and am at a bit of a loss for how to configure SSL on the 'backend' vm with the wordpress-18.0-bookworm-amd64.iso

Note: I have read the article Turnkey linux appliances behind a reverse proxy

MY SETUP:

Pages