1336 links
  • linx
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Play Videos
Links per page: 20 50 100
page 1 / 1
15 results tagged server x
  • cgi_this - export the current directory as if it were a cgi-bin - metacpan.org
    November 30, 2021 at 10:05:51 AM UTC - permalink -
    QRCode
    - https://metacpan.org/dist/App-CGIThis/view/bin/cgi_this
    cgi directory perl server
  • Mozilla SSL Configuration Generator
    September 17, 2020 at 9:03:38 AM UTC - permalink -
    QRCode
    - https://ssl-config.mozilla.org/
    configuration database generator mozilla server ssl tls
  • System76 - Linux Laptops, Desktops, and Servers
    July 2, 2020 at 10:24:19 AM UTC - permalink -
    QRCode
    - https://system76.com/
    hardware laptop server system76
  • thumbnail
    Tuning servers for high concurrency workloads · mojolicious/mojo Wiki · GitHub

    Non-blocking Mojolicious applications have the potential to scale to thousands of concurrent connections.

    However, most operating systems are not configured to handle that sort of work out-of-the-box. This page details some of the tweaks your server will likely need before it can successfully handle very high concurrent loads. Note that if any part of your application blocks, much of this advice is premature optimization or even irrelevant.
    Disclaimer

    These tuning parameters are not a substitute for a sane load balancing scheme: they will help get the most out of a single server, but any single machine can and will fall over eventually. One benefit of Mojolicious/hypnotoad is that the multi-process model encourages an application architecture that can be easily scaled across servers (horizontally), and any serious application deployment should be doing exactly that.

    November 6, 2019 at 3:19:53 PM UTC * - permalink -
    QRCode
    - https://github.com/mojolicious/mojo/wiki/Tuning-servers-for-high-concurrency-workloads
    concurrency ev libev mojolicious server tuning
  • thumbnail
    Caddy - The HTTP/2 Web Server with Automatic HTTPS
    July 12, 2019 at 6:53:54 AM UTC - permalink -
    QRCode
    - https://caddyserver.com/
    modern server TLS
  • Varnish Cache

    Varnish Cache is a web application accelerator also known as a caching HTTP reverse proxy. You install it in front of any server that speaks HTTP and configure it to cache the contents. Varnish Cache is really, really fast. It typically speeds up delivery with a factor of 300 - 1000x, depending on your architecture.

    Performance

    Varnish performs really, really well. It is usually bound by the speed of the network, effectively turning performance into a non-issue. We’ve seen Varnish delivering 20 Gbps on regular off-the-shelf hardware.

    Flexibility

    One of the key features of Varnish Cache, in addition to its performance, is the flexibility of its configuration language, VCL. VCL enables you to write policies on how incoming requests should be handled. In such a policy you can decide what content you want to serve, from where you want to get the content and how the request or response should be altered. And, you can extend Varnish with modules (VMODs).

    May 7, 2019 at 2:34:02 PM UTC - permalink -
    QRCode
    - https://varnish-cache.org/
    cache http proxy server varnish
  • B E E F Y | a tiny browserify server

    A local development server that aims to make writing modular client-side apps with NPM + browserify fast and fun.

    February 20, 2019 at 5:23:12 PM UTC - permalink -
    QRCode
    - http://didact.us/beefy/
    browserify development http js-ecosystem local server
  • React Server

    Dunno why I bookmark this shit, maybe because someday I could need it.

    September 7, 2018 at 8:08:22 AM UTC - permalink -
    QRCode
    - https://react-server.io/
    isomorphic js-ecosystem module react server
  • thumbnail
    Ansible is Simple IT Automation

    Working in IT, you're likely doing the same tasks over and over. What if you could solve problems once and then automate your solutions going forward? Ansible is here to help.

    June 21, 2018 at 1:33:13 PM UTC - permalink -
    QRCode
    - https://www.ansible.com/
    ansible automation bsf configuration deployment devops manager server
  • thumbnail
    node.js - How to specify a port number for pm2 - Stack Overflow

    You can use environment variable.
    For example:

    1) NODE_PORT=3002 pm2 start -I 0 app.js

    2) Read value in app:

    console.log(process.env.NODE_PORT);

    Or, if you are build express app:

    1) PORT=3002 pm2 start -I 0 ./bin/www

    2) Express load PORT automatically at start application.

    March 26, 2018 at 12:30:34 PM UTC * - permalink -
    QRCode
    - https://stackoverflow.com/questions/31502351/how-to-specify-a-port-number-for-pm2#31503097
    daemon monitoring nodejs pm2 server services
  • SimpleHTTPServer v- Serve a directory with Python
    $ cd ~/folder/project/
    $ python -m http.server 8888 &.
    October 30, 2017 at 12:45:18 PM UTC - permalink -
    QRCode
    - http://
    python server simple
  • Getting Started — Syncthing v0.14 documentation
    June 6, 2017 at 10:35:19 AM UTC - permalink -
    QRCode
    - https://docs.syncthing.net/intro/getting-started.html
    configuration server syncthing
  • thumbnail
    node.js - Restart node upon changing a file - Stack Overflow

    A good option is Node-supervisor and Node.js Restart on File Change is good article on how to use it, typically:

     npm install supervisor -g

    and after migrating to the root of your application use the following

     supervisor app.js
    April 8, 2017 at 9:54:33 PM UTC - permalink -
    QRCode
    - https://stackoverflow.com/questions/11175676/restart-node-upon-changing-a-file
    automation autorestart dev nodejs server supervisor
  • NetData: Get control of your Linux Servers. Simple. Effective. Awesome.

    Unparalleled insights, in real-time, of everything happening on your Linux systems and applications, with stunning, interactive web dashboards and powerful performance and health alarms.

    March 20, 2017 at 9:24:06 PM UTC - permalink -
    QRCode
    - https://my-netdata.io/
    monitoring netdata server
  • mod_rewrite - Serveur Apache HTTP Version 2.4

    Le module mod_rewrite utilise un moteur de réécriture à base de règles, basé sur un interpréteur d'expressions rationnelles PCRE, pour réécrire les URLs à la volée. Par défaut, mod_rewrite met en correspondance une URL avec le système de fichiers. Cependant, on peut aussi l'utiliser pour rediriger une URL vers une autre URL, ou pour invoquer une requête interne à destination du mandataire.

    mod_rewrite fournit une méthode souple et puissante pour manipuler les URLs en utilisant un nombre illimité de règles. Chaque règle peut être associée à un nombre illimité de conditions, afin de vous permettre de réécrire les URLs en fonction de variables du serveur, de variables d'environnement, d'en-têtes HTTP, ou de repères temporels.

    mod_rewrite agit sur la totalité de l'URL, y compris la partie chemin. Une règle de réécriture peut être invoquée dans httpd.conf ou dans un fichier .htaccess. Le chemin généré par une règle de réécriture peut inclure une chaîne de paramètres, ou peut renvoyer vers un traitement secondaire interne, une redirection vers une requête externe ou vers le mandataire interne.

    August 9, 2016 at 4:54:18 PM UTC - permalink -
    QRCode
    - https://httpd.apache.org/docs/current/mod/mod_rewrite.html
    apache configuration mod_rewrite server sysadmin url-rewriting
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation