Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

EZProxy Regular Maintenance

log into EZProxy Administration
https://ezproxy.lib.ou.edu/admin

Terminate old sessions:
select View server status under Current Activity
terminate any sessions that weren't started today
click on old Session and then select Terminate session

Host Maintenance:
from the View server status screen, select Host Maintenance link at top
near the bottom of the page select "Remove ## hosts that have not been used in over 30 days (requires EZproxy restart)"
select process
select "restart EZproxy"

DB Definition Conflicts:
from the Administration screen, select "Check for database definition conflicts" under Miscellaneous.
go line by line and research the issue
________________________________________________________

EZProxy Server Access:
ssh ezproxy-alpha.prod.nor.internal

config.txt:
sudo -u ezproxy vim /srv/ezproxy/config.txt 

user.txt:

sudo -u ezproxy vim /srv/ezproxy/user.txt 

to restart ezproxy:
sudo systemctl restart ezproxy


To update the files that the public sees:
navigate to srv/ezproxy/docs/


Manually blocking users:

navigate to user.txt file:

navigate to #manually blocked users section

add this line, inserting the blocked user's 4x4 at the bottom of the list

IfUser 4x4; Deny


Redirecting Concurrently Enrolled students to K-12 Databases page:

navigate to user.txt file

navigate to #concurrently enrolled users section

add this line, inserting the student's 4x4

IfUser 4x4; Banner k12.htm

  • No labels