Port 443 / https is not running

Port 443 / https is not running

am 12.11.2007 15:01:39 von Oliver Soeder

Hello, I do not know how to configure Apache.

I use Apache2, port 80 is open, runs fine, but https over Port 443 isn
=B4t running.

SSL is installed on my system. As I don=B4t know where to start, it
would be nice if you could help me. Where should I start? Which
information do you need?

Thank you

Oliver

Re: Port 443 / https is not running

am 12.11.2007 21:37:12 von mark

Oliver wrote in news:1194876099.334979.259080
@o80g2000hse.googlegroups.com:

> Hello, I do not know how to configure Apache.
>
> I use Apache2, port 80 is open, runs fine, but https over Port 443 isn
> ´t running.
>
> SSL is installed on my system. As I don´t know where to start, it
> would be nice if you could help me. Where should I start? Which
> information do you need?
>
> Thank you
>
> Oliver
>
>

Look for a directory /etc/httpd/conf.d

Is there a file named ssl.conf.disabled or similar? If so, change the
name to ssl.conf

Restart Apache.

May not work for you, Different flavors work slightly different.



--

----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----

Re: Port 443 / https is not running

am 13.11.2007 09:17:17 von wildeskraut

On 12 Nov., 21:37, Mark wrote:
> Oliver wrote in news:1194876099.334979.259080
> @o80g2000hse.googlegroups.com:
>
> > Hello, I do not know how to configure Apache.
>
> > I use Apache2, port 80 is open, runs fine, but https over Port 443 isn
> > =B4t running.
>
> > SSL is installed on my system. As I don=B4t know where to start, it
> > would be nice if you could help me. Where should I start? Which
> > information do you need?
>
> > Thank you
>
> > Oliver
>
> Look for a directory /etc/httpd/conf.d
>
> Is there a file named ssl.conf.disabled or similar? If so, change the
> name to ssl.conf
>
> Restart Apache.
>
> May not work for you, Different flavors work slightly different.
>
> --
>
> ----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usene=
t News==----http://www.newsfeeds.comThe #1 Newsgroup Service in the Wor=
ld! 120,000+ Newsgroups
> ----=3D East and West-Coast Server Farms - Total Privacy via Encryption =
=3D----

Hello, I do not have this directory, so i was looking for all conf.d
files, here is the result:

/etc/exim4/conf.d
/etc/apache2/conf.d
/etc/fonts/conf.d
/etc/mysql/conf.d
/etc/php4/cli/conf.d
/etc/php4/conf.d
/etc/apache/conf.d
/etc/apache-perl/conf.d
/etc/apache-ssl/conf.d
/etc/php5/conf.d
/etc/php5/apache2/conf.d

Then I checked out ssl.conf:

/etc/apache2/mods-available/ssl.conf

So I think I have another file structure, did this information help?

/etc/apache-ssl/conf.d contains only the file phpmyadmin.conf.

Oliver

Re: Port 443 / https is not running

am 13.11.2007 09:23:56 von wildeskraut

On 13 Nov., 09:17, wildeskr...@googlemail.com wrote:
> On 12 Nov., 21:37, Mark wrote:
>
>
>
> > Oliver wrote in news:1194876099.334979.259080
> > @o80g2000hse.googlegroups.com:
>
> > > Hello, I do not know how to configure Apache.
>
> > > I use Apache2, port 80 is open, runs fine, but https over Port 443 isn
> > > =B4t running.
>
> > > SSL is installed on my system. As I don=B4t know where to start, it
> > > would be nice if you could help me. Where should I start? Which
> > > information do you need?
>
> > > Thank you
>
> > > Oliver
>
> > Look for a directory /etc/httpd/conf.d
>
> > Is there a file named ssl.conf.disabled or similar? If so, change the
> > name to ssl.conf
>
> > Restart Apache.
>
> > May not work for you, Different flavors work slightly different.
>
> > --
>
> > ----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Use=
net News==----http://www.newsfeeds.comThe#1 Newsgroup Service in the Wo=
rld! 120,000+ Newsgroups
> > ----=3D East and West-Coast Server Farms - Total Privacy via Encryption=
=3D----
>
> Hello, I do not have this directory, so i was looking for all conf.d
> files, here is the result:
>
> /etc/exim4/conf.d
> /etc/apache2/conf.d
> /etc/fonts/conf.d
> /etc/mysql/conf.d
> /etc/php4/cli/conf.d
> /etc/php4/conf.d
> /etc/apache/conf.d
> /etc/apache-perl/conf.d
> /etc/apache-ssl/conf.d
> /etc/php5/conf.d
> /etc/php5/apache2/conf.d
>
> Then I checked out ssl.conf:
>
> /etc/apache2/mods-available/ssl.conf
>
> So I think I have another file structure, did this information help?
>
> /etc/apache-ssl/conf.d contains only the file phpmyadmin.conf.
>
> Oliver

I solved it! :-)

host:/etc/apache2/mods-enabled# ln -s /etc/apache2/mods-available/
ssl.conf
host:/etc/apache2/mods-enabled# ln -s /etc/apache2/mods-available/
ssl.load

Thank you for your help!

Oliver