Archive

Archive for the ‘Archive’ Category

Win32 NGINX + PHP

April 23rd, 2008

Yep.. just another one win32/cygwin nginx build. Get a working nginx under windows with two clicks.

Download link: Win32 nginx 0.6.29

In case you want to run nginx like a service on windows NT/2000/XP/2003(must be running on all of these) you’ll need this srvany.

To install nginx like a windows service with php-cgi type this:
instsrv.exe nginx c:nginxbinnginx.exe
instsrv.exe php-cgi c:phpphp-cgi.exe -b 127.0.0.1:9000


In case you want to stop using it at some time, you can remove the service using this:
instsrv.exe nginx remove
instsrv.exe php-cgi remove

For more options over the services use “services.msc” (start -> run -> services.msc)

That’s it! Simple, ha?

Archive, Download, Windows, free , , , , , , , ,

IPv4 Exhaustion Counter widget

April 17th, 2008

You have probably seen already on several sites the so called “IPv4 Exhaustion Counter”, for example: at tunnelbroker dot net.

If you want to get this “widget” for your site or blog, forum or other web application take a look at it’s home page and grab the javascript code, than insert it in your site and let your visitors watch the ending days of IPv4 internet addresses.

Grab the code: IPv4 Exhaustion Counter home page

Archive, IPv6, free , , , , ,

IPv6 под Windows

April 13th, 2008

Как да инсталираме Internet Protocol v6 под Windows XP

Какво е IPv6?
IPv6 е съкращение от “Internet Protocol Version 6“(“Версия 6 на Интернет Протокола“). IPv6, наречен още протокола на “следващото поколение” е проектиран от IETF(“The Internet Engineering Task Force”) за да замени сегащната версия на Интернет протокола, Internet Protocol version 4(“IPv4“).
Повечето от днещният интернет е на основата на IPv4, който вече е на близо 20 години. IPv4 бе изключително гъвкав въпреки възрастта си, но се появиха проблеми. Най-важният е нарастването на недостига на IPv4 адреси, които са нужни за всяко ново устройство което се появи в интернет.
IPv6 решава някои от проблемите свързани с IPv4, като например броят на възможните IPv4 адреси. IPv6 също добавя много подобрения към IPv4 в области като маршрутизирането(routing) и мрежовите автоматични настройки(network autoconfiguration). Очаква се IPv6 постепенно, малко по-малко да замени IPv4 като двете версии ще съществуват съвместно няколко години докато трае преходният период от IPv4 към IPv6.
[Източник: ipv6 -dot- org]
Read more…

Archive, IPv6, Windows, free , , , , , , , ,

nginx Win32 binary

March 31st, 2008

Several days ago I compiled nginx under windows/cygwin platform, and everything working fine, actually I have used/configured the server to serve only http + https, no proxy or mail events… however I couldn’t manage to make it work with php-cgi. This makes the server more or less useless but.. if someone wants to try it can download the win32 binary.

I tried to make it run with php version:
X:Binphp>php-cgi.exe -v
PHP 5.2.5 (cgi-fcgi) (built: Nov 8 2007 23:32:46)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies

Read more…

Archive, Download, Windows, free , , , , , ,

TunnelBroker now offers /48 subnets allocations

February 28th, 2008


You’ve been asking for it, so here it is: /48 allocations are now
available for tunnel broker users.By default we still allocate a /64 for the tunnel’s point-to-point
address, as well as the routed /64.

Users who desire a /48 can now log in at http://tunnelbroker.net and click
the “Allocate /48″ button to receive a /48 allocation.

As usual, if you encounter any issues or problems, please do not hesitate
to email ipv6@he.net right away. Because this is a new feature the
quicker we can get email about a problem, the faster we can work on
resolving it.
Read more…

Archive, IPv6, free , , , , ,