Hi Andrija. In your logs I don't see the 500 error so maybe you cut and pasted the wrong log. But generally a 500 error means something fundamental went wrong and it might have nothing to do with Apache. If generally your python app works (Django is python under the covers right?) such as existing users able to log in and do stuff but only new user signup is broken... that leads me to believe that the python code is throwing a TypeError, ValueError, something like that. You'd better look at where the python/Django app is logging things out to get a clue there. It's most likely not an Apache configuration problem. If it was, all the existing users would be having issues.
On Sun, Aug 11, 2024 at 2:05 PM Andrija Vranić <andrija.vra...@gmail.com> wrote: > hi! > this has been killing me - when trying to register a new user in our > Django app (Arches), I am getting a 500 error code. > the logs > > he_shmcb_store (0x45 -> subcache 5) > [Sun Aug 11 17:43:11.492145 2024] [socache_shmcb:debug] [pid 1418627:tid > 127630808421952] mod_socache_shmcb.c(745): AH00842: expiring 2 and > reclaiming 0 removed socache entries > [Sun Aug 11 17:43:11.492146 2024] [socache_shmcb:debug] [pid 1418627:tid > 127630808421952] mod_socache_shmcb.c(765): AH00843: we now have 3 socache > entries > [Sun Aug 11 17:43:11.492148 2024] [socache_shmcb:debug] [pid 1418627:tid > 127630808421952] mod_socache_shmcb.c(862): AH00847: insert happened at > idx=82, data=(699:731) > [Sun Aug 11 17:43:11.492150 2024] [socache_shmcb:debug] [pid 1418627:tid > 127630808421952] mod_socache_shmcb.c(865): AH00848: finished insert, > subcache: idx_pos/idx_used=79/4, data_pos/data_used=167/710 > [Sun Aug 11 17:43:11.492151 2024] [socache_shmcb:debug] [pid 1418627:tid > 127630808421952] mod_socache_shmcb.c(530): AH00834: leaving > socache_shmcb_store successfully > [Sun Aug 11 17:43:11.492197 2024] [ssl:debug] [pid 1418627:tid > 127630808421952] ssl_engine_kernel.c(415): [client 172.31.25.238:45 > 64] AH02034: Initial (No.1) HTTPS request received for child 12 (server > suhozid.hr:443), referer: https://suhozid.hr/auth/signup, > origin-when-cross-origin > [Sun Aug 11 17:43:11.492230 2024] [authz_core:debug] [pid 1418627:tid > 127630808421952] mod_authz_core.c(815): [client 172.31.25.238:4564] > AH01626: authorization result of Require all granted: granted, referer: > https://suhozid.hr/auth/signup, origin-when-cross-origin > [Sun Aug 11 17:43:11.492233 2024] [authz_core:debug] [pid 1418627:tid > 127630808421952] mod_authz_core.c(815): [client 172.31.25.238:4564] > AH01626: authorization result of <RequireAny>: granted, referer: > https://suhozid.hr/auth/signup, origin-when-cross-origin > [Sun Aug 11 17:43:11.492258 2024] [authz_core:debug] [pid 1418627:tid > 127630808421952] mod_authz_core.c(815): [client 172.31.25.238:4564] > AH01626: authorization result of Require all granted: granted, referer: > https://suhozid.hr/auth/signup, origin-when-cross-origin > [Sun Aug 11 17:43:11.492260 2024] [authz_core:debug] [pid 1418627:tid > 127630808421952] mod_authz_core.c(815): [client 172.31.25.238:4564] > AH01626: authorization result of <RequireAny>: granted, referer: > https://suhozid.hr/auth/signup, origin-when-cross-origin > [Sun Aug 11 17:43:11.564318 2024] [ssl:debug] [pid 1418627:tid > 127630808421952] ssl_engine_io.c(1147): [client 172.31.25.238:4564] > AH02001: Connection closed to child 12 with standard shutdown (server > suhozid.hr:443) >