Adding Roundcube to centos with ISPConfig 3 Server

Discussion in 'HOWTO-Related Questions' started by r4faga, Oct 11, 2013.

  1. r4faga

    r4faga Member

    i was reading the manual Using RoundCube Webmail With ISPConfig 3 On Debian Wheezy (Apache2) and ask you if possible, you can give me the steps to install in centos.

    Thank you.
     
  2. r4faga

    r4faga Member

    I want to ask if the step of the tutorial "Using RoundCube Webmail With ISPConfig 3 On Debian Wheezy ( apache2) " , which says to edit the file " /var/lib/roundcube " and put the alias /webmail , in the same step says to add the php settings in " /var/lib/roundcube/ " but this file does not exist in centos .

    So that I can not find where in centos , put the step that says to add the information of the php:

    "# Those aliases do not work properly with several hosts on your apache server
    # Uncomment them to use it or adapt them to your configuration
    Alias ​​/roundcube/program/js/tiny_mce/ /usr/share/tinymce/www/
    Alias ​​/roundcub/var /lib/roundcube
    Alias ​​/webmail /var/lib/roundcube

    # Access to tinymce files
    <Directory "/usr/share/tinymce/www/">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride None
    Order allow, deny
    allow from all
    < / Directory>

    <Directory /var/lib/roundcube/>
    **Options + FollowSymLinks
    **DirectoryIndex index.php

    <IfModule mod_php5.c>
    AddType application / x -httpd -php. Php

    php_flag magic_quotes_gpc Off
    php_flag track_vars On
    php_flag register_globals Off
    php_value include_path . :/ usr / share / php
    < / IfModule >

    # This is needed to parse / var / lib / roundcube / .htaccess . See its
    # Content before setting AllowOverride to None .
    AllowOverride All
    order allow, deny
    allow from all
    < / Directory>

    # Protecting basic directories :
    <Directory /var/lib/roundcube/config>
    Options- FollowSymLinks
    AllowOverride None
    < / Directory>

    <Directory /var/lib/roundcube/temp>
    Options- FollowSymLinks
    AllowOverride None
    Order allow, deny
    Deny from all
    < / Directory>

    <Directory /var/lib/roundcube/logs>
    Options- FollowSymLinks
    AllowOverride None
    Order allow, deny
    Deny from all
    < / Directory> "


    This file may be elsewhere? or not needed in centos do this step ?

    Falko appreciate your help.
    As always you are a good tutor.
     

Share This Page