nono303 / mod_md

apache httpd mod_md windows builds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dot AL domain

ndricimv opened this issue · comments

Greetings,
Hope you doing well, I have a problem with mod_md, I have the latest version of mod_md (the problem was also in other versions), and there is a problem when I add an dot AL domain Apache crashes.

Hi @ndricimv
Not sure this issue is related to Windows build but more with mod_md itself.
What's the message in windows event viewer?
Is the same behavior with official mod_md in apache lounge distribution?
If yes you may address this issue to @icing on https://github.com/icing/mod_md

Open a ticket there and specify the configuration that crashes, so I can reproduce. Thanks!

Apache log error

[Thu Oct 11 20:57:28.901162 2018] [mpm_winnt:notice] [pid 2568:tid 912] AH00424: Parent: Received restart signal -- Restarting the server.
[Thu Oct 11 20:57:29.379329 2018] [:emerg] [pid 2568:tid 912] AH00020: Configuration Failed, exiting
[Thu Oct 11 20:57:30.926210 2018] [mpm_winnt:notice] [pid 820:tid 824] AH00364: Child: All worker threads have exited.

Apache event error

The Apache2.4 service terminated with the following service-specific error: 
Incorrect function.

vhost conf as in others that works

MDomain domain.al

<VirtualHost *:443>
    ServerAdmin webmaster@domain.al
	ServerName domain.al
	ServerAlias www.domain.al
    DocumentRoot 'c:/x/x/x/domain.al'    
    ErrorLog 'c:/x/x/x/domain.al-error.log'
    CustomLog 'c:/x/x/x/domain.al-access.log' common
	
	SSLEngine on

</VirtualHost>

Sorry guys, I just deleted files that where created in md folder for domain and it works now thank you