aboutsummaryrefslogtreecommitdiffstats
path: root/www/server-config/apache2/mods-available/reqtimeout.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--www/server-config/apache2/mods-available/reqtimeout.conf27
1 files changed, 0 insertions, 27 deletions
diff --git a/www/server-config/apache2/mods-available/reqtimeout.conf b/www/server-config/apache2/mods-available/reqtimeout.conf
deleted file mode 100644
index 534cd88..0000000
--- a/www/server-config/apache2/mods-available/reqtimeout.conf
+++ /dev/null
@@ -1,27 +0,0 @@
-<IfModule reqtimeout_module>
-
- # mod_reqtimeout limits the time waiting on the client to prevent an
- # attacker from causing a denial of service by opening many connections
- # but not sending requests. This file tries to give a sensible default
- # configuration, but it may be necessary to tune the timeout values to
- # the actual situation. Note that it is also possible to configure
- # mod_reqtimeout per virtual host.
-
-
- # Wait max 20 seconds for the first byte of the request line+headers
- # From then, require a minimum data rate of 500 bytes/s, but don't
- # wait longer than 40 seconds in total.
- # Note: Lower timeouts may make sense on non-ssl virtual hosts but can
- # cause problem with ssl enabled virtual hosts: This timeout includes
- # the time a browser may need to fetch the CRL for the certificate. If
- # the CRL server is not reachable, it may take more than 10 seconds
- # until the browser gives up.
- RequestReadTimeout header=20-40,minrate=500
-
- # Wait max 10 seconds for the first byte of the request body (if any)
- # From then, require a minimum data rate of 500 bytes/s
- RequestReadTimeout body=10,minrate=500
-
-</IfModule>
-
-# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
2020-12-28Repairing playlistClyhtsuriva7-13/+72 An error occured when no playlists were found AND we wanted to create one. Also populated the objects files to meet the specs of the teach. Creating a run command, might delete later.. 2020-12-25Beginning the reportClyhtsuriva2-0/+67 2020-12-25comment on PlaylistClyhtsuriva1-1/+1 2020-12-24Playlist : sort by name and delete optionClyhtsuriva6-40/+128 2020-12-24Finishing album and starting playlistsClyhtsuriva3-16/+102 2020-12-23Implementing AlbumClyhtsuriva3-17/+155 Adding list, extract and save support to albums as well as addAlbum for the albums. Starting the method to add songs to an album as well. 2020-12-22SimplifyingClyhtsuriva2-129/+81 I'm creating methods in jMusicHub to simplify the work I'l will be doing to add Albums and Playlists commands such as list, extract and save. 2020-12-19Adding AudioBooksClyhtsuriva7-48/+225 Finishing AudioBook class, adding list and save for the audiobooks. Adding extract method for both audiobooks and songs. Resolving the id incremention issue. 2020-12-11(De)Serialization of the songsClyhtsuriva2-42/+63 Serialization and Deser now work fine for the songs. We're able to store arrays. 2020-12-11Getting serialization working with a songClyhtsuriva3-7/+36 2020-12-11adding Serialization interface and methodsClyhtsuriva6-59/+63 2020-12-07Big updateMasfehico6-16/+99 Implementing the function to add songs. Cleaning a bit everywhere as well. 2020-12-07cleaning and adding stuff in playlistMasfehico3-2/+20 2020-12-07Updating song and audiobook accordingly to the last commitMasfehico2-8/+8 2020-12-07Adding the enum classesMasfehico3-0/+9 2020-12-07Updating song, audiobook and musical elements's sets and getsMasfehico3-5/+23 2020-12-07Finishing MusicalElement.javaMasfehico1-6/+11 2020-11-23Cleaning upMasfehico2-30/+0 2020-11-23Deleting the CSVSMasfehico5-3669/+0 2020-11-23Minor testing changesMasfehico7-43/+63 2020-11-23Musical elements updated and jMusicHub basic creationMasfehico2-0/+0 2020-11-23Musical elements updated and jMusicHub basic creationMasfehico4-3/+74 2020-11-21README.md updatedMasfehico1-3/+1 2020-11-19Started Song and MusicalElementMasfehico5-0/+190 2020-11-18Added CSVsMasfehico9-102/+3756 I added some csvs by exracting my ampache mysql DB. Also started to write on the README file already. 2020-11-18Firs filesMasfehico8-0/+103 Pushing the empty java files I'll be using with some csvs. 2020-11-17LICENSE updatedMasfehico1-68/+81