-
Fix corrupt Core Windows Services
Posted on April 22nd, 2009 No commentsWhenever you come across a corrupt Windows Service and you need to fix it. Run “sfc /scannow” on the commandline. It should fix it all for you. You may be required to place the OS CD in the drive and it will install them for you automatically as needed…
Perfect….:)
-
HTAccess for Apache 2
Posted on April 19th, 2009 No commentsHTAccess for Apache can be a very handy feature that allows for simple or complex access control on directories. It is build into Apache HTTP by default. In its most simplest form, when a web browser gets directed to a web page that is protected by HTAccess, the web server asks for authentication, usually a username and password. These details are then checked against the assigned privileges for that user and the web server will then serve the web page or not.
To get this feature up and running you only need a few steps, there can be some messy bits if the default configuration file has been modified (httpd.conf) so keep and eye out for it.
©2009 Strotos Communications


