(07-01-2019, 12:04 AM)Greval Wrote: It has been marked as pending for 2 days...
Code:################################################################
# Apache VHOST configuration file
# Automatically generated by Sentora 1.0.3
# Generated on: 19:01 29th Jun 2019 CEST
#==== YOU MUST NOT EDIT THIS FILE : IT WILL BE OVERWRITTEN ====
# Use Sentora Menu -> Admin -> Module Admin -> Apache config
################################################################
Listen 80
# Configuration for Sentora control panel.
<VirtualHost *:80>
ServerAdmin zadmin@localhost
DocumentRoot "/etc/sentora/panel/"
ServerName panel.next-station.fr
ErrorLog "/var/sentora/logs/sentora-error.log"
CustomLog "/var/sentora/logs/sentora-access.log" combined
CustomLog "/var/sentora/logs/sentora-bandwidth.log" common
AddType application/x-httpd-php .php
<Directory "/etc/sentora/panel/">
Options +FollowSymLinks -Indexes
AllowOverride All
Require all granted
</Directory>
# Custom settings are loaded below this line (if any exist)
</VirtualHost>
################################################################
# Sentora generated VHOST configurations below.....
################################################################
My domain name has been waiting for two days on Sentora ...
Ah OK, that looks more like an issue with the Sentora daemon not running.
If you log into Sentora, go to Admin -> Sentora Config and scroll to the bottom, what does the Sentora Daemon section show?
It should look something like this:
Sentora Daemon
Next Daemon Run: 15:15 30th Jun 2019 BST
Last Daemon Run: 15:10 30th Jun 2019 BST
Last Day Daemon Run: 15:15 29th Jun 2019 BST
Last Week Daemon Run: 14:00 28th Jun 2019 BST
Last Month Daemon Run: 13:50 29th Jun 2019 BST
Keith