The following instructions illustrate how you can include custom configuration to
Apache and disable the same if not required.
-
Create conf.d/httpd/httpd.conf.d under
/opt/collabnet/teamforge/etc/ directory.
-
Include custom.conf under
/opt/collabnet/teamforge/etc/conf.d/httpd/httpd.conf.d/.
-
Create
the runtime environment.
- /opt/collabnet/teamforge/installer/install.sh
The following warning message is displayed, which you can ignore.
Custom configuration found in
/opt/collabnet/teamforge/etc/conf.d/httpd/httpd.conf.d has been applied.
Please be informed that such configuration may impact the reliability of
TeamForge.
The following line
is
added to
/etc/httpd/conf/httpd.conf:
Include /opt/collabnet/teamforge/etc/conf.d/httpd/httpd.conf.d/
-
Run the httpd -e info command to know the Apache
configuration/syntax errors, if any.
Remove custom configuration
-
To remove custom configuration:
- cd /opt/collabnet/teamforge/etc/conf.d/
- mv httpd/ httpd_old
-
Create
the runtime environment.
- /opt/collabnet/teamforge/installer/install.sh