Commit da5ec1da authored by Claes Sjofors's avatar Claes Sjofors

pwrrt package, apache alias fix in postinst

parent 109ae763
......@@ -288,10 +288,8 @@ if [ -e /etc/apache2/apache2.conf ]; then
Alias /pwrp_web/ /pwrp/common/web/
<Directory /pwrp/common/web>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
EOF
fi
......@@ -305,10 +303,8 @@ EOF
Alias /pwrp_log/ /pwrp/common/log/
<Directory /pwrp/common/log>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
EOF
fi
......@@ -323,10 +319,8 @@ EOF
Alias /pwr_doc/ /usr/pwrrt/doc/
<Directory /usr/pwrrt/doc>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
EOF
fi
......
......@@ -288,10 +288,8 @@ if [ -e /etc/apache2/apache2.conf ]; then
Alias /pwrp_web/ /pwrp/common/web/
<Directory /pwrp/common/web>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
EOF
fi
......@@ -305,10 +303,8 @@ EOF
Alias /pwrp_log/ /pwrp/common/log/
<Directory /pwrp/common/log>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
EOF
fi
......@@ -323,10 +319,8 @@ EOF
Alias /pwr_doc/ /usr/pwrrt/doc/
<Directory /usr/pwrrt/doc>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
EOF
fi
......
......@@ -288,10 +288,8 @@ if [ -e /etc/apache2/apache2.conf ]; then
Alias /pwrp_web/ /pwrp/common/web/
<Directory /pwrp/common/web>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
EOF
fi
......@@ -305,10 +303,8 @@ EOF
Alias /pwrp_log/ /pwrp/common/log/
<Directory /pwrp/common/log>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
EOF
fi
......@@ -323,10 +319,8 @@ EOF
Alias /pwr_doc/ /usr/pwrrt/doc/
<Directory /usr/pwrrt/doc>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
EOF
fi
......
......@@ -259,10 +259,8 @@ if [ -e /etc/apache2/apache2.conf ]; then
Alias /pwrp_web/ /pwrp/common/web/
<Directory /pwrp/common/web>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
EOF
fi
......@@ -277,10 +275,8 @@ EOF
Alias /pwr_doc/ /usr/pwrrt/doc/
<Directory /usr/pwrrt/doc>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
EOF
fi
......
......@@ -259,10 +259,8 @@ if [ -e /etc/apache2/apache2.conf ]; then
Alias /pwrp_web/ /pwrp/common/web/
<Directory /pwrp/common/web>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
EOF
fi
......@@ -277,10 +275,8 @@ EOF
Alias /pwr_doc/ /usr/pwrrt/doc/
<Directory /usr/pwrrt/doc>
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
EOF
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment