Bug 1159214
| Summary: | [RFE] Allow to run pulp on different port then 80 | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Miroslav Suchý <msuchy> |
| Component: | z_other | Assignee: | pulp-bugs |
| Status: | CLOSED UPSTREAM | QA Contact: | pulp-qe-list |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.4 Beta | CC: | jortel |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-02-19 01:20:13 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Moved to https://pulp.plan.io/issues/267 |
Description of problem: It would be nice to run pulp apache on different port then 80. The use case is to use lighttpd/nginx for repo serving and do not expose pulp apache publicly and have it only avalable to localhost. Version-Release number of selected component (if applicable): pulp-server-2.4.3-1.fc20.noarch I will try to point out bumpers on the road as I try to move it to different port. For starter, If I manually change Port in apache config, there is problem with /etc/httpd/conf.d/pulp.conf having: <VirtualHost *:80> Include /etc/pulp/vhosts80/*.conf </VirtualHost> This can be safely changed to <VirtualHost *> Include /etc/pulp/vhosts80/*.conf </VirtualHost>