how does apache2 handle ssl certificates by a vhost alias

Alles, was den Apache betrifft, kann hier besprochen werden.

how does apache2 handle ssl certificates by a vhost alias

Postby go4apache » 29. September 2014 08:36

hello

I have an ssl vhost with some cacert certificates. in this vhost I have an alias to a cloud server in order to connect to the cloud using the url https://example.com/cloud.

<VirtualHost *:443>
ServerName example.com
ServerAlias www.example.com
...
Alias /cloud "/path/to/cloud/server"
<Directory "/path/to/cloud/server">
Options Indexes MultiViews FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
...
</VirtualHost>

My Question: does apache also encrypt the connection to the cloud server (alias). So is https://example.com/cloud secure as https://example.com.

kind regards, g4a
go4apache
 
Posts: 2
Joined: 29. September 2014 07:51
Operating System: ubuntu 12.04

Re: how does apache2 handle ssl certificates by a vhost alia

Postby Nobbie » 29. September 2014 12:13

Du weißt, dass Du hier in einem deutschen(!) Board bist?!

Was die Frage betrifft: der Alias spielt keine Rolle, der sagt ja Apache lediglich, wo er bestimmte URLs physikalisch auf dem Server suchen soll (weil die nicht unter dem DocumentRoot liegen). Aber die Domain (Servername resp. der Virtualhost) wird selbstverständlich im sicheren Modus angesprochen.
Nobbie
 
Posts: 13183
Joined: 09. March 2008 13:04


Return to Apache

Who is online

Users browsing this forum: No registered users and 92 guests