Modify ↓
Ticket #2745 (new enhancement)
Opened 2 years ago
Apache WebServer - Custom Include Files
| Reported by: | thomas.ludwig@… | Owned by: | jsalamero@… |
|---|---|---|---|
| Milestone: | nice to have someday | Component: | webserver |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hi,
I want different WebSites? for HTTPS and HTTP. The Problem is that apache virtualhost includes only one folder with all files in /usr/share/ebox/stubs/webserver/vhost.mas
So I changed the config a little bit for the include path (insert the port number as file extension):
For SSL: Include <% $etcPath %>/sites-available/<% 'user-' . "$vHostPrefix$vHostName" %>/*.<% $sslportNumber %>
For NonSSL: Include <% $etcPath %>/sites-available/<% 'user-' . "$vHostPrefix$vHostName" %>/*.<% $portNumber %>
It would be nice if you can take this into the next release.
CU
Thomas
Attachments
Note: See
TracTickets for help on using
tickets.