- Feed
- Categories
- Tagscaching CFML cms CodeProject Coldfusion django farcry fastcgi from the inside guide hotlinking humor iis iis6 java load balancer manager mod_auth mod_cache mod_dbd mod_developer mod_disk_cache mod_env mod_evasive mod_expires mod_gzip mod_headers mod_hotlink mod_linkfreeze mod_log_config mod_proxy mod_rewrite mod_seo news performance plesk proxy ruby security SEO shared hosting titbits unicode wordpress zoo
Tag Archives: mod_auth
Enabling site authentication not using Windows users
Sometimes you may want to add simple user authorization to your site, but it’s unlikely or impossible to use Windows users system. In such case a suitable solution is offered by HTTP authentication/authorization system implemented in Helicon Ape mod_auth fellowship.In … Continue reading
									
						Posted in Helicon Ape					
					
													
						Tagged CodeProject mod_auth security					
					
								Comments Off on Enabling site authentication not using Windows users
							
		HTTP Authentication and Authorization
Let’s start with definitions: Authentication or authenticity check is a comparison of person’s real credentials with the ones he enters (e.g. login and password). Authorization is the process of granting rights to a user (or a group of users) to … Continue reading
									
						Posted in Helicon Ape					
					
													
						Tagged mod_auth security					
					
								Comments Off on HTTP Authentication and Authorization