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

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as new
as The resolution will be set. Next status will be 'closed'
The owner will be changed from jsalamero@…. Next status will be 'new'
Next status will be 'accepted'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.