Hi I am having this error when i restart my httpd.conf. The strange thing is that this same configuration I was using it in another PC.
Any help will be great!!!
----------
Error
[error] VirtualHost _default_:443 --mixing * ports and non-* ports with a NameVirtualHost address is not supported proceeding with undefined results.
----------
I am using name based virtual hosts.This way.
NameVirtualHost *
<VirtualHost *>
ServerName ServerAlias domain.tld *.domain.tld
DocumentRoot /</VirtualHost>
<VirtualHost *>
ServerName DocumentRoot /</VirtualHost>
Thank U
Any help will be great!!!
----------
Error
[error] VirtualHost _default_:443 --mixing * ports and non-* ports with a NameVirtualHost address is not supported proceeding with undefined results.
----------
I am using name based virtual hosts.This way.
NameVirtualHost *
<VirtualHost *>
ServerName ServerAlias domain.tld *.domain.tld
DocumentRoot /</VirtualHost>
<VirtualHost *>
ServerName DocumentRoot /</VirtualHost>
Thank U