summaryrefslogtreecommitdiff
path: root/htroot/Settings_p.html
AgeCommit message (Collapse)Author
2019-04-14Made SNI extension user configurable without the need for server restartluccioman
TLS Server Name Indication (SNI) extension activation can now be configured with the new Settings_p.html?page=httpClient administration page. SNI extension is also now enabled by default, as in 2019 the unrecognized_name(112) alert is more properly handled by major web servers TLS implementations, following the RFC 6066 standard. Related YaCy issues : #153 #189 and #272 JDK 1.7 bug : https://bugs.java.com/bugdatabase/view_bug.do?bug_id=7127374 Apache httpd issue : https://bz.apache.org/bugzilla/show_bug.cgi?id=56241 RFC 6066 : https://tools.ietf.org/html/rfc6066#section-3
2017-03-03Added an advanced settings page for referrer policy settings.luccioman
Feedback will be welcome, notably on the descriptive content of this page.
2017-02-09Added a new Debug/Analysis advanced settings subsection.luccioman
As discussed in PR #93 with @JeremyRand and @reger24 this new advanced settings page includes: - a new setting to control remote Solr responses encoding - some existing debug settings which could not be set through the admin user interface
2017-01-22Group all proxy settings on System Administration by adding settings ofreger
UrlProxyAccss page (moved from deleted AugmentedBrowsing_p), adjust submenu (remove Augmented Browsing) and translation files.
2014-09-02moved Table administration and Busy Queues Config out of mini-submenu ofMichael Peter Christen
advanced settings to a top-menu entry. Moved the advanced setting to a less prominent place of the submenu. Removed the table administration from target analysis submenu because it appeared double, the table administration is now the default in the system administration. Sorry for inconvenience if i constantly move menues around, but this makes just more sense and YaCy is still not finished :)
2014-09-02moved cookie monitoring to the network monitoring submenuMichael Peter Christen
2014-08-20remove old description for proxy port settings ↵reger
(Settings_p.html?page=ProxyAccess) - The options were not current (only port number accepted, which is part of ConfigBasic.html) - Deleted options and the port number input field from the proxyaccess page. - joined both transparent proxy setup pages (Settings_Http.inc & Settings_ProxyAccess.inc) in one page - adjustments to the related/linked pages
2011-09-14moved the log, memory, processes and the messages into a new computation ↵orbiter
monitor main menu item git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7951 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-01-21added an api recording function: it shall be possible to recordorbiter
all operations on YaCy in a database that should make it possible 1) to re-create a setting on fresh peers 2) to transmit a setting from one peer to another 3) to re-create crawl starts after a complete deletion of the index This functionality will also support 4) scheduled re-crawls (new implementation) To implement this, a new database structure has been crated that stores maps into blob heaps. to encode maps the b-encoding technique was used (this is the same encoding that torrent files use) - added a b-encoder - enhanced the b-decoder - added a b-encoded map heap data structure - added a table organisation based on b-encoded heaps - added a servlet to maintain such tables (see Tables_p.html) - integrated the servlet into the Advanced Settings menu - added an api recording based on the new tables git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6606 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-07-14moved parser configuration in separate serveletorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6207 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-12-19- added new monitoring servlet atorbiter
http://localhost:8080/PerformanceConcurrency_p.html - used the new monitoring to do some fine-tuning of the indexing queue git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5402 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-12-03added basic performance pagelotus
other performance settings can be found on advanced settings git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5375 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-05-05major step forward to network switching (target is easy switch to intranet ↵orbiter
or other networks .. and back) This change is inspired by the need to see a network connected to the index it creates in a indexing team. It is not possible to divide the network and the index. Therefore all control files for the network was moved to the network within the INDEX/<network-name> subfolder. The remaining YACYDB is superfluous and can be deleted. The yacyDB and yacyNews data structures are now part of plasmaWordIndex. Therefore all methods, using static access to yacySeedDB had to be rewritten. A special problem had been all the port forwarding methods which had been tightly mixed with seed construction. It was not possible to move the port forwarding functions to the place, meaning and usage of plasmaWordIndex. Therefore the port forwarding had been deleted (I guess nobody used it and it can be simulated by methods outside of YaCy). The mySeed.txt is automatically moved to the current network position. A new effect causes that every network will create a different local seed file, which is ok, since the seed identifies the peer only against the network (it is the purpose of the seed hash to give a peer a location within the DHT). No other functional change has been made. The next steps to enable network switcing are: - shift of crawler tables from PLASMADB into the network (crawls are also network-specific) - possibly shift of plasmaWordIndex code into yacy package (index management is network-specific) - servlet to switch networks git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4765 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-03-16changed handling of default values and database paths:orbiter
- the default files yacy.init and for the network definition is now moved to the path defaults - the httpProxy.conf is renamed to yacy.conf - the DATA/INDEX/PUBLIC is renamed to the actual network nickname, which should be freeworld or sciencenet more menu entries - added apfelmaennchens alternative search page to the menu - added the new thread dump page to the server log menu point as submenu modifications - modified the thread dump page: sorting by thread type git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4575 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-07-10- re-sructuring of configuration menusorbiter
- added new system update configuration page - moved system update from status page to system udate page - moved shutdown and restart from status page to main menu - added new configuration properties to yacy.init (not yet actively used) - added some methods to handle new automatic update process git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3958 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-06-13harmonisation of servlet naming, headlines and menu entriesorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3884 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-12-22- final step for Advanced Settings pages to XHTMLkarlchenofhell
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3121 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-12-13*) Some enhancements to the statuspage, which save one point from the ↵rramthun
advanced config *) ant clean now doesn't remove RPMs anymore git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3079 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-11-24*) simplified some code in wikiCode.javalow012
*) deleted outdated text in Settings_p-html (see http://www.yacy-forum.de/viewtopic.php?p=28027) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3005 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-10-09refactoring of Advanced Config:orbiter
- removed settings that are in Basic Settings - joined pages that belong together - moved include pages from yacy/ to / git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2726 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-09-11New XHTML-template for a large part of the frontend, for details see ↵michitux
http://yacy-websuche.de/wiki/index.php/Dev:XHTML If you don't use the default skin, the style will be broken or at least not complete. YaCy now has two css-files: base.css in htroot/env and the skin. In base.css the layout and black/white text-formating-rules are defined. Colors are only defined in the skin. The skin is now very easy to read and to change. If you want to make more changes than the colors you see in the default-skin, feel free to use the full power of css, but you are warned: The code is still not ready and may change, but we try to avoid changes which affect anything in the default-style. Translation will be broken too because the language-files contain HTML-Code which has changed. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2547 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-09-09*) Adding settings page for the crawler which allows to specify a file size ↵theli
limit and the timeout to use. *) adding first version of maximum filesize check for the crawler git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2534 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-03-05*) re-added possibility to de-/select all parsers at one time (JS-only)auron_x
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1828 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-27typoallo
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1777 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-11-21using Filetemplates for #[metas]# and other static includesallo
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1116 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-11-08*) fix for Settings_p.html (wrong variablename in link)hydrox
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1051 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-11-08*) cleaned up Settings_p.htmlhydrox
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1049 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-10-27*) Bugfix for Proxy-Authentication against remote proxytheli
See: http://www.yacy-forum.de/viewtopic.php?p=11804#11804 *) Adding first version of db test for mysql NOTES: - db user + db + db table must be created before starting the test - db table must be empty. Entries can not be updated at the moment - db connection properties must be changed in the sourcecode at the moment TODOs: - accepting connection properties via command line - implementing update + remove + read operations - 'maybe' adding code to create db + table if it doesn't exists git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@991 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-10-22*) Restructuring and extending of Remote Proxy Supporttheli
- remote proxy configuration can now be "really" changed on the fly and takes effect immediately - adding possibility to disable remote proxy usage for yacy->yacy communication - adding possibility to disable remote proxy usage for ssl - restructuring proxy configuration so that it is stored in a single place now *) Adding possibility to import a foreign word DB (or even more of them in parallel) at runtime into the peers DB - this can be done by calling IndexImport_p.html - ATTENTION: please not that at the moment this thread must be aborted via gui before a normal server shutdown is done. - TODO: integrating IndexImport Thread into normal server shutdown - TODO: Adding posibility to import crawl-queues, etc. from foreign peers - TODO: removing old import function from yacy.java and calling the new routines instead git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@968 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-10-13invokation with "emailaddress" in Parameter.allo
(compatible with other programs than sendmail, like sendxmpp) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@929 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-10-07userDB Authallo
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@874 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-09-29*) Small changes that make entering values much easier for people who use ↵low012
the TAB-key to navigate through the page or who use textbowsers like lynx. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@814 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-08-14display of peer name in headline; see ↵orbiter
http://www.yacy-forum.de/viewtopic.php?p=7466#7466 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@535 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-07-26fixed div by zero, set default delays, fixed release number format and displayorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@435 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-07-25git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@433 ↵allo
6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-07-20staticIP/DynDns Settingsallo
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@414 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-07-04*) Network.html/Network.java:theli
- Adding function to manually force peer ping to remote yacy peer See:Network.html?page=4 - for debugging purpose only! *) serverAbstractThread.java: - Adding posibility to notify a server thread via a synchronization object - this is needed e.g. by the port forwarding feature to send a notification to the peerPing thread to redo peer-ping with the new ip/port Settings_p.html *) Port Forwarding Feature (it should work now) - adding a serverThread which is responsible to detect broken port forwarding connections and to do reconnect if needed - serverCore.java: moving port forwarding initialization into a separate function - adding positility to configure the ssh port - moving configuration section on the gui into a separate fieldset - hello.java: only trying to do a second connect to the clientIp address during peer handshake if either remote port forwarding is not enabled locally or the clientIP is not equal to any local ip *) httpdFileHandler.java: - printout a more verbose errormessage *) httpc.java - allowing to deactivate content encoding from outside *) plasmaCrawlWorker.java - the crawler worker now tries to refetch the content of a website without gzip content encoding if a gzip error occured git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@368 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-07-03fixed parser bug with lowercase force (appeared in: ↵orbiter
http://spellbound.sourceforge.net/) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@367 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-06-29*) Allowing longer forwarding commandstheli
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@336 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-06-29*) adding possibility to forward received yacy-messages ↵theli
(htroot/yacy/message.java) via a command-line email program (e.g. sendmail) to a configured email address - the configuration dialog is reachable via Settings_p.html#messageForwarding git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@332 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-06-28Used "id" tags instead of <a name="XXX">XXX</a>. rramthun
This avoids links without target, which change colour on mouseover, but are not clickable. (<-- Das Wort gibt es bestimmt nicht...) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@330 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-06-27*) adding menue to top of configuration pagestheli
- IndexCreate_p.html - Settings_p.html git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@324 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-06-21*) Deactivating "Port Forwarding Feature" for a while because of too many ↵theli
problems at the moment git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@312 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-06-17*) Adding retry function for seed uploadingtheli
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@298 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-06-16corrections to port forwardingorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@286 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-06-16*) Bugfix for SSL/NIO Bugtheli
See: http://www.yacy-forum.de/viewtopic.php?t=516 - removing NIO from server/serverCore.java because of massive problems with socket close issues *) Adding support for remote port forwarding via sch @Orbiter: Please take a look into - hello.java - server/serverCore.java.publicIP() - yacy/yacyClient.java.publishMySeed(...) *) Making startup loading of additional content parsers more failsafe git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@281 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-06-09correctionsorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@262 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-06-09*) adding configuration section for new http keep-alive supporttheli
*) moving transparent proxy configuration into new config section git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@238 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-06-03changes towards 0.38orbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@208 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-05-29some corrections/enhancements to the webinterfacerramthun
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@198 6c8d7289-2bf4-0310-a012-ef5d649a1542