Lighttpd is a lightweight and high-performance event-driven web server.
0
votes
0answers
19 views
CKeditor generate wrong image path
When I upload an image in CKeditor, the default image url is relative to the server root not to the web server (ie: /var/www/mywebsite/images/foo.jpg instead of /mywebsite/images/foo.jpg).
Tough the ...
0
votes
0answers
27 views
+50
JBoss Clustering and Lighttpd Load Balancing displaying inconsistent behaviour
PROBLEM
We have two JBossAS 4.2.3 installed on separate machines and they are clustered. We also make use of Lighttpd that acts as load balancer, and is placed between our Tomcat servers (the Tomcat ...
0
votes
1answer
16 views
Server errors using php/soap/lighttpd
I am using buildroot to build an image and put it on a switch. I enabled lighttpd/soap/php but I get an error when I try to run the web interface. A normal php test file works find. I had this web ...
0
votes
1answer
24 views
Lighttpd - How do I correctly re-write this url?
I am trying to hide the directory where my files are uploaded, which is /download/, however my script to download the file is a button that has an href of "/download/index.php"
I am using lighttpd ...
0
votes
1answer
34 views
Ruby and Redmine with Lighttpd: cannot load such file — bundler/setup (LoadError)
I got that error when I try to run redmine with lighttpd
/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require': cannot load such file -- bundler/setup (LoadError)
Yes I know, that ...
-3
votes
0answers
26 views
Framework php into iOS - iPhone [closed]
I have in my iOS of my iPhone 3GS jailbreaked the package lighttpd, mysql and php. But I need install a framework php for testing. yours have a idea about this?
Thanks !
0
votes
0answers
17 views
lighttpd, php, SoapClient not found
I am trying to install this on a switch using buildroot, I added php and lighttpd to the build. I start the server and the webpage gives this error:
Fatal error Class 'SoapClient' not found
I went ...
0
votes
0answers
13 views
lighttpd, error 403 forbidden
I am trying to install this on a router using buildroot, I added it to the build. When I use a .html file it works fine, i can see a test page. However I get a forbidden message for .php files.
So I ...
0
votes
0answers
7 views
Convert apache .htaccess url rewriting to lighttpd [closed]
I am having the following .htaccess rules to be converted to lighttpd.
I have googled about that and understand that it is very tough for the understanding, Guys can you help me.
RewriteEngine On
...
0
votes
0answers
15 views
Lighttpd's Simple VHost default host and paths
I have the following as my simple vhost configuration. Very standard setup. But now if someone goes to sdfiobn.el-abid.com/sdogj they will get a traditional 404 instead of my 404 page.
# ...
0
votes
0answers
27 views
Lighttpd: proxy with urlrewrite
I want to configure a proxy, that will according to url send request to some servers and remove this tag (from url).
ex:
http://balancer/front/* -> http://srv1:8080/*
http://balancer/back/* -> ...
0
votes
1answer
34 views
Running python scripts from lighttpd - Firefox asking to save file
I am trying to run a simple Python script from my lighttpd server. The HTML code is:
<html>
<title>Interactive page</title>
<body>
<form method=POST ...
0
votes
0answers
7 views
Lighttpd error, plugins failed
I am trying to run lighttpd and I get this error when i try to start it.
2013-03-15 19:14:23: (plugin.c.417) plugin-version doesn't match lighttpd-version for auth
2013-03-15 19:14:23: ...
0
votes
0answers
8 views
lighttpd version error, indexfile
I am trying to use lighttpd, and installed it on a switch. However trying to run it gives this error:
2013-03-15 15:29:49: (plugin.c.417) plugin-version doesn't match lighttpd-version for indexfile
...
0
votes
0answers
6 views
Trouble with lighttpd, using buildroot and softcore
I am trying to run lighttpd on a switch. I installed it with buildroot and with the default config I can see the test page generated from index.html.
However I need to use another config provided to ...
0
votes
0answers
22 views
Tuning epoll timeout in lighttpd
Is there a configuration option to tune epoll timeout in lighttpd? I'm developing an embedded Linux (2.6) device, with lighttpd 1.4.30. And I'm observing the following issue: even when the system is ...
0
votes
0answers
56 views
issues setting up mercurial with lighttpd on raspberry pi
I have mercurial setup on my windows machine and working fine, even serving a nice webpage to view repos and changesets etc.
However I would like to move this to my pi but I am having a lot of ...
0
votes
0answers
40 views
Lighttpd pass get parameters with mod_rewrite
I got a problem with mod_rewrite.
Environment:
PHP version: 5.2.6
Lighttpd version: 1.4.24
There's a PHP script which takes parameters like this:
Get information (GET)
NOTE: The number of ...
0
votes
0answers
24 views
Parsing lighttpd.conf with regex
I'm writting PHP tool to edit lighttpd.conf (Lighttpd webserver).
lighttpd.conf style:
variable = value
variable = 1
variable = "value space"
I can work arround with style above but ...
0
votes
0answers
20 views
Lighttpd: Delay when using as a Proxy
I am trying to use lighttpd as a reverse Proxy:
It has to deliver static files by itself, has to load some Images from an external System and has to forward POST-Request to another, own-written Server ...
0
votes
1answer
34 views
Lighttpd's mod_rewrite module
I have a problem with the mod_rewrite module with Lighty.
I am trying to make this: example.com/index.php?search=whatever, appear as example.com/whatever or example.com/search/whatever (have not ...
0
votes
0answers
84 views
Porting lighttpd server to Android
i am trying to port lighttpd to android so that uses can execute php script from there android device
by hitting localhost:port from broswser but my script is not working properly
Here is runtime ...
0
votes
1answer
87 views
Nginx or lighttpd or apache2 only to handle php, no files [closed]
I read everywhere that nginx is the new trend of webservers.
And that it perform best to delivers files.
I'm currently moving to ec2, and resources are limited. I'd like to know if I'd better move to ...
0
votes
1answer
163 views
ASP.Net with nginx/Lighttpd/mono/fastcgi on Windows
I need to run a web server (nginx or lighttpd) on Windows in order to serve the basics requirements for an ASP.Net application. I'm trying to use the fastcgi-mono-server4 from mono 2.10 for windows ...
0
votes
3answers
147 views
Lighty (Lighttpd) Virtual Host Config
I want to setup Lighty with PHP to use 3 different domain names on my development environment:
example1.domain.com
example2.domain.com
example4.domain.com
I've installed PHP 5.4 and Lighty using ...
0
votes
0answers
16 views
lighttpd coredump when it start. Find 6w+ core file in server. It likes closed loop coredump
Coredump info:
(gdb) bt
#0 0x0000000000004296 in ?? ()
#1 0x00007fc6d7bb898d in mod_proxy_trigger (srv=0x58a0d0, p_d=Variable "p_d" is not available.
) at mod_proxy_core.c:3140
#2 ...
0
votes
0answers
56 views
Convert Lighttpd rewrite to nginx
I'm having problem in converting lighttpd rewrite to nginx.
Next line.
rewrite "/torrent/([0-9A-F]{2})([0-9A-F]{2})([0-9A-F]{36}).*" => "/t/$1/$2/$3.torrent";
some help?
1
vote
0answers
67 views
htaccess rule drop 400 Bad Request on Backend apache
I have a ISPManager Lite, but i decited moving to lighttpd.
I use a lighttpd as a Frontend server and Apache2 as Backend.
In normal php files i have no problem (for example, when i request /form.php ...
0
votes
1answer
89 views
Lighttpd - Cannot start, can't bind port, permission denied
I have installed Lighttpd in parallel with Apache (using port 80). But starting lighttpd gives me an error
Starting lighttpd: 2013-04-05 15:56:17: (network.c.379) can't bind to port: 81 Permission ...
0
votes
0answers
14 views
Apach2 to ligthttp convert mod rewrite
can everyone help me to convert follow lines to ligthttp?
RewriteEngine On
RewriteCond %{REQUEST_URI} ^(.+)\~s$
RewriteRule ^(.*) stats.php?u=$1 [L]
RewriteCond %{REQUEST_URI} ^(.+)\~d$
RewriteRule ...
0
votes
0answers
39 views
lighttpd + fastcgi-server4 on debian gives blank pages from web server (.html, .aspx, .asmx) with no errors
So I configured fastcgi-server4 on lighttpd on debian in order to serve up some .aspx and .asmx pages. As this will only run one small local project, I configured the .conf files to serve up all file ...
0
votes
0answers
45 views
migrate .htaccess to lighttpd config
can u help me to convert the following .htaccess to lighttpd config?
AddDefaultCharset utf-8
RewriteEngine On
RewriteBase /
RewriteRule ^one-two-([.a-z0-9_-]*)?\.html$ result.php?url=$1 [QSA,L,NC]
...
0
votes
0answers
20 views
Lighttpd how works Mod Rewrite right?
I am end with my dictionary. So I hope someone from here can help me:
I have one URL:
www.foo.bar/stream/tempdir/tempdir/realdirectory/filename.mp4
In the URL are only /stream/ fix tempdir and ...
0
votes
1answer
105 views
PHP fopen() returns NULL, always
I'm attempting to open a file for parsing (a binary file), however no matter what fopen() is always returning NULL.
I've ruled out nearly everything to the point where I have a test script with ...
1
vote
1answer
116 views
Python + lighttpd + CGI: any web frameworks?
I'm stuck with this server without root access. It has Python 2.6.5 and runs lighttpd, serving all Python scripts under CGI. Yes, plain old CGI. Unfortunately, I have to use this server only, so ...
0
votes
1answer
37 views
django-gcm under lighttpd/fastcgi?
Has anyone gotten the django-gcm server running under lighttpd using fastcgi?
I know how to get a general django application running under lighttpd/fastcgi, but I haven't been able to find ...
0
votes
1answer
35 views
mod_rewrite migration from apache to lighttpd
how to describe the same thing with lighttpd?
my .htaccess:
RewriteEngine On
RewriteBase /
RewriteCond $1 !^(index\.php|style\.css|image|image-small|robots\.txt|sitemap\.xml|favicon\.ico)
...
0
votes
2answers
147 views
subprocess call failing with unicode data from web form input - works with same input from elsewhere
I have a library that contains a function that checks various input data against a number of regexps to ensure that the data is valid. The function is called both for input received by a CGI script ...
0
votes
1answer
82 views
PHP duplicate orders in form submission even with CSRF token
For a 'Confirm Order' page in application written in PHP I need to prevent multiple form submissions so we don't get duplicate orders. I have attempted to handle this in two ways:
For users ...
1
vote
2answers
106 views
Lighttpd + Django configuration - “waiting for connection”
I would like to configure Lighttpd with Django to show at localhost:3033 basic "hello-world" Django website (created by $ django-admin startproject hellodjango). I've followed documentation, but I ...
1
vote
2answers
74 views
how to lighttpd redirect with querystring
Following url is working fine:
http://www.domain.com/address
but when I pass any querystring like:
http://www.domain.com/address?back=order-opc.php?step=1
It shows 404 page
my rewrite:
...
0
votes
1answer
47 views
Lightttpd document root: Changing default page from index.php to xyz.php
I'm using the Lighttpd webserver in conjuction with PHP.
I'm trying to figure out how to change the default behaviour so that browsing to "www.domain.com" would load xyz.php instead of index.php; ...
-1
votes
1answer
38 views
Mybb and Wordpress url rewriting configutation for multi domain in lighttpd [closed]
I am using MyBB as Forum in 1 Domain and Wordpress as blog in another Domain. I was using apache. Now i want to move to lighttpd. But i have problem with URL rewriting for 2 different domains.
Does ...
0
votes
0answers
78 views
Lighttpd 403 error
I have 2 servers one running on cenotos 5.9 and centos 6.3.i am trying to configure centos 6.3 as a static file server.when i installed lighttpd on centos 6.3 with server document root in ...
0
votes
0answers
33 views
How to display compressed files OR extract and then display files with Lighttpd?
I am using Lighttpd currently in my application and would like to open the files for 2 ways:
Open compressed Files (already working fine, with mod_setenv)
My code of that:
server.modules += ( ...
0
votes
0answers
79 views
Unauthenticated POST request, allowed to upload a file with lighttpd
I was troubleshooting some issues with a webapp when I stumbled on a weird behavior from lighttpd. The troubleshooting procedure involved hitting a url with a script. That url when rendered in a ...
2
votes
1answer
60 views
FCGI & url issues while moving from Hiawatha
We are moving from Hiawatha webserver to Lighty.
I want to make this transfer as transparent as possible without making any change to FCGI application.
In Hiawatha, we have a configuration line in ...
0
votes
1answer
65 views
Upload progress in lighttpd no response
I am trying to get the uploadprogress module for lighttpd 1.5 to work, but i am running into a strange problem:
When i start the upload "/response" is getting called every second with the ...
0
votes
1answer
587 views
Create HTML button to run Python Script
So I have been searching for this answer for a while, and most answers that I have found are either to vague, or above my knowledge with programming.
What I am trying to do is create a button on a ...
1
vote
1answer
101 views
How can disable the lighttpd daemon in Ubuntu 12.10 s
I'm setting up lighty according to this guide, and I don't really have an use for the lighttpd daemon that was installed (this is the one that resides in /etc/init.d/lighttpd). I don't want a ...