Search found 170 matches

by BasHeijermans
Mon 19. Aug 2024, 18:44
Forum: Bugs / Issues
Topic: Web server up and down, up and down [SOLVED]
Replies: 12
Views: 12938

Re: Web server up and down, up and down [SOLVED]

I will send you my invoice in a few days :D You can select IP's that you want to use in the config-screen, but you can not assign an ip to a domein, you have to do that in your DNS. But why do you want this? 1 IP can handle as many domains as you like, the server will know what is what. There is NO ...
by BasHeijermans
Mon 19. Aug 2024, 12:06
Forum: Bugs / Issues
Topic: Web server up and down, up and down [SOLVED]
Replies: 12
Views: 12938

Re: Web server up and down, up and down [SOLVED]

You need the rootpassword of the database, should be stored in a file in the /root directory if I'm not mistaken.
During install it was given to you, and stored in the file if you didn't delete it.
by BasHeijermans
Sun 18. Aug 2024, 13:48
Forum: Bugs / Issues
Topic: Web server up and down, up and down [SOLVED]
Replies: 12
Views: 12938

Re: Web server up and down, up and down [SOLVED]

Or use a tool to help you configure:

https://github.com/major/MySQLTuner-perl

It will tell you what you need to do, after that it's just adjusting to what 'feels' good :D
by BasHeijermans
Sat 17. Aug 2024, 15:06
Forum: Bugs / Issues
Topic: Web server up and down, up and down [SOLVED]
Replies: 12
Views: 12938

Re: Web server up and down, up and down [SOLVED]

Change the settings in for /etc/mysql/mariadb.conf.d/90-tuning.cnf Especially the key_buffer_size is important, when it's too small it won't buffer and read everything from the harddisk and thus slows down to a crawl. Typical these are set for small databases, not for big ones. Plenty websites to ...
by BasHeijermans
Sun 16. Jun 2024, 19:18
Forum: General Discussions
Topic: Fail2Ban Unnecessary?
Replies: 4
Views: 5445

Re: Fail2Ban Unnecessary?

To make SSH more secure you can block all IP's except the ones listed in: nano /etc/hosts.allow Just insert this, then all IP's for SSH are blocked: #IPv4. sshd : x.x.x.x : allow #IPv6 just a sample, but you probably need a range for IPv6 that match your private range. sshd : [x:x:x:x::]/48 : allow ...
by BasHeijermans
Thu 6. Jun 2024, 14:59
Forum: Bugs / Issues
Topic: Web server up and down, up and down [SOLVED]
Replies: 12
Views: 12938

Re: Web server up and down, up and down [SOLVED]

Looks to me you need to increase the database buffers to keep up with the tasks. If the buffers are too little the database will give problems. Or the number of connections is too low. Then it's not down, it's just the database is busy and as such it takes too long to respond. You may want to tune ...
by BasHeijermans
Sun 2. Jun 2024, 16:31
Forum: Usage
Topic: Increase limit of open files
Replies: 5
Views: 5880

Re: Increase limit of open files

Openfile -> append to main-file -> close file -> next pdf.

Looks to me you keep them open all the time.

Why don't you do the above? Then it doesn't matter how many files you have.
by BasHeijermans
Tue 28. May 2024, 12:14
Forum: General Discussions
Topic: Dutch Translation has finished.
Replies: 13
Views: 13687

Re: Dutch Translation has finished.

As I don't speak Dutch, it would be nice to get an advice from you two in the future, what to do ;) (create a new language variant, change the existing, etc...). No need to hurry, take your time and discuss it via the forum or PM, what ever you like. Maybe we have some more more guys from Dutch ...
by BasHeijermans
Mon 27. May 2024, 16:55
Forum: General Discussions
Topic: Dutch Translation has finished.
Replies: 13
Views: 13687

Re: Dutch Translation has finished.

Same for Gebruikersnaam mostly used is Gebruiksnaam. Sorry this is not the case. Never heard of gebruiksnaam. https://nl.wikipedia.org/wiki/Gebruikersnaam Wachtwoord or Paswoord, that depends. https://taaladvies.net/paswoord-of-password-of-wachtwoord/ The dutch use PASSWORD or WACHTWOORD....but the ...
by BasHeijermans
Mon 27. May 2024, 16:26
Forum: General Discussions
Topic: Dutch Translation has finished.
Replies: 13
Views: 13687

Re: Dutch Translation has finished.

Hi Rikkerd. Dutch and Vlaams are the same. There is no difference. However, I tried to stay as close to English as possible. There is a difference between technical-English/Dutch and normal-people-English/Dutch, is the case in any language. Also there is a lot of explantion about the way a term is ...
by BasHeijermans
Mon 27. May 2024, 12:57
Forum: General Discussions
Topic: Dutch Translation has finished.
Replies: 13
Views: 13687

Re: Dutch Translation has finished.

Thank you. I understand that this is an English topic, so I will write in English instead of Dutch. Firstly, thank you for the Dutch translation. Am I correct in thinking that you are more Belgian than Dutch? I noticed that the password reset on the login screen says: Paswoord vergeten? And in ...
by BasHeijermans
Sun 7. Apr 2024, 19:59
Forum: Bugs / Issues
Topic: Unable to update [SOLVED]
Replies: 3
Views: 10328

Re: Unable to update [SOLVED]

Check your DNS settings....
by BasHeijermans
Sat 16. Mar 2024, 17:22
Forum: Archive
Topic: Server eats memory like candy....my 6GB was eaten to poin of failures. [SOLVED]
Replies: 9
Views: 17906

Re: Server eats memory like candy....my 6GB was eaten to poin of failures. [SOLVED]

It's running for more then a week now....still humming along and fast as can be. Schermafdruk op 2024-03-16 17-12-32.png So yes, the settings I suggest are good. This server does runs at KeyWeb, best move I did ever.....they do know how to do VPS and do it well. Works: rdbcompression no rdbchecksum ...
by BasHeijermans
Fri 8. Mar 2024, 17:25
Forum: Archive
Topic: Server eats memory like candy....my 6GB was eaten to poin of failures. [SOLVED]
Replies: 9
Views: 17906

Re: Server eats memory like candy....my 6GB was eaten to poin of failures. [SOLVED]

Little bit longer and it works.....
Schermafdruk op 2024-03-08 17-24-05.png
The server is quiet, fast en not doing much, as it should as we don't use it for many things but a few friends and some email.

The biggest task is NTP-pool-server :D
by BasHeijermans
Fri 8. Mar 2024, 15:31
Forum: Archive
Topic: Server eats memory like candy....my 6GB was eaten to poin of failures. [SOLVED]
Replies: 9
Views: 17906

Re: Server eats memory like candy....my 6GB was eaten to poin of failures. [SOLVED]

On your server it started swapping, so I did the things above and turned off email-server Antivirus. This is what happened :D Schermafdruk op 2024-03-08 15-28-19.png Memory to spare and no more swapping. Most users run their own mail-AV software on Windows anyway, so scanning on the server is not ...