[CentOS] conclusion of: old website keep reappering in /var/www/html

2023-09-26 Thread Marco Fioretti
Hello all, and my apologies for the late answer, but as I "fixed" this I had to patch other problems until this week... TL;DR : I did fix the problem by "brute force", but don't really know what happened. See bottom of email for more details. On Thu, Sep 07, 2023

[CentOS] old website keep reappering in /var/www/html

2023-09-07 Thread Marco Fioretti
Greetings, absurd subject, but I don't know how else I could describe what is happening. I have a small static website hosted on a Centos 7 VPS (that I'll update as soon as possible, but what follows is much more urgent, I must absolutely fix it asap). The website is generated by Hugo. I run hugo

[CentOS] Fwd: centos email server suddenly much slower. What to do?

2012-09-06 Thread Marco Fioretti
sorry, didn't realize I had not sent it to the list too. I have ran the command again several times, and now it is much slower, ~30/40 msec -- Forwarded message -- From: Marco Fioretti Date: 2012/9/6 Subject: Re: [CentOS] centos email server suddenly much slower. What to d

Re: [CentOS] centos email server suddenly much slower. What to do?

2012-09-06 Thread Marco Fioretti
> One thing to check is that the DNS servers in /etc/resolv.conf are > answering quickly (dig some_name.domain @server_ip). The server runs no DNS server itself. I ran dig www.google.it @213.179.193.200 (ie the complete real IP of my primary dns server as listed in /etc/resolv.conf) and this is

[CentOS] centos email server suddenly much slower. What to do?

2012-09-06 Thread Marco Fioretti
Greetings, I run my own email server for some domains I administer, on a centos vps server with a very small number of users. The only services are smtp, imap/pop, webmail Everything was running without problems until this morning. I left home for 1/2 hours, and when I came back everything had be

[CentOS] [solved] passwd problem with new vps

2011-09-29 Thread Marco Fioretti
On Tue, Sep 27, 2011 18:37:52 PM +0200, Marco Fioretti wrote: > greetings, > > I am setting up Centos 6 i686 remotely, on a new VPS. > A problem I have is that I cannot set password for new users. I solved this, so to speak, reinstalling from scratch. I had likely installed conflict

[CentOS] passwd problem with new vps

2011-09-27 Thread Marco Fioretti
greetings, I am setting up Centos 6 i686 remotely, on a new VPS. A problem I have is that I cannot set password for new users. I have created one with useradd -m new_user but when I type passwd new_user this is the result: [root@vps ~]# passwd new_user Changing password for user new_user Ne

[CentOS] which commands do you use to SSL certify your own server?

2007-06-15 Thread Marco Fioretti
Hello, I am going to build an email server on Centos for a small, private group of users and I just want to encrypt all communications between that server and the (remote) email clients of those users (or they browsers, when they use webmail). Client certificates are not necessary, at least now.