File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
CONFIG=' /usr/local/apache2/conf/httpd.conf'
6
6
sed -e' s/^#ServerName.*/ServerName static/' -i' ' " ${CONFIG} "
7
7
sed -e' s/^#LoadModule rewrite/LoadModule rewrite/' -i' ' " ${CONFIG} "
8
- grep -q ' ^Include conf/config/apache2-dev- site.conf' " ${CONFIG} " \
9
- || echo ' Include conf/config/apache2-dev- site.conf' | tee -a " ${CONFIG} "
8
+ grep -q ' ^Include conf/config/site.conf' " ${CONFIG} " \
9
+ || echo ' Include conf/config/site.conf' | tee -a " ${CONFIG} "
10
10
11
11
# Start Apache2 httpd
12
12
httpd-foreground
Original file line number Diff line number Diff line change 34
34
Alias /ns.html /usr/local/apache2/htdocs/rdf/ns.html
35
35
Alias /ns /usr/local/apache2/htdocs/rdf/ns.html
36
36
<Directory /usr/local/apache2/htdocs >
37
- Include conf/config/apache2-lang -redirects
37
+ Include conf/config/language -redirects
38
38
# Also serve HTML files without .html extension
39
39
RewriteCond %{REQUEST_FILENAME}.html -f
40
40
RewriteRule !.*\.html$ %{REQUEST_FILENAME}.html [L]
You can’t perform that action at this time.
0 commit comments