DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Tip |
|---|
yum install httpd mod_ssl php php-gd php-mysql php-xml php-xmlrpc php-ldap -y |
| Tip |
|---|
yum install httpd mod_ssl php php-gd php-mysql php-xml php-xmlrpc php-ldap php-process -y |
| Info |
|---|
You may need the optional server rpm repository for the php-process package to add this run the following command: |
| Tip |
|---|
/sbin/chkconfig --level 345 httpd on |
| Tip |
|---|
/sbin/service httpd start |
| Tip |
|---|
/usr/sbin/setsebool -P httpd_can_network_connect=1 |
| Tip |
|---|
vi /etc/sysconfig/iptables |
| No Format |
|---|
-A RH-Firewall-1-INPUT -m state --state NEW -p tcp --dport 80 -j ACCEPT -A RH-Firewall-1-INPUT -m state --state NEW -p tcp --dport 443 -j ACCEPT |
| Tip |
|---|
service iptables restart |
| Tip |
|---|
wget --trust-server-names '' |
| Tip |
|---|
cp -r apache-VCL-2.3/web/ /var/www/html/vcl |
| Tip |
|---|
cp secrets-default.php secrets.php |
| Tip |
|---|
vi secrets.php |
| Tip |
|---|
./genkeys.sh |
| Tip |
|---|
cp conf-default.php conf.php |
| Tip |
|---|
vi conf.php |
| Info |
|---|
Modify every entry under "Things in this section must be modified". Descriptions and pointers for each value are included within conf.php. |
| Tip |
|---|
chown apache maintenance |
| Info |
|---|
Take note of the value you enter for Hostname. In a later step performed during the management node installation, the value enter for Hostname must match the value you enter for FQDN in the /etc/vcl/vcld.conf file on the management node. |
| Excerpt Include | ||||||||
|---|---|---|---|---|---|---|---|---|
|
...