Skip to content

Commit 01805aa

Browse files
committed
correct file names
1 parent 0bb5bee commit 01805aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/httpd-command.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
CONFIG='/usr/local/apache2/conf/httpd.conf'
66
sed -e's/^#ServerName.*/ServerName static/' -i'' "${CONFIG}"
77
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}"
1010

1111
# Start Apache2 httpd
1212
httpd-foreground

config/site.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
Alias /ns.html /usr/local/apache2/htdocs/rdf/ns.html
3535
Alias /ns /usr/local/apache2/htdocs/rdf/ns.html
3636
<Directory /usr/local/apache2/htdocs>
37-
Include conf/config/apache2-lang-redirects
37+
Include conf/config/language-redirects
3838
# Also serve HTML files without .html extension
3939
RewriteCond %{REQUEST_FILENAME}.html -f
4040
RewriteRule !.*\.html$ %{REQUEST_FILENAME}.html [L]

0 commit comments

Comments
 (0)