Hello everyone, I am working on a project using Django. I chose to host it on a Hostinger ubuntu instance. Being relatively new to linux also, I opted for a "Ubuntu/Django/OpenLiteSpeed" OS template.
To my surprise, during the installation, I was directed to create a DigitalOcean account, and was asked for a credit card number. I wasn't thrilled, but I continued. I now had another linux instance ... costing me close to 1$/day ( a least twice the price of the Hostinger instance I already paid for)
2 or 3 days later I decided to delete this DigitalOcean "unwanted" instance. Shortly after that, my first linux instance ( the "wanted" one) became unresponsive, and only after a lengthy exchange with Hostinger support, were they able to "reset" my instance. Not completely reset though, I lost a bit of work, but I just had to pull my repo again, and my django app was running fine.
I later realized that, "OpenLiteSpeed" and "OpenLiteSpeed Server" , are not the same thing.
What have I configured ? the "free" openlitespeed version, or the "entreprise" one ?
I tried to install openlitespeed on windows ( using WSL2). It installs fine, the demo page seems ok too. But I have all the trouble in the world to reproduce locally the config I have on myHostinger instance.
It might be permissions issues or something else , but the only real difference I could find was the lswsgi executable found in /usr/local/lsws/fcgi-bin/ the one I have locally has a weight of 0 bytes ( this can't be right ?)
I known this post is pretty messy, I have trouble understanding where or what the issue is...
To my surprise, during the installation, I was directed to create a DigitalOcean account, and was asked for a credit card number. I wasn't thrilled, but I continued. I now had another linux instance ... costing me close to 1$/day ( a least twice the price of the Hostinger instance I already paid for)
2 or 3 days later I decided to delete this DigitalOcean "unwanted" instance. Shortly after that, my first linux instance ( the "wanted" one) became unresponsive, and only after a lengthy exchange with Hostinger support, were they able to "reset" my instance. Not completely reset though, I lost a bit of work, but I just had to pull my repo again, and my django app was running fine.
I later realized that, "OpenLiteSpeed" and "OpenLiteSpeed Server" , are not the same thing.
What have I configured ? the "free" openlitespeed version, or the "entreprise" one ?
I tried to install openlitespeed on windows ( using WSL2). It installs fine, the demo page seems ok too. But I have all the trouble in the world to reproduce locally the config I have on myHostinger instance.
It might be permissions issues or something else , but the only real difference I could find was the lswsgi executable found in /usr/local/lsws/fcgi-bin/ the one I have locally has a weight of 0 bytes ( this can't be right ?)
I known this post is pretty messy, I have trouble understanding where or what the issue is...