Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

FROM ubuntu:latest
MAINTAINER Bibin Wilson <[email protected]>
MAINTAINER Rahul More
RUN apt-get update
RUN apt-get -y upgrade
RUN apt-get -y install apache2 libapache2-mod-php5 pwgen python-setuptools vim-tiny php5-mysql php5-ldap
Expand Down
4 changes: 2 additions & 2 deletions apache-config.conf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

<VirtualHost *:80>
ServerAdmin admin@yourdomain.com
ServerAdmin rahul.more@infor.com
DocumentRoot /var/www
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order deny,allow
Allow from all
Allow f rom all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
Expand Down