www.kevincornwell.com

PHP, XP



How to make php (32 bit) run on XP x64 (64 bit).

From command line:

cd c:\inetpub\adminscripts
cscript adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1

Thats it.

Related MS Article


Post Comment Now


Change Remote Desktop Listening Port

Changing the listening port for Remote Desktop can have its advantages, particularly if you are remoting in from behind a firewall. Since a lot of public firewalls (hotels, airports, etc.) block most ports except for those used for email and internet access, using the default settings for Remote Desktop will not work on them. As long as you are not remoting into a machine that is serving secure sites, you can change the listening port to 443 and access your machine from almost anywhere. Just follow these instructions:1. Open Regedit.

2. Navigate to

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp

.

3. Find the dword value named PortNumber.

4. Change the value to 443.

5. Close Regedit and reboot.

To connect, open the remote client and type in the hostname or address followed by :443.


Post Comment Now


Blog | Contact | Gallery | Links | Music | Sandbox | Search | SharePoint | Social Networking | Software | Weather | Web Design


Copyright © 1997-2008 KCSH. All rights reserved.