Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
emulab-devel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
emulab
emulab-devel
Commits
edcf6adf
Commit
edcf6adf
authored
19 years ago
by
Leigh B. Stoller
Browse files
Options
Downloads
Patches
Plain Diff
Commit the ops version of httpd.conf, which has all the entries we
need for the collab tools.
parent
b19408d0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
apache/GNUmakefile.in
+5
-1
5 additions, 1 deletion
apache/GNUmakefile.in
apache/httpd.conf-ops.in
+1413
-0
1413 additions, 0 deletions
apache/httpd.conf-ops.in
with
1418 additions
and
1 deletion
apache/GNUmakefile.in
+
5
−
1
View file @
edcf6adf
...
...
@@ -8,7 +8,8 @@ SUBDIR = apache
include $(OBJDIR)/Makeconf
CONFIG_FILES = httpd.conf
CONFIG_FILES = httpd.conf httpd.conf-ops
#
# Force dependencies to make sure configure regenerates if the .in file
# is changed.
...
...
@@ -26,4 +27,7 @@ $(INSTALL_APACHE_CONFIG)/%: %
install: $(addprefix $(INSTALL_APACHE_CONFIG)/, $(CONFIG_FILES))
control-install: httpd.conf-ops
$(INSTALL_DATA) httpd.conf-ops $(INSTALL_APACHE_CONFIG)/httpd.conf
clean:
This diff is collapsed.
Click to expand it.
apache/httpd.conf-ops.in
0 → 100644
+
1413
−
0
View file @
edcf6adf
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment