Spaces:
Runtime error
Runtime error
Commit
·
f495a56
1
Parent(s):
4bdc9d1
list apache's conf folder 4
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -89,8 +89,8 @@ RUN echo "</FilesMatch>" >> /home/user/apache2/conf/httpd.conf
|
|
89 |
RUN which php-cgi;
|
90 |
# RUN a2enmod php
|
91 |
RUN which php
|
92 |
-
RUN updatedb
|
93 |
-
RUN locate
|
94 |
RUN echo '<Directory /home/user/apache2/htdocs>' >> /etc/apache2/sites-available/000-default.conf
|
95 |
RUN echo ' AllowOverride All' >> /etc/apache2/sites-available/000-default.conf
|
96 |
RUN echo '</Directory>' >> /etc/apache2/sites-available/000-default.conf
|
|
|
89 |
RUN which php-cgi;
|
90 |
# RUN a2enmod php
|
91 |
RUN which php
|
92 |
+
RUN updatedb
|
93 |
+
RUN locate default.conf;
|
94 |
RUN echo '<Directory /home/user/apache2/htdocs>' >> /etc/apache2/sites-available/000-default.conf
|
95 |
RUN echo ' AllowOverride All' >> /etc/apache2/sites-available/000-default.conf
|
96 |
RUN echo '</Directory>' >> /etc/apache2/sites-available/000-default.conf
|