Hi Abhishek, Apart from setting SSLEngine on, u will also have to define the ports to listen, like 80 for HTTP requests and 443 for HTTPS requests. Also u need to mention the ports in the VirtualHost declaration. Refer to the default httpd.conf file, and u will be able to do it.
Regards Subhasis On Sat, 5 Mar 2005 22:07:25 +0530, abhishek jain <[EMAIL PROTECTED]> wrote: > Dear Friends, > > I have written this here twice but got no positive response but perhaps this > wouldn't be the case now. :) > > Actually when ever i enable SSL from apache mine apache can not be started > than. > > Error: > > [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 > etc. > > By enabling SSL i mean adding the following line in httpd.conf > > SSLEngine on > > Any suggestions. > -- > Regards > Abhishek jain > > _______________________________________________ > ilugd mailinglist -- [email protected] > http://frodo.hserus.net/mailman/listinfo/ilugd > Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi > http://www.mail-archive.com/[email protected]/ > _______________________________________________ ilugd mailinglist -- [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[email protected]/
