maybe this will help http://stackoverflow.com/questions/3542149/check-the-existence-of-a-session-nginxby cybernet - How to...
what's your configuration ?by cybernet - How to...
this weekend i added to my VPS some ipv6 address, so of course i wanted to use them on my sites anyway i changed in my domain config from listen 80; to listen [::]:80; after i tried to restart nginx i got some errors Restarting nginx: nginx. nginx: bind() to [::]:80 failed (98: Address already in use) nginx: bind() to [::]:80 failed (98: Address already in use) nginx: bind()by cybernet - How to...
i'm not sure what's with that configuration file, because you didn't specified if you installed fastcgi anyway no matter what Distribution you use, you should follow this tutorial it's greatby cybernet - How to...
the basic rewrite rules for wordpress to work are if (!-e $request_filename) { rewrite ^(.+)$ /index.php?q=$1 last; } # catch all error_page 404 /index.php; also for security location ~ /(wp-config\.php) { deny all; internal; } but this is it, don't know more than thisby cybernet - Migration from Other Servers
increase the avatar size at least 50K, cause i can't even upload a white and black avatar at this size ( 25 KB ) , has 27.9 K ...by cybernet - Site Suggestions
http://forums.phpfreaks.com/index.php?topic=352513.0 i posted the same issue a while { $ago } but i abandoned the project so that's why the delay maybe a nginX coder can figure this out because i couldn'tby cybernet - Migration from Other Servers
i have a simple page that SELECTs something from a database acording to the requested id $id = $_GET['id']; // line 13 error on nginX Notice: Undefined index: id in /x/view_post.php on line 13 on apache2 GETs executed succesfullyby cybernet - Migration from Other Servers
hopefully is not to late :) but i guess you figure it out since you didn't replied server { listen 80; server_name x.ro; root /x/cybernet; # access_log /x/cybernet/access.log; error_log /x/cybernet/error.log; charset utf-8; location / { index index.php index.html; } # catch all error_page 404 /index.php; ... }by cybernet - Migration from Other Servers
i have this in my *.conf location ~ / { index index.html index.php; } i'm trying to display index.html when / is accessed but nginx is showing index.phpby cybernet - How to...
just when i was looking for nginx docs you got a new version .. :Dby cybernet - Announcements