Difference between revisions of "Denial-of-Service Symptoms"

From EPrints Documentation
Jump to: navigation, search
(Added page about DoS)
 
(Common Apache Error messages)
 
Line 3: Line 3:
 
== Common Apache Error messages ==
 
== Common Apache Error messages ==
 
Line numbers may not be the same in the current HEAD of this git repository:
 
Line numbers may not be the same in the current HEAD of this git repository:
# (Broken pipe / The timeout specified has expired / Connection reset by peer) at **/opt/eprints3/perl_lib/EPrints/Page.pm line 78**
+
# (Broken pipe / The timeout specified has expired / Connection reset by peer) at <code>/opt/eprints3/perl_lib/EPrints/Page.pm line 78</code>
# (Broken pipe / Connection reset by peer) at **/opt/eprints3/perl_lib/EPrints/Plugin/Export.pm line 283**
+
# (Broken pipe / Connection reset by peer) at <code>/opt/eprints3/perl_lib/EPrints/Plugin/Export.pm line 283</code>
# (Broken pipe / Connection reset by peer) at   **opt/eprints3/cgi/exportview line 126**
+
# (Broken pipe / Connection reset by peer) at <code>opt/eprints3/cgi/exportview line 126</code>
# Broken pipe at **/opt/eprints3/perl_lib/EPrints/Apache/CRUD.pm line 1670**
+
# Broken pipe at <code>/opt/eprints3/perl_lib/EPrints/Apache/CRUD.pm line 1670</code>

Latest revision as of 16:38, 2 July 2026

This page is intended to details some of the symptoms experienced if your EPrints repository is suffering from a (Distributed) Denial-of-Service attack or at least does not have enough resources to service the scale of requests it is getting

Common Apache Error messages

Line numbers may not be the same in the current HEAD of this git repository:

  1. (Broken pipe / The timeout specified has expired / Connection reset by peer) at /opt/eprints3/perl_lib/EPrints/Page.pm line 78
  2. (Broken pipe / Connection reset by peer) at /opt/eprints3/perl_lib/EPrints/Plugin/Export.pm line 283
  3. (Broken pipe / Connection reset by peer) at opt/eprints3/cgi/exportview line 126
  4. Broken pipe at /opt/eprints3/perl_lib/EPrints/Apache/CRUD.pm line 1670