Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
roundcube
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
roundcube
Commits
cf95c1da
Commit
cf95c1da
authored
Jan 15, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Configure httpd DirectoryIndex
parent
1bc8eaa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
Makefile
Makefile
+15
-2
No files found.
Makefile
View file @
cf95c1da
all
:
all
:
httpd-conf
tar
xf roundcubemail-1.4.8-complete.tar.gz
-C
/srv/www
--strip-components
=
1
rm
/srv/www/index.html
install
-v
-Dm644
config.inc.php /srv/www/config
rm
/srv/www/config/config.inc.php.sample
rm
-rf
/srv/www/installer
install
-v
-m755
-o
apache
-g
apache
-d
/var/lib/roundcube
@
echo
"
$$
HTTPD_CONF"
>
/etc/httpd/conf/DirectoryIndex.conf
chown
-v
-R
apache:apache /srv/www
sed
-e
's|^.*DirectoryIndex .*| DirectoryIndex index.php|'
-i
/etc/httpd/httpd.conf
httpd-conf
:
define
HTTPD_CONF
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule
dir_module>
DirectoryIndex
index.php
</IfModule>
#
endef
export
HTTPD_CONF
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment