-
as seen on SQL Blog
- Search for 'SQL Blog'
This is a continuation of the books I challenged myself to read to help my career - one a month, for year. You can read my first book review here. The book I chose for November 2011 was: Wikinomics: How Mass Collaboration Changes Everything, by Don Tapscott Why I chose this Book: I’ve…
>>> More
-
as seen on SQL Blog
- Search for 'SQL Blog'
This is a continuation of the books I challenged myself to read to help my career - one a month, for year. You can read my first book review here, and the entire list is here. The book I chose for March 2012 was: The Information: A History, a Theory, a Flood by James Gleick. I was traveling at the…
>>> More
-
as seen on SQL Authority
- Search for 'SQL Authority'
SQL Wait Stats
About a year ago, I had very proud moment. I had published my second book SQL Server Wait Stats with me as a primary author. It has been a long journey since then. The book got great response and it was widely accepted in the community. It was first of its kind of book written specifically…
>>> More
-
as seen on SQL Authority
- Search for 'SQL Authority'
As an author the most interesting task is to participate in Book Signing Events. If you are at SQLPASS – we are going to have a lot of book signing events. Here is the good news!
MY NEW BOOKS ARE OUT!
SQL 2012 Functions Limited Edition
Click to Expand
This book is a very special edition book…
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
A few weeks ago, I was surprised when I looked in our mail box. I had received an Advance Copy of Charlene Li's new book titled "Open Leadership: How Social Technology Can Transform the Way You Lead". Charlene sent a tweet a while back asking anyone interested in receiving the book to submit their…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I'm trying to configure a reverse proxy (ssl) with apache 2.2 in Debian
Squeeze, but I have some problems, specially with some path absolute and
with https
I'll try to detail what I have made and what I'm trying to configure
I have a server Debian Squeeze with apache2.2 + mod_proxy_html with:
…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hello,
Simply, the Sharepoint intranet site that is automatically installed with SBS 2008 is bound to port 5555 in IIS so to get to it you can browse to server-name:5555 and then authenticate using domain credentials.
I have added another binding on port 80 using a host header so intranet.localdomain…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I've been reading about intranets, extranets, DMZs and VPNs now, and I'd need some clarifications related to extranets and DMZs. I understand that they are different types of concepts - extranet allows limited access to some intranet resources, while DMZ is a subnet that sits between the internet…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
So a bit of background, I'm working on an existing web application which has a set of users, who are able to log in via a traditional login screen with a user name and password, etc.
Recently we've managed to score a client (who have their own Intranet site), who are wanting to be able to have…
>>> More
-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
what would be the correct config to allow only authenticated users and the intranet (without need for a password) in apache?
This does not request a password and without the "satisfy any" intranet users are also required to enter a password...
<Directory "/var/www">
# Allow Network Access…
>>> More