Forums

Using lighttpd

Hello,

For my project the following packages are required:

mysql-server libmysqlclient-dev python-dev libyaml-dev lighttpd git-core python-virtualenv memcached libjpeg-dev

When I run, according to installation instructions,

/usr/sbin/lighttpd -D -f lighttpd.conf

I get an error.

When I try to install lighttpd, I also get an error:

pip install --user lighttpd Downloading/unpacking lighttpd Could not find any downloads that satisfy the requirement lighttpd Cleaning up... No distributions at all found for lighttpd

Would you please help?

You can't use lighttpd on PythonAnywhere at the moment. We provide a web server for you to run WSGI apps in.

Also, from the list of requirements, we don't have the architecture to support memcached currently.

Thank you for your kind replies and support.