Dear Friends,
Can anyone tell me how to delete SSL option from webmin.
From the following URL https://<ip>:10000/apache/edit_virt.cgi?virt=229&type=14 .
Actually whenever a user enables SSL than mine apache hangs and shows following error before attempting to start.
VirtualHost ejain.com:443 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Mon Feb 07 00:16:33 2005] [error] VirtualHost <IP>:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Mon Feb 07 00:16:33 2005] [error] VirtualHost <IP>:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Mon Feb 07 00:16:33 2005] [error] VirtualHost <IP>:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Mon Feb 07 00:16:33 2005] [error] VirtualHost <IP>:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Mon Feb 07 00:16:33 2005] [error] VirtualHost <IP>:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Mon Feb 07 00:16:33 2005] [error] VirtualHost <IP>:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Mon Feb 07 00:16:33 2005] [error] VirtualHost <IP>:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Mon Feb 07 00:16:33 2005] [warn] NameVirtualHost <IP>:80 has no VirtualHosts
Can anyone tell me how to enable SSL or delete SSL option from webmin.
I shall be very grateful.
--
Regards
Abhishek jain
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear Friends,
Can anyone tell me how to delete SSL option from webmin.
From the following URL https://<ip>:10000/apache/edit_virt.cgi?virt=229&type=14 .
Actually whenever a user enables SSL than mine apache hangs and shows following error before attempting to start.
VirtualHost ejain.com:443 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Mon Feb 07 00:16:33 2005] [error] VirtualHost <IP>:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Mon Feb 07 00:16:33 2005] [error] VirtualHost <IP>:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Mon Feb 07 00:16:33 2005] [error] VirtualHost <IP>:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Mon Feb 07 00:16:33 2005] [error] VirtualHost <IP>:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Mon Feb 07 00:16:33 2005] [error] VirtualHost <IP>:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Mon Feb 07 00:16:33 2005] [error] VirtualHost <IP>:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Mon Feb 07 00:16:33 2005] [error] VirtualHost <IP>:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Mon Feb 07 00:16:33 2005] [warn] NameVirtualHost <IP>:80 has no VirtualHosts
Can anyone tell me how to enable SSL or delete SSL option from webmin.
I shall be very grateful.
--
Regards
Abhishek jain
you using apache 2?
webmin adds the port but apache2 needs "Any"
not sure about ssl, but you can change it to "Any" to correct the errors I think