Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nginx + php-fpm + wordpress #2

Closed
wants to merge 1 commit into from
Closed

nginx + php-fpm + wordpress #2

wants to merge 1 commit into from

Conversation

aep
Copy link
Member

@aep aep commented Apr 7, 2022

nginx + php-fpm + wordpress

nginx in enclave:

php in enclave:

wordpress in enclave:

  • files are signed by php enclave. manipulating them correctly fails.
  • installer loads fine but needs mysql server to proceed

2022-04-07-172347_1354x402_scrot

@aep aep force-pushed the aep-for-main branch 2 times, most recently from 2d0028d to 643706b Compare April 7, 2022 15:05
@aep aep changed the title nginx + php-fpm nginx + php-fpm + wordpress Apr 7, 2022
@aep aep requested a review from sebastiangajek April 7, 2022 15:26
@aep aep force-pushed the aep-for-main branch 2 times, most recently from 689fc2c to d517fa9 Compare April 8, 2022 08:34
nginx in enclave:

    - do not fork workers due to gramineproject/gramine#468 (also generally dont)
    - use select instead of epoll due to gramineproject/gramine#489
    - link pcre static due to undetermined dynloader bug

php in enclave:

    - patch away sockopt SO_LISTENQLEN and TCP_INFO due to gramineproject/gramine#503
    - do not fork workers
    - manually force linking libm static, because the ld loader implements glibc versions incorrectly
    - remove apparmor from AC

wordpress in enclave:

    - installer loads fine but needs mysql server to proceed
@aep aep self-assigned this Apr 8, 2022
@aep aep requested a review from klassiker April 8, 2022 17:58
@aep
Copy link
Member Author

aep commented Apr 8, 2022

wordpress should probably not be checked into git repo.
pull as tarball instead

@aep
Copy link
Member Author

aep commented Apr 11, 2022

moved to wordpress repo

@aep aep closed this Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant