Hello,
> I've made changes to the Listen and Port sections (from below), but
> didn't make any of the other changes (are these also necessary?)
They
> seem to be adding the virtual host (which I don't need right now).
> When I try to restart or start apache, it still fails.
>
> what's the next thing to try?
You'll want to make all of the changes below. The last part is
removing the virtual host, more importantly commenting out SSLEnable
//Eddie
>
> > Alternatively you can disable https, to do this you will need to
modify
> > your apache configuration file(/etc/apache-ssl/httpd.conf).
> >
> > --- httpd.conf.orig 1969-12-31 17:01:33.000000000 -0700
> > +++ httpd.conf 1969-12-31 17:03:36.000000000 -0700
> > @@ -187,7 +187,7 @@
> > #
> > # The default port for SSL is 443...
> >
> > -Listen 443
> > +#Listen 443
> > Listen 80
> >
> > #
> > @@ -246,7 +246,7 @@
> > #
> > # The default port for SSL is 443...
> >
> > -Port 443
> > +#Port 443
> >
> > #
> > # If you wish apache to run as a different user or group, you
must run
> > @@ -1240,9 +1240,9 @@
> >
> > # If you want, you can disable SSL globally, and enable it in a
> virtual
> > # host...
> > #SSLDisable
> > -<VirtualHost _default_:443>
> > - SSLEnable
> > -</VirtualHost>
> > +#<VirtualHost _default_:443>
> > +# SSLEnable
> > +#</VirtualHost>
> >
> > # Automatically added by the post-installation script
> > # as part of the transition to a config directory layout
> >
> > //Eddie
> >
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|