Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

configuration apache

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
kmchen
Posts: 74
Joined: 2013-04-24 06:29

configuration apache

#1 Post by kmchen »

Bonjour
Un serveur DEBIAN BUSTER/ISPCONFIG qui fonctionait très bien s'est mis à débloquer lors des renouvellements de certificats letsencrypt. Pour simplifier j'ai désactivé ISPCONFIG et me concentre sur l'accès par défaut au serveur:

Hi,
A Debian Buster / ISPCONFIG server was runing well until Letsencrypt certificates renewalls. To simplify I desactivated ISPCONFIG to focus on simple default server access:

Code: Select all

ks307144 apache2 > ll sites-enabled/
total 4
lrwxrwxrwx 1 root root 45 avril 15 19:27 000-default.conf -> /etc/apache2/sites-available/000-default.conf
lrwxrwxrwx 1 root root 56 avril 15 18:42 100-joomla-development.eu.vhost -> /etc/apache2/sites-available/joomla-development.eu.vhost
lrwxrwxrwx 1 root root 56 avril 15 18:42 100-mon-voyage-a-cuba.com.vhost -> /etc/apache2/sites-available/mon-voyage-a-cuba.com.vhost
lrwxrwxrwx 1 root root 48 avril 15 18:39 100-webologix.com.vhost -> /etc/apache2/sites-available/webologix.com.vhost
lrwxrwxrwx 1 root root 35 avril 15 18:22 default-ssl.conf -> ../sites-available/default-ssl.conf
lrwxrwxrwx 1 root root 60 avril 14 16:22 webologix.com.vhost-le-ssl.conf -> /etc/apache2/sites-available/webologix.com.vhost-le-ssl.conf
ks307144 apache2 > cat sites-enabled/000-default.conf 
<VirtualHost *:80>

        ServerAdmin 
        DocumentRoot /var/www/html

        ErrorLog ${APACHE_LOG_DIR}/error.log
        CustomLog ${APACHE_LOG_DIR}/access.log combined

</VirtualHost>
ks307144 apache2 > ll /var/www//html/
total 12
-rw-r--r-- 1 root root 10402 mars  15 11:53 index.html
wget http://ks307144.kimsufi.com reaches to the first defined vhost joomla-development.eu instead of expected /var/www/ndex.html

Could someone explain me that ?

Post Reply