mirror of
https://github.com/motioneye-project/motioneye.git
synced 2026-03-02 22:57:06 -05:00
Running on port 80 alongside apache? #810
Labels
No labels
Android app
Arch Linux
CI/CD
CSS
FreeBSD
HTML/HTTP
Home Assistant addon
JavaScript
Python
Raspberry Pi
Stale No Activity 60 Days
bug
code format
dependencies
dev branch
docker
documentation
duplicate
enhancement
feature
help wanted
i18n/l10n
invalid
legacy motionEye
meta
motion
motionEyeOS
notourproblem
python update
question
question
security
troubleshooting
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/motioneye#810
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 @dragonflyuk on GitHub (Apr 25, 2018).
Is there anyway to have MotionEye work in a web subdirectory, so the address would be something like http://raspberrypi.local/cctv
I already have it working on port 80, but I really need it working alongside an apache install on the same port, so that both can be accessed from dataplicity?
@ccrisan commented on GitHub (Apr 26, 2018):
This is not a valid motionEye issue. Please look for help on Apache docs/forums.
@dragonflyuk commented on GitHub (Apr 26, 2018):
Not really, how can I change where motion eye responds to, i.e cctv subdirectory instead of root?
@ccrisan commented on GitHub (Apr 26, 2018):
@dragonflyuk it's up to Apache to route requests coming to e.g.
/your/cams/pathto motionEye's "root". Running Behind Nginx might help.@dragonflyuk commented on GitHub (Apr 28, 2018):
Thanks @ccrisan that works perfectly, I can actually do all I need with nginx.
@ccrisan commented on GitHub (Apr 28, 2018):
@dragonflyuk I know :) Nginx kind of rules.