Thanks both of you :) On 03/29/2011 08:27 PM, Ilan Berkner wrote: > Look into the slow query log of mysql. > > On Tue, Mar 29, 2011 at 1:04 PM, Arvind Jayaprakash <work@anomalizer.net > <mailto:work@anomalizer.net>> wrote: > > On Mar 29, Alexander Economou wrote: > >I am not really sure if this is the right place to ask something like > >thaby aecon - Nginx Mailing List - English
Greetings, I am not really sure if this is the right place to ask something like that but seeing all those available mods doing almost everything, here it goes. Is there any way (php-cgi mod?) that i can use to measure the time it takes for a (sql) query to complete? My setup uses nginx servers on a mysql cluster. Thank you in advance and i am sorry also in advance if the subject is irreleby aecon - Nginx Mailing List - English
Thank you for your quick reply again Francis. I followed your instructions and made the following changes --------------------------------------------------------------------------- # root /var/www/cluster-domains/2_socialwhale_com/htdocs/website; --------------------------------------------------------------------------- Commented the above line since i have already set the root dirby aecon - Nginx Mailing List - English
Greetings again, I got this weird problem. I have the following virtual domain configuration: ------------------------------------------------------------------------ server { listen 80; server_name 2.socialwhale.com; access_log /var/www/cluster-domains/2_socialwhale_com/logs/2.socialwhale.log main; error_log /var/www/cluster-domains/2_socialwhale_com/logs/2.socialwhalby aecon - Nginx Mailing List - English
The problem seemed to be that after the initial auth , the credentials could not change (diff user/pass). Thanx alot Francis for the fast reply and sorry for the crappy problem description but that was the only input i had. My colleague (the web dev) , seems to have found a solution to his problem. Cheers - Alex On 03/14/2011 01:39 PM, Francis Daly wrote: > On Mon, Mar 14, 2011 at 12:58:by aecon - Nginx Mailing List - English
A colleague of mine told me that these two lines in php doesn't seem to work on an nginx + fastcgi installation. Any thoughts? header('WWW-Authenticate: Basic realm="SocialWhale Controller"'); $_SERVER['PHP_AUTH_USER'] $_SERVER['PHP_AUTH_PW']; -- --- Alex _______________________________________________ nginx mailing list nginx@nginx.org http://nginx.org/mailman/listinfo/nginxby aecon - Nginx Mailing List - English