- move MESSAGE to README
- add details about running under alternative web servers
This commit is contained in:
parent
99ad77a65c
commit
b6a1238c3f
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.50 2012/01/11 22:17:21 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.51 2012/01/19 13:53:48 sthen Exp $
|
||||
|
||||
COMMENT= imap4 webmail client
|
||||
|
||||
DISTNAME= roundcubemail-0.7.1
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= mail www
|
||||
HOMEPAGE= http://www.roundcube.net/
|
||||
|
||||
|
@ -1,8 +0,0 @@
|
||||
With Apache, AllowOverride settings are required on the ${INSTDIR}
|
||||
directory. You can configure this as follows:
|
||||
|
||||
# ln -s ${PREFIX}/conf/modules.sample/roundcubemail.conf \
|
||||
${PREFIX}/conf/modules
|
||||
# /etc/rc.d/httpd restart
|
||||
|
||||
Next, follow ${INSTDIR}/INSTALL or ${INSTDIR}/UPGRADING
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.23 2012/01/11 02:35:49 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.24 2012/01/19 13:53:48 sthen Exp $
|
||||
roundcubemail/
|
||||
roundcubemail/.htaccess.dist
|
||||
@sample roundcubemail/.htaccess
|
||||
@ -1780,3 +1780,5 @@ roundcubemail/temp/
|
||||
@owner
|
||||
@group
|
||||
roundcubemail/temp/.htaccess
|
||||
@cwd ${LOCALBASE}/share/doc/pkg-readmes
|
||||
${FULLPKGNAME}
|
||||
|
35
mail/roundcubemail/pkg/README
Normal file
35
mail/roundcubemail/pkg/README
Normal file
@ -0,0 +1,35 @@
|
||||
$OpenBSD: README,v 1.1 2012/01/19 13:53:48 sthen Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
Setup with httpd from OpenBSD base system
|
||||
=========================================
|
||||
With Apache, AllowOverride settings are required on the ${INSTDIR}
|
||||
directory. You can configure this as follows:
|
||||
|
||||
# ln -s ../modules.sample/roundcubemail.conf \
|
||||
${PREFIX}/conf/modules
|
||||
# /etc/rc.d/httpd restart
|
||||
|
||||
Setup with other web servers
|
||||
============================
|
||||
Review the .htaccess files as you may need to use them as a template to
|
||||
adjust various PHP settings in ${SYSCONFDIR}/php-${MODPHP_VERSION}.ini
|
||||
|
||||
With clients using certain versions of Internet Explorer, cache-control
|
||||
headers must be adjusted for file downloads to work correctly over HTTPS.
|
||||
Roundcube does this automatically but requires that the HTTPS variable
|
||||
is passed to PHP. This is normally set by Apache mod_ssl, but not by
|
||||
other servers; it will show as an environment variable in a phpinfo()
|
||||
call if you want to check.
|
||||
|
||||
If this is not present it will need adding as a FastCGI parameter.
|
||||
For nginx, you can do this by setting 'fastcgi_param HTTPS on' in the
|
||||
appropriate location{} block for HTTPS.
|
||||
|
||||
Standard Roundcube installation/upgrade
|
||||
=======================================
|
||||
See ${INSTDIR}/INSTALL and ${INSTDIR}/UPGRADING
|
||||
for more information.
|
Loading…
x
Reference in New Issue
Block a user