Hi everyone,
I have the same problem. I really need this feature. how is this going?
>> Maxim Dounin:
> Valentin is already worked on this, and I believe he'll be able to
> provide a little bit more generic patch.
does this mean in the future we can use epoll to detect the client
connection's a
On Wed, Jun 26, 2013 at 10:22:21AM -0400, Ben Johnson wrote:
Hi there,
> I was able to accomplish my objective with some help from the tutorial
> at:
It's good that you've got it working now.
There are a few things that you might like to consider when deploying
it across all vhosts.
First: for
On Wed, Jun 26, 2013 at 10:55:24AM -0400, Josh Haimson wrote:
Hi there,
> The odd thing is that 'uwsgi_pass' works perfectly on a different machine
> running the same OS and the same version of nginx.
Which file on the filesystem is the "works perfectly" nginx binary?
/usr/sbin/nginx, /usr/loca
Thanks for the help! Unfortunately, changing uwsgi_pass to wsgi_pass did
not solve the problem. Now I just get an error saying there's an unknown
directive 'wsgi_pass' instead of an unknown directive 'uwsgi_pass'.
The odd thing is that 'uwsgi_pass' works perfectly on a different machine
running
I was able to accomplish my objective with some help from the tutorial
at:
http://www.howtoforge.com/running-phpmyadmin-on-nginx-lemp-on-debian-squeeze-ubuntu-11.04
location /pma {
root /var/www/;
index index.php index.html index.htm;
location ~ ^/pma/(.+\.php)$ {
try_files $uri =4
Hello!
On Wed, Jun 26, 2013 at 08:53:39AM +0200, asd wrote:
> Not sure. PHP not know mp4 video playing start.
> I can save time, filename, ip addr after called url by nginx.
Most obvious aproach would be to use a php script with
X-Accel-Redirect to track playback start.
Alternatively, you may