29.4.08
28.4.08
SEO Secrets of AskApache.com
read more | digg story
User:Cduke250 - DreamHost
27.4.08
Apache Wicket - Home
With proper mark-up/logic separation, a POJO data model, and a refreshing lack of XML, Apache Wicket makes developing web-apps simple and enjoyable again. Swap the boilerplate, complex debugging and brittle code for powerful, reusable components written with plain Java and HTML.
* Check the feature list
* Read some Wicket buzz, some Wicket blogs or Planet Wicket
* Find out why you should use Wicket
* Check out some selected examples in detail or see them and many more in live action
* Take a look at our live component reference
* Go and download Wicket.
Wicket is released under the Ap"
26.4.08
Introduction to Named Pipes
read more | digg story
Hardening Wordpress with Mod Rewrite and htaccess
read more | digg story
24.4.08
Mosaic User Authentication Tutorial
Mosaic User Authentication Tutorial
Introduction
This tutorial surveys the current methods in NCSA Mosaic and NCSA HTTPd for restricting access to documents. The tutorial also walks through setup and use of these methods.
Mosaic 2.0 and NCSA HTTPd allow access restriction based on several criteria:
* Username/password-level access authorization.
* Rejection or acceptance of connections based on Internet address of client.
* A combination of the above two methods.
This tutorial is based heavily on work done by Ari Luotonen at CERN and Rob McCool at NCSA. In particular, Ari wrote the client-side code currently in Mosaic 2.0, and Rob wrote NCSA HTTPd 1.3.
Tutorial Contents
* Introduction
* Getting Started
* General Information
* How Secure is it?
* Basic By-Password Authentication: Step By Step
* Multiple Usernames/Passwords
* More Examples
* For More Information
Getting Started
Before you can explore access authorization, you need to install NCSA HTTPd 1.0a5 or later on a Unix machine under your control, or get write access to one or more directories in a filespace already being served by NCSA HTTPd. Other HTTP Servers also support access authentication, and so"
gzip and cache your site with .htaccess
read more | digg story
23.4.08
Altaway Technologies, Inc : Mainframe-class virtual machines
2 - FileTypes
3 - Handlers
4 - URL Rewriting
5 - User authentication
6 - Host-based access control
7 - Directory indexing
Introduction to .htaccess files
Your Web directory and its subdirectories can contain per-directory configuration files called .htaccess files. Whenever Stronghold (our Web server) receives a request for a file, it first looks for a file called .htaccess in that directory and its parent directories. If one is present, Stronghold considers the configuration directives within it before responding to the request. A .htaccess file works like this:
* A .htaccess file must be a plain text file and contain no special formatting elements. Use a text editor to create your .htaccess file. If you create it with a word processor, be sure to save it as plain text.
* A .htaccess file contains a list of configuration directives and nothing else.
* If a .htaccess file contains any other information, it must be commented out in order to prevent errors
* A .htaccess file must be saved in the top directory to which you want it to apply. The directives apply to that directory and its subdirectories.
* If a subdirectory contains a .htaccess file, it overrides the .htaccess"
WordPress .htaccess
You can do many custom configurations for your site with the use of the .htaccess file. This is a plain text file that should be placed in your home directory on your site to achieve a variety of effects.
Included in this page are many directives you can use to do things like serve a custom .html page when a user types in a nonexistent page on your site rather than the default 404 error message.
To use these features, you will need to create a file named .htaccess in a plain ASCII editor, such as Windows notepad. Insert a line for the directive you wish to use from the list below. When you are finished, upload the file to your home directory. This is the root directory on your site (above the /www).
If you wish to password protect a directory, please use our web form under the 'password protection' link on http://help.mindspring.com/webhelp/
Apache directives
- Action
- AddDescription
- AddEncoding
- AddIcon
- AddIconByEncoding
- AddIconByType
- AuthDBMUserFile
- ErrorDocument
- Redirect
- RedirectPermanent
- RedirectTemp
- XBitHack
- Add Mime Types
Action
Syntax: Action mime-type cgi-script
This directive adds an action, which will activate cgi-script when a file of content type mime-type is requested. It sends the URL and file path of the requested document using the standard CGI PATH_INFO and PATH_TRANSLATED environment variables.
Syntax: AddDescription string file file...
Syntax: AddEncoding mime-enc extension extension...
Syntax: AddIcon icon name name ...
AddIconByType should be used in preference to AddIcon, when possible.
Syntax: AddIconByEncoding icon mime-encoding mime-encoding ...
Mime-encoding is a wildcard expression matching required the content-encoding.
Example:
Syntax: AddIconByType icon mime-type mime-type ...
Mime-type is a wildcard expression matching required the mime types.
Example:
Syntax: AddType type ext
Context: .htaccess
The AddType directive allows you to add a mime type to your site.
Example:
Syntax: AuthDBMUserFile filename
See also AuthName, AuthType and AuthDBMGroupFile.
Syntax: ErrorDocument error-code document
In the event of a problem or error, Apache can be configured to do one of four things,
- behave like NCSA httpd 1.3
- output a customized message
- redirect to a local URL to handle the problem/error
- redirect to an external URL to handle the problem/error
would match most common Internet graphics formats.
permanent
- Returns a permanent redirect status (301) indicating that the resource has moved permanently.
Syntax: RedirectTemp url-path url
Syntax: RedirectPermanent url-path url
Context: directory, .htaccess
16.4.08
Virgin & BT react to Internet revolt
read more | digg story
14.4.08
Invisible Sniffing: Capturing Ethernet Traffic Undetected
read more | digg story
8.4.08
Blocking Bots and Scrapers with .htaccess
read more | digg story
1.4.08
Crazy Cache WordPress Plugin Released
read more | digg story