mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[GH-ISSUE #348] Cypht behind Apache Proxy Configuration #299
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#299
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FloWzoW on GitHub (Jun 14, 2019).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/348
Originally assigned to: @jasonmunro on GitHub.
💬 Question
Hello,
i installed cypht on a virtual machine on Ubuntu 18.04 Server with running apache.
This is my apache-config on the vm:
And this is my apache config-file on the root server running apache proxy:
Now my problem: if i visit cypht.example.com it returns html markup but it cannot access css and i cannot login (login combination wrong).
See this screenshot:

Maybe someone can help me configure my root-apache-proxy? Maybe the problem is behind the https connection?
The app is working when i add
192.168.2.107 cypht.example.comin the hosts file of the client machine.I already setted
disable_origin_check=trueand
cookie_domain=cypth.example.comin my cypht configuration, it doesnt helped me.
Thanks, sorry for my bad english skills lol
@FloWzoW commented on GitHub (Jun 14, 2019):
oh my ..
i missed adding trailing slashes to my ProxyPass condition :-)
this is now my proxy configuration:
ok, but now, after login, it doesnt redirects me, it just reloads the login without any error-message. any help?
Edit: Solved, i just had a typo in
/hm3.iniYou see it?
cookie_domain=cypth.example.comIt must be:
cookie_domain=cypht.example.comissue can be closed :)
@jasonmunro commented on GitHub (Jun 18, 2019):
Glad to hear you got it sorted out. Thanks for posting your config, could be a useful reference for others!