Skip to main content

Posts

Showing posts from 2014
NETAPP SNAPSHOP SCHED COMMAND To change the Snapshot copy schedule for a specific volume, enter the following command: snap sched vol_name weekly nightly hourly@n,n, .... vol_name is the name of the specific volume for the Snapshot copy . weekly is the number of weekly Snapshot copies to keep. nightly is the number of nightly Snapshot copies to keep. hourly is the number of hourly Snapshot copies to keep. n,n, ... specifies the hours at which to create the hourly Snapshot copies .

The status field contains the HTTP result status of the request,

Are you a squid proxy administrator ? , worried about the access.log details , here you can find reference : The status field contains the HTTP result status of the request, as follows: 200 - Successful operation. 201 - File created/modified successfully. 304 - The requested file has not changed. 400 - Bad HTTP request; typically this means that you have a malicious program trying to access your server. 401 - Unauthorized, authentication (username + password) is required. 403 - Access is forbidden; typically this means that a client tried to access a file or resource they do not have permission to access. 404 - The file or resource does not exist. 405 - URL access method is not allowed; typically this means you have a web browser using your server as a proxy. 413 - Request too large; typically this means that a client tried to print a file larger than the MaxRequestSize allows. 426 - Upgrading to TLS-encrypted connection. 500 - Server error; typ...