Questions tagged as 'lighttpd'

0
answers

Lighttpd + fastcgi + python3 = child exited with status 8

I'm trying to run a small program in python: import os from flup.server.fcgi import WSGIServer from webapi import webapi from configuration import config from setup import setup if __name__ == "__main__": setup() if config.getboolean...
asked by 16.07.2018 / 20:52
1
answer

How to have friendly URLs (.htaccess in apache) with Lighttpd?

I have this .htaccess file: (#)impedir que se pueda ver el listado de contenidos de un directorio Options All -Indexes (#)URL amigables (#)activar RewriteEngine RewriteEngine on RewriteRule ^(\w+)$ index.php?accion=$1 RewriteRule ^(.*)&(.*...
asked by 11.11.2017 / 00:09