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

Apache2 fails to start after installation #1

Open
Gazatron523 opened this issue Feb 26, 2020 · 0 comments
Open

Apache2 fails to start after installation #1

Gazatron523 opened this issue Feb 26, 2020 · 0 comments
Assignees

Comments

@Gazatron523
Copy link

Gazatron523 commented Feb 26, 2020

Hi,

I am trying to configure my Kanboard to authenticate to FreeIPA and configured this tool to the letter on my kanboard server. Initially I could not get the docker to run as it could not start the bind on 0.0.0.0:443 as it was already in use. I stopped the apache2 service and ran the 'sudo docker-compose up -d' command which exectued with no errors, but then I was unable to restart the apache2 service. the error log states an amount of random sql queries against tables and values that do not exist:

[Wed Feb 26 15:05:46.859486 2020] [php7:notice] [pid 8010] [client X.X.X.X:21675] [debug] SQL: SELECT "data" FROM "sessions" WHERE "id" = ? LIMIT 1
[Wed Feb 26 15:05:46.859514 2020] [php7:notice] [pid 8010] [client X.X.X.X:21675] [debug] SQL: query_duration=0.0011560916900635
[Wed Feb 26 15:05:46.859525 2020] [php7:notice] [pid 8010] [client X.X.X.X:21675] [debug] SQL: total_execution_time=0.0011560916900635
[Wed Feb 26 15:05:46.859536 2020] [php7:notice] [pid 8010] [client X.X.X.X:21675] [debug] SQL: SELECT "option", "value" FROM "settings"
[Wed Feb 26 15:05:46.859546 2020] [php7:notice] [pid 8010] [client X.X.X.X:21675] [debug] SQL: query_duration=0.00057315826416016
[Wed Feb 26 15:05:46.859556 2020] [php7:notice] [pid 8010] [client X.X.X.X:21675] [debug] SQL: total_execution_time=0.0017292499542236
[Wed Feb 26 15:05:46.859566 2020] [php7:notice] [pid 8010] [client X.X.X.X:21675] [debug] SQL: SELECT projects.id, projects.name FROM "projects" LEFT JOIN "project_has_users" ON "project_has_users"."$
[Wed Feb 26 15:05:46.859578 2020] [php7:notice] [pid 8010] [client X.X.X.X:21675] [debug] SQL: query_duration=0.0011420249938965
[Wed Feb 26 15:05:46.859588 2020] [php7:notice] [pid 8010] [client X.X.X.X:21675] [debug] SQL: total_execution_time=0.0028712749481201
[Wed Feb 26 15:05:46.859598 2020] [php7:notice] [pid 8010] [client X.X.X.X:21675] [debug] SQL: SELECT projects.id, projects.name FROM "projects" LEFT JOIN "project_has_groups" ON "project_has_groups"$
[Wed Feb 26 15:05:46.859625 2020] [php7:notice] [pid 8010] [client X.X.X.X:21675] [debug] SQL: query_duration=0.0010781288146973
[Wed Feb 26 15:05:46.859636 2020] [php7:notice] [pid 8010] [client X.X.X.X:21675] [debug] SQL: total_execution_time=0.0039494037628174
[Wed Feb 26 15:05:46.859646 2020] [php7:notice] [pid 8010] [client X.X.X.X:21675] [debug] SQL: SELECT 1 FROM "users" WHERE "id" = ? AND "is_active" = ? AND "role" = ?
[Wed Feb 26 15:05:46.859656 2020] [php7:notice] [pid 8010] [client X.X.X.X:21675] [debug] SQL: query_duration=0.0012829303741455
[Wed Feb 26 15:05:46.859667 2020] [php7:notice] [pid 8010] [client X.X.X.X:21675] [debug] SQL: total_execution_time=0.0052323341369629
[Wed Feb 26 15:05:46.859677 2020] [php7:notice] [pid 8010] [client X.X.X.X:21675] [debug] SQL: SELECT 1 FROM "sessions" WHERE "id" = ?
[Wed Feb 26 15:05:46.859687 2020] [php7:notice] [pid 8010] [client X.X.X.X:21675] [debug] SQL: query_duration=0.00030708312988281
[Wed Feb 26 15:05:46.859697 2020] [php7:notice] [pid 8010] [client X.X.X.X:21675] [debug] SQL: total_execution_time=0.0055394172668457
[Wed Feb 26 15:05:46.859707 2020] [php7:notice] [pid 8010] [client X.X.X.X:21675] [debug] SQL: UPDATE "sessions" SET "expire_at"=?, "data"=? WHERE "id" = ?
[Wed Feb 26 15:05:46.859717 2020] [php7:notice] [pid 8010] [client X.X.X.X:21675] [debug] SQL: query_duration=0.00034999847412109
[Wed Feb 26 15:05:46.859727 2020] [php7:notice] [pid 8010] [client X.X.X.X:21675] [debug] SQL: total_execution_time=0.0058894157409668
[Wed Feb 26 15:05:46.859746 2020] [php7:notice] [pid 8010] [client X.X.X.X:21675] [debug] APP: nb_queries=7
[Wed Feb 26 15:05:46.859770 2020] [php7:notice] [pid 8010] [client X.X.X.X:21675] [debug] APP: rendering_time=0.027756929397583
[Wed Feb 26 15:05:46.859854 2020] [php7:notice] [pid 8010] [client X.X.X.X:21675] [debug] APP: memory_usage=1.7M
[Wed Feb 26 15:05:46.859876 2020] [php7:notice] [pid 8010] [client X.X.X.X:21675] [debug] APP: uri=/?controller=UserAjaxController&action=status

I have since reverted my config.php file back to it's previous state and stopped the docker service in order to start the apache2 service

@larueli larueli self-assigned this Feb 26, 2020
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

No branches or pull requests

2 participants