Apache Server

Description

Apache Server

Reviews
Shared by: isbangee
Stats
views:
140
rating:
not rated
reviews:
0
posted:
7/3/2009
language:
English
pages:
0
Implementation of Electronic Reserves on an Apache Server By Kelly Vickery http://www.uky.edu/~kmvick0/Reserves 1 ORGANIZATION OF ERESERVES: • Searchable database: Commercial Ereserve Management System.  Direct access from Integrated Library System.  Home developed Ereserve System.  • Web page structure:   Flat web page structure. Tiered web page structure. 2 APACHE AUTHENTICATION, AUTHORIZATION, & ACCESS CONTROL Authentication – who are you?  Authorization – what may you access?  Access control – under what conditions?  Apache provides several utilities that can implement these controls in a variety of ways. The process involves: 3 APACHE UTILITIES  Authorization file - .htaccess files  Contains directives that control access to the directory.  Password utilities htpasswd  htdigest  dbmmanage  4 .HTACCESS DIRECTIVES AuthType Basic/Digest.  AuthName “Enter browser prompt text.”  AuthUserFile path to the password file.  AuthGroupFile path to the group file.  Require requirement directives. Examples:   AuthDigestFile  AuthDigestGroupFile  AuthDBUserFile  AuthDBGroupFile  Order allow,deny  Allow from IP/domain  Satisfy any/all   Require valid-user Require group students 5 HOW .HTACCESS USES HTPASSWD FILES Root directory Password directory Password file 1 Password file 2 Password file 3 htdocs directory Other directories Reserves directory Course Ereserve 1 .htaccess file Course Ereserve 2 .htaccess file Other web directories Course Ereserve 1 .htaccess file 6 HOW .HTACCESS USES HTPASSWD FILES AuthType Basic AuthName "Students in History 554." AuthUserFile /usr/PW/his554.txt Require valid-user “usr” directory “PW” directory eco101.txt ant325.txt his554.txt “Reserves” directory History_554 ereserves .htaccess file 7 UK .HTACCESS EXAMPLE AuthType Basic AuthName "Students in Popkin's HON 102 class (Please contact your instructor for User Name and Password)." AuthUserFile /usr/www/htdocs/PW/yopohon102.web Require valid-user But how do you create the file pointed to by the “AuthUserFile” directive? 8 HTPASSWD FUNCTION htpasswd [-cmdps] passwordfile username  htpasswd -b[cmdps] passwordfile username password    -c Create a new file. -n Don't update file; display results on stdout.  -m Force MD5 encryption of the password.  -d Force CRYPT encryption of the password (default).  -p Do not encrypt the password (plaintext).  -s Force SHA encryption of the password.  -b Use the password from the command line rather than prompting for it. 9 DBMMANAGE FUNCTION dbmmanage – database management  htdigest – encrypted ID & password  Best to check www.apache.org 10 Password prompts Variations based on Browsers Internet Explorer 6.0 Netscape 7.0 & 4.78 Site and Realm are always Listed. Realm = AuthName 11 DISTRIBUTION OF ERESERVES Create and serve digital files  Point to files purchased from Aggregators  12 13 14 DIRECT LINKS TO EBSCOHOST ARTICLES USING PERSISTENT LINKS. 1. 2. 3. Steps Find desired ereserve article in EbscoHost. Persistent link is provided in citation. Use this link as the ereserve link. 15 16 DIRECT LINKS TO ARTICLES INFOTRAC USING “INFOMARKS”. 1. 2. 3. 4. 5. Steps Find desired ereserve article in InfoTrac. Identify its PURL {everything after “purl=“. Place the PURL after “InfoMark” prefix: http://infotrac.galegroup.com/itw/infomark/1/1/1/purl = Use this link as the ereserve link. 17 InfoMark example http://infotrac.galegroup.com/itw/infomark/1/1/1/purl= rc1_EAIM_0_A8282965&dyn=9!xrn_1_0_A8282965&bkm_9_1?sw_aep={account ID} 18 DIRECT LINK TO ARTICLES OVID (JUMP START)  http://gateway.ovid.com/ovidweb.cgi?T=JS&PA GE=fulltext&D=ovft&NEWS=N&AN=0000520 5-200105000-00009 http://gateway.ovid.com/ovidweb.cgi?T=JS  &PAGE=fulltext (indicates show the full text page)  &D=ovft (indicates which Ovid database)  &NEWS=N (indicates skip the news screen)  &N=… (…is where the article accession number is entered)  19 OVID JUMP START EXAMPLE http://gateway.ovid.com/ovidweb.cgi?T=JS&PAGE=fulltext&D=ovft&NEWS=N&AN=00005205-200105000-00009 20 DIRECT LINKS TO ARTICLES SCIENCE DIRECT (ETC.) USING DOI D.O.I. Is a Digital Object Identifier.  Example:    doi:10.1016/S0091-2182(98)00062-7 Used to identify a specific digital object.  Corporation for National Research Initiatives (http://www.cnri.reston.va.us):  C.N.R.I. - CrossRef - HandleSystem - DOI 21 CROSSREF MEMBERS -- SAMPLE Association of American Publishers  Elsevier Science  International Publishers Association  John Wiley & Sons  McGraw-Hill, Educational and Professional Publishing Group  Springer Verlag  American Chemical Society  Association for Computing Machinery  Cambridge University Press  Copyright Clearance Center  EDP Sciences  Wolters Kluwer International Health & Science  New England Journal of Medicine  Nielsen BookData  IEEE  22 DIRECT LINKS TO ARTICLES SCIENCE DIRECT (ETC.) USING DOI 1. 2. 3. 4. 5. STEPS Find desired ereserve article Identify the DOI number in the article. Place the DOI number after the central Handle System prefix: http://dx.doi.org/ Use this link as the ereserve link. 23 Science Direct (DOI) example http://dx.doi.org/10.1016/S0091-2182(98)00062-7 24 UK ERESERVE SYSTEM FALL 2002 Four different Libraries or units.  Seventeen different curriculums.  Forty-nine courses using ereserves.  Delivering 484 ereserve files.  Server space used 630,885,663 bytes.  15,104 documents delivered in Fall „02  25 UK ERESERVE SYSTEM SPRING (TO MARCH 2003) Six different Libraries or units.  Twenty-two different curriculums.  Fifty-one courses using ereserves.  Delivering 650 ereserve files.  Server space used 700,818,201 bytes  12,069 in January-February of Spring „02  26 PERCENT INCREASE OF USAGE. Libraries (or dept.) Courses 4 6 150% 49 630,885,663 51 700,818,201 104% Server Space Number of documents Files Served 111% 134% 80% 27 484 15,104 650 12,069 REFERENCES http://www.mville.edu/Administration/staff/Jeff_Rosedale /  http://www.cni.org/Hforums/arl-ereserve/  Managing Electronic Reserves. Jeff Rosedale, editor. ALA, Chicago. 2002.   www.uky.edu/Libraries/Reserves 28

Related docs
Apache Server
Views: 15  |  Downloads: 2
Apache
Views: 10  |  Downloads: 1
Apache Web Server Complete Guide
Views: 203  |  Downloads: 34
Apache-mods
Views: 26  |  Downloads: 0
Apache and Apache Tomcat
Views: 0  |  Downloads: 0
apache server
Views: 677  |  Downloads: 21
IPv6 & Apache Web Server
Views: 394  |  Downloads: 34
How to use the Apache Web server
Views: 200  |  Downloads: 27
[0946] Now talking in #apache-axis
Views: 5  |  Downloads: 0
Server使用apache
Views: 2  |  Downloads: 1
Other docs by isbangee
Alumni_Kurilko
Views: 30  |  Downloads: 1
Using Twitter Effectively
Views: 127  |  Downloads: 5
Twitte Tutorial
Views: 96  |  Downloads: 1
Twitter Study
Views: 32  |  Downloads: 2
Tweeting for the Man A twitter Strategy Guide
Views: 41  |  Downloads: 2
Twitte Mania
Views: 34  |  Downloads: 2
Twitte Jump Start
Views: 38  |  Downloads: 1
005_twitter-jump-start-free-download-version-4
Views: 76  |  Downloads: 0
Twitte For Teachers
Views: 34  |  Downloads: 2
005_twitterforbusiness_001
Views: 28  |  Downloads: 0
005_TwitterforBusiness
Views: 17  |  Downloads: 0
Using Twitter For Bussiness
Views: 76  |  Downloads: 1
Twitte Power Guide
Views: 43  |  Downloads: 2
Twitte Case Study
Views: 34  |  Downloads: 2
Twitter Marketing
Views: 53  |  Downloads: 3