Archive for the 'HTTP' Category

Tiny Tiny Rss Update

RSS

Two days after I installed Tiny Tiny RSS (ttrss) v1.7.2 was released a new version of it 1.7.4. Thats great!

To be able to install Update from preferences are some fixes in config.php required. Maybe its only my problem!?; but my updater was not active. Continue reading ‘Tiny Tiny Rss Update’

Internet Super Server

super-server

Inetd listens for connections on certain sockets. When a connection is found on one of its sockets, it decides what service the socket corresponds to, and invokes a program to service the request. The server program is invoked with the service socket as its standard input, output and error descriptors.

Essentially, inetd allows running one daemon to invoke several others Continue reading ‘Internet Super Server’

Verifying Private Key matches a Certificate

Certificate

If you get a certificate from a customer and you should implement it in some piece of software (for example nginx). The first step is to compare the received files.
After this check the displayed hash should Continue reading ‘Verifying Private Key matches a Certificate’

phpMyAdmin blowfish_secret




After login into phpMyAdmin panel I get this error message[1]

Everything work fine I can manage everything, but if security is important for you, you should look at the solution. Continue reading ‘phpMyAdmin blowfish_secret’

Nginx – Error 413: Request Entity Too Large

The default Nginx maximum body-size of a client request, or maximum file size is 1M. So when you try to upload something larger than 1M, you get the following error: 413: Request Entity Too Large

Create a new configuration file: Continue reading ‘Nginx – Error 413: Request Entity Too Large’