Apache responds in https, but only by test page, not my website

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

In order to switch from http to https, I have already obtained my SSL certificates. But my problem is to run the Apache webserver (Server version: Apache/2.4.23 (Fedora) with https (no problems with http). I mean. For the http I'm using succesfully:

<VirtualHost *:80>
    ServerAdmin myname@xxxxxxxxxxxx
    DocumentRoot /home/web/mydomain.com
    ServerName mydomain.com
</VirtualHost>

But when I define also:

<VirtualHost *:443>
    ServerAdmin myname@xxxxxxxxxxxx
    DocumentRoot /home/web/mydomain.com
    ServerName mydomain.com
</VirtualHost>

the server responds in https, typing in the browser https://www.mydomain.com (obviously giving me a certificate warning because I have the certificate but I have not yet configured the server with it) but return to me only the Apache test page and not the site. If I try other site pages I obtain "Not Found".
Browsing http://www.mydomain.com, instead, everything is ok, as usually.

Where do I wrong?

Thank you very much,
Fabio.

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux