Closed
Bug 535710
Opened 15 years ago
Closed 15 years ago
Add to apache config on build.m.o
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: fox2mike)
References
Details
I'd like to add a new config block near the bottom of build.m.o:/etc/httpd/conf/domains/build.mozilla.org.conf
<Directory /var/www/html/build/update-bump-unit-tests>
AllowOverride All
Options +Indexes
</Directory>
Assignee | ||
Comment 1•15 years ago
|
||
Done.
Assignee: server-ops → shyam
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•15 years ago
|
||
Ok, so I suck at apache configs and this doesn't completely work. I'm trying to get
https://build.mozilla.org/update-bump-unit-tests/
readable without the auth that's on the parent directory.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 3•15 years ago
|
||
Haha, alright. It works over http now, you still want https too?
Reporter | ||
Comment 4•15 years ago
|
||
http is actually better than https in this instance so what we have now is great. Thanks!
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•