The project has been fine before installed apache for running a website After running my site on apache Opencv could not find the image. How can I fix it thx best regards
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @,
I think your Apache installation needs to have mod_wsgi. To check that you can SSH to your Droplet and type in
To check for the module exactly you can try
If you don’t have the module, you need to install and enable it;