otp icon indicating copy to clipboard operation
otp copied to clipboard

inets: added missing required property server_name

Open tonywallace64 opened this issue 3 years ago • 10 comments

config file changed from apache format to erlang terms

Closes #5276

tonywallace64 avatar Jun 09 '22 00:06 tonywallace64

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jun 09 '22 00:06 CLAassistant

CT Test Results

    2 files    21 suites   11m 5s :stopwatch: 320 tests 296 :heavy_check_mark: 23 :zzz: 1 :x: 531 runs  492 :heavy_check_mark: 39 :zzz: 0 :x:

For more details on these failures, see this check.

Results for commit 865a5a10.

:recycle: This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

github-actions[bot] avatar Jun 09 '22 00:06 github-actions[bot]

Hi, thank you for the PR. Could you please base it on maint so that it can be part of the OTP-25 track, this improvement I think should not be delayed until OTP-26!

IngelaAndin avatar Jun 15 '22 10:06 IngelaAndin

You need to stand on your branch and do a rebase --onto maint HEAD~1

IngelaAndin avatar Jun 16 '22 14:06 IngelaAndin

tony can you do some more adjustments in this PR or would you prefer if I take it over and do it?

Those are things I was thinking about:

  1. rebase on latest erlang:maint
  2. adjust the PR to target erlang:maint branch
  3. squash your commits
  4. solve conflict if still present

u3s avatar Jun 20 '22 18:06 u3s

Please do. I have rebased onto maint. However I put wrong PR request on pull. Rickard-green has added team:PS label two days ago. Screenshot attached.

There also remains the issue of ssl.conf example. I have converted the file but have not yet got it running. I could put that on my own github fork if it helps.

Tony

On Mon, 2022-06-20 at 11:12 -0700, Jakub Witczak wrote:

tony can you do some more adjustments in this PR or would you prefer if I take it over and do it?

Those are things I was thinking about:

rebase on latest erlang:maint adjust the PR to target erlang:maint branch squash your commits solve conflict if still present — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

tonywallace64 avatar Jun 21 '22 18:06 tonywallace64

please push it to your fork. I will combine it when time allows. thanks for contribution.

u3s avatar Jun 21 '22 20:06 u3s

Okay, pushed new ssl.conf to master branch on my fork

On Tue, 2022-06-21 at 13:09 -0700, Jakub Witczak wrote:

please push it to your fork. I will combine it when time allows. thanks for contribution.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

tonywallace64 avatar Jun 22 '22 02:06 tonywallace64

sorry to write this, but I've been busy with other tasks. This need to wait to little longer.

u3s avatar Jul 26 '22 09:07 u3s

I have just pushed some more conf files. I did not do the ssl one as a straight format conversion did not work so that will take a bit more work.

On Thu, 2022-06-16 at 07:06 -0700, Ingela Andin wrote:

You need to stand on your branch and do a rebase --onto maint HEAD~1

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

tonywallace64 avatar Oct 11 '22 07:10 tonywallace64

Hi @tonywallace64, the conf files should look something like:

[{port,8080},
 {server_name,"your.server.net"},
 {socket_type,ip_comm},
 {modules,[mod_alias,mod_auth,mod_esi,mod_actions,mod_cgi,mod_dir,mod_get,
          mod_head,mod_log,mod_disk_log]},
 {server_admin,"[email protected]"},
 {server_root,"/var/tmp/server_root"} | ...].

Please let me know if you wouldn't be able to make these changes. I can continue with this then.

anupamasingh10 avatar Mar 23 '23 11:03 anupamasingh10

Closed in favor of #7079

IngelaAndin avatar Apr 05 '23 07:04 IngelaAndin