![]() |
|
[MODULE] Certificate Manager - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: 3rd Party Module Support v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=41) +----- Forum: Available Modules (https://senforums.mach-hosting.com/forumdisplay.php?fid=63) +----- Thread: [MODULE] Certificate Manager (/showthread.php?tid=2001) |
RE: [MODULE] Certificate Manager - gabriel15959 - 02-07-2018 Instalei o módulo e nao consigo iniciar APACHE service httpd [root@painel ~]# service httpd restart Parando o httpd: [ OK ] Iniciando o httpd: Syntax error on line 66 of /etc/sentora/configs/apache/httpd-vhosts.conf: Invalid command 'SSLEngine', perhaps misspelled or defined by a module not included in the server configuration [FALHOU] Alguma ideia? Estou com servidor OFF [UPDATE] Não foi necessário desinstalar o módulo. Mas tive que rodar daemon.php no SSH para então reiniciar HTTPD. Caso alguém venha instalar o módulo, fica a dica. [MODULE] Certificate Manager - donleo123 - 06-04-2018 Is there a tutorial? Sent from my BLN-L21 using Tapatalk RE: [MODULE] Certificate Manager - longhb - 07-05-2018 Hi, I install module ssl for VPS use Sentora...however, after install module, Sentora not run and service httpd not start. please help me? thank (07-05-2018, 11:56 AM)longhb Wrote: Hi, my domain http://devfastpro.com/ zpanel.devfastpro.com httpd[2450]: SSLCertificateKeyFile: file ‘/devfastpro.com/ssl/certificate/private.key’ does not exist or is empty RE: [MODULE] Certificate Manager - TGates - 07-17-2018 Not sure what you are doing, but all I get is an ngix message. And we do not support Sentora with nginx. RE: [MODULE] Certificate Manager - mungujakisa - 08-07-2018 (07-05-2018, 11:56 AM)longhb Wrote: Hi, I'm not sure if you are facing the same issue I have, but I've experienced (and still experience) a similar issue with Apache every time I register a new domain. After some looking around, I discovered that Certificate Manager (I suspect) edits the httpd-vhosts.conf file that is located in /etc/sentora/configs/apache/ folder. It appears to use an obsoleted (or about to be obsoleted) configuration as this link says https://wiki.apache.org/httpd/CommonMisconfigurations. It also uses a capital S on line 41 (in mine) instead of a lower case "s". Look at my screenshot attached (Sentora_Error). I corrected it by opening the file in nano (use your favourite editor) and doing the following (numbered in the second attached screenshot) 1. Closed the first opened </VirtualHost> on line 25 2. Opened a new <VirtualHost *:443> on line 31 3. Commented out the #NameVirtualHost *:443 on line 32 4. changed the capital S in line 41 to a lowercase, now reading: DocumentRoot "/etc/sentora/panel/" 5. Saved the file with the same name 6 Restarted Apache using the command: service apache2 restart This workaround works for me, but I'm still looking around for a permanent solution. If anyone knows how to solve this permanently, please help me here. I'm officially new to this forum and still have to learn how to use the insert code stuff, so pardon the lack of formatting. Hope this helps someone else! RE: [MODULE] Certificate Manager - quotestatusdp - 04-27-2020 I am able to fix the module error after going through helpful advices here for my Coronavirus (COVID-19) traffic wordpress blog. Thanks |