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

Apache proxy 502 when uploading files #1348

Open
bobbyl140 opened this issue Jan 11, 2024 · 1 comment
Open

Apache proxy 502 when uploading files #1348

bobbyl140 opened this issue Jan 11, 2024 · 1 comment

Comments

@bobbyl140
Copy link

bobbyl140 commented Jan 11, 2024

I set up Radicale yesterday, and it works perfectly with my IP over LAN. But when I set up Apache to proxy to Radicale, I can't seem to upload anything to the server. I went on the web UI and uploaded a single contact card, and got 502 Bad Gateway. I gave Radicale its own subdomain. Here is the Apache config:

<VirtualHost *:80>
        ServerName dav.example.com
        <Location "/">
                ProxyPass http://127.0.0.1:5232/
                ProxyPassReverse http://127.0.0.1:5232/
        </Location>
</VirtualHost>

What exactly am I doing wrong?
Thank you!

@pbiering
Copy link
Collaborator

pbiering commented Mar 2, 2024

Can you provide detailed logs from Apache and Radicale?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants