mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-13 15:17:56 +03:00
apache2 fix
This commit is contained in:
parent
3cf9f53a2c
commit
3b7ce0b676
@ -62,7 +62,9 @@ COPY etc/apache2/apache2.conf /etc/apache2/apache2.conf
|
|||||||
##################################################################
|
##################################################################
|
||||||
# LDAP Fix
|
# LDAP Fix
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
|
RUN mkdir -p /etc/ldap && \
|
||||||
|
touch /etc/ldap/ldap.conf && \
|
||||||
|
echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Cassandra PHP Drivers Install
|
# Cassandra PHP Drivers Install
|
||||||
|
@ -61,7 +61,9 @@ COPY etc/apache2/apache2.conf /etc/apache2/apache2.conf
|
|||||||
##################################################################
|
##################################################################
|
||||||
# LDAP Fix
|
# LDAP Fix
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
|
RUN mkdir -p /etc/ldap && \
|
||||||
|
touch /etc/ldap/ldap.conf && \
|
||||||
|
echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Cassandra PHP Drivers Install
|
# Cassandra PHP Drivers Install
|
||||||
|
@ -61,7 +61,9 @@ COPY etc/apache2/apache2.conf /etc/apache2/apache2.conf
|
|||||||
##################################################################
|
##################################################################
|
||||||
# LDAP Fix
|
# LDAP Fix
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
|
RUN mkdir -p /etc/ldap && \
|
||||||
|
touch /etc/ldap/ldap.conf && \
|
||||||
|
echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Cassandra PHP Drivers Install
|
# Cassandra PHP Drivers Install
|
||||||
|
@ -61,7 +61,9 @@ COPY etc/apache2/apache2.conf /etc/apache2/apache2.conf
|
|||||||
##################################################################
|
##################################################################
|
||||||
# LDAP Fix
|
# LDAP Fix
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
|
RUN mkdir -p /etc/ldap && \
|
||||||
|
touch /etc/ldap/ldap.conf && \
|
||||||
|
echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Cassandra PHP Drivers Install
|
# Cassandra PHP Drivers Install
|
||||||
|
@ -61,7 +61,9 @@ COPY etc/apache2/apache2.conf /etc/apache2/apache2.conf
|
|||||||
##################################################################
|
##################################################################
|
||||||
# LDAP Fix
|
# LDAP Fix
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
|
RUN mkdir -p /etc/ldap && \
|
||||||
|
touch /etc/ldap/ldap.conf && \
|
||||||
|
echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Cassandra PHP Drivers Install
|
# Cassandra PHP Drivers Install
|
||||||
|
@ -61,7 +61,9 @@ COPY etc/apache2/apache2.conf /etc/apache2/apache2.conf
|
|||||||
##################################################################
|
##################################################################
|
||||||
# LDAP Fix
|
# LDAP Fix
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
|
RUN mkdir -p /etc/ldap && \
|
||||||
|
touch /etc/ldap/ldap.conf && \
|
||||||
|
echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Cassandra PHP Drivers Install
|
# Cassandra PHP Drivers Install
|
||||||
|
@ -61,7 +61,9 @@ COPY etc/apache2/apache2.conf /etc/apache2/apache2.conf
|
|||||||
##################################################################
|
##################################################################
|
||||||
# LDAP Fix
|
# LDAP Fix
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
|
RUN mkdir -p /etc/ldap && \
|
||||||
|
touch /etc/ldap/ldap.conf && \
|
||||||
|
echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Cassandra PHP Drivers Install
|
# Cassandra PHP Drivers Install
|
||||||
|
@ -62,7 +62,9 @@ COPY etc/apache2/apache2.conf /etc/apache2/apache2.conf
|
|||||||
##################################################################
|
##################################################################
|
||||||
# LDAP Fix
|
# LDAP Fix
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
|
RUN mkdir -p /etc/ldap && \
|
||||||
|
touch /etc/ldap/ldap.conf && \
|
||||||
|
echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Cassandra PHP Drivers Install
|
# Cassandra PHP Drivers Install
|
||||||
|
@ -62,7 +62,9 @@ COPY etc/apache2/apache2.conf /etc/apache2/apache2.conf
|
|||||||
##################################################################
|
##################################################################
|
||||||
# LDAP Fix
|
# LDAP Fix
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
|
RUN mkdir -p /etc/ldap && \
|
||||||
|
touch /etc/ldap/ldap.conf && \
|
||||||
|
echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Cassandra PHP Drivers Install
|
# Cassandra PHP Drivers Install
|
||||||
|
@ -62,7 +62,9 @@ COPY etc/apache2/apache2.conf /etc/apache2/apache2.conf
|
|||||||
##################################################################
|
##################################################################
|
||||||
# LDAP Fix
|
# LDAP Fix
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
|
RUN mkdir -p /etc/ldap && \
|
||||||
|
touch /etc/ldap/ldap.conf && \
|
||||||
|
echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Cassandra PHP Drivers Install
|
# Cassandra PHP Drivers Install
|
||||||
|
@ -62,7 +62,9 @@ COPY etc/apache2/apache2.conf /etc/apache2/apache2.conf
|
|||||||
##################################################################
|
##################################################################
|
||||||
# LDAP Fix
|
# LDAP Fix
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
|
RUN mkdir -p /etc/ldap && \
|
||||||
|
touch /etc/ldap/ldap.conf && \
|
||||||
|
echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Cassandra PHP Drivers Install
|
# Cassandra PHP Drivers Install
|
||||||
|
@ -62,7 +62,9 @@ COPY etc/apache2/apache2.conf /etc/apache2/apache2.conf
|
|||||||
##################################################################
|
##################################################################
|
||||||
# LDAP Fix
|
# LDAP Fix
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
|
RUN mkdir -p /etc/ldap && \
|
||||||
|
touch /etc/ldap/ldap.conf && \
|
||||||
|
echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Cassandra PHP Drivers Install
|
# Cassandra PHP Drivers Install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user