Questions tagged [lighty]
11 questions
2
votes
1 answer
Can't access to socket.io.js on Raspberry Pi with Lighttpd [Node.JS & Socket.IO]
I'm completely new to Node.JS and Socket.IO since yesterday.
I try to make Node.JS and Socket.IO work on my Raspberry Pi but it doesn't seem to. I can't access to :1337/socket.io/socket.io.js.
I have followed this tutorial so my Lighttpd.conf…

D4V1D
- 5,805
- 3
- 30
- 65
2
votes
1 answer
Streaming webm video using lighttpd memory usage
I have a folder of webm videos on my website and I would like to stream them.
When you go to mysite.com/media/video.webm you get a firefox native webm video player and the video is streaming correctly.
The server only has 512MB memory and while the…

user3315774
- 21
- 1
1
vote
2 answers
help needed with Lighttpd and Apache cofiguration with Django
I am using Django as web framework and then Apache and Lighttpd as web server and static media server respectively. Lighty serves all my static content well and good, but I need to configure it to serve the new files uploaded by the user. Lighttpd…

Bharath
- 613
- 2
- 7
- 17
1
vote
1 answer
Not using fork calls in LIGHTTPD source
Im planning to port LIGHTTPD to my embedded system. I do not have fork () system call in my environment. I could see #define HAVE_FORK in lighttpd sources, if this is not defined lighttpd will not make any fork calls. So far so good..
But in one of…

Mohammed Shuja
- 11
- 2
0
votes
1 answer
Rails Deployment on Win32 Best Practices: Lighty + Sgci
I've received some really great guidance from users of this site, and I'm thinking some advanced Rails people could assist me in resolving the following problem.
I'm attempting to deploy a simple Rails application on a win32 server.
I've been…

Joseph Weissman
- 5,697
- 5
- 46
- 75
0
votes
1 answer
Opencart 1.4.9.4 redirects on Lighttpd 1.4.19-5+lenny2
Recently I've been looking into Opencart as a solution for simple E-commerce websites. I like it a lot, but I can't seem to get the redirection right.
I am using lighttpd as a web server, and I've noticed that Opencart offers Apache .htaccess…
0
votes
0 answers
Execute gphoto2 on lighty/lighttpd on raspbian
I try to execute this command with the PHP command exec:
exec ("gphoto2 --capture-image-and-download --filename ".$path, $output, $returnVal);
I use a valid filename and when I execute the command with the parameters of the variables in bash, it…
user4107024
0
votes
2 answers
Lighttpd with an second document-root
I'd like to configure Lighttpd 1.4.35 with a second document-root-path. Lighty should look up a file via the first server.document-root-path given in the config-file. If it can't find the file it should look it up via the second…

lshw
- 35
- 1
- 5
0
votes
1 answer
Web application design that is independent of servlets (uses Web server no application server )
I am trying to architect a web application that requires real time push (perhaps websockets) but I am constrained by memory and would like to avoid the us of a servlet container. So to say that my application would be deployed on a web server ONLY…

Rabiya
- 1
0
votes
1 answer
Apache RewriteCond to Lighttpd
I want to migrate some sites running on apache to Lighttpd.
Can anyone help me to convert this Rewrite rule into a equivalent rule for Lighttpd:
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$…

Jennifer Weinberg
- 31
- 3
0
votes
1 answer
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 decided yet -- don't know much about SEO)
While I…

AnonymousJ
- 87
- 1
- 12