Current time: 09-29-2024, 11:24 PM Hello There, Guest! (LoginRegister)


Thread Closed 
Subdomain für Webmail (HowT0)
Author Message
tobiteu Offline
Junior Member
*

Posts: 18
Joined: Jun 2007
Reputation: 0
Post: #1
Subdomain für Webmail (HowT0)
Hallo zusammen,

ich habe die 00_master.conf so angepasst, dass das Webmail-Interface über die folgende Adresse angesprochen werden kann: webmail.domain.tld. Vielleicht kann es ja jemand ins wiki/Howto stellen...
Foldenes muss einfach zur 00_master.conf hinzugefügt werden:
Code:
# Webmail
<VirtualHost Ip-Adresse:80>

    ServerAdmin       admin@domain.tld
    DocumentRoot    /var/www/ispcp/gui/tools/webmail

    ServerName      webmail.admin.isp-domain.tld
    ServerAlias     webmail.*

    ErrorLog        /var/log/apache2/users/webmail-error.log
    TransferLog     /var/log/apache2/users/webmail-access.log

    CustomLog       /var/log/apache2/webmail-traf.log traff
    CustomLog       /var/log/apache2/webmail-combined.log combined

    
<IfModule suexec_module>
           SuexecUserGroup vu2000 vu2000
    </IfModule>

    <Directory /var/www/ispcp/gui/tools/webmail>
        Options -Indexes Includes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>

    <IfModule mod_fastcgi.c>
        ScriptAlias /php4/ /var/www/fcgi/master/
        ScriptAlias /php5/ /var/www/fcgi/master/
        <Directory "/var/www/fcgi/master">
            AllowOverride None
            Options +ExecCGI MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>

    <IfModule mod_php4.c>
        <Directory /var/www/ispcp/gui/tools/webmail>
            php_admin_value open_basedir "/var/www/ispcp/gui/:/etc/ispcp/:/proc/:/var/www/virtual/:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
            php_admin_value session.save_path "/var/www/ispcp/gui/phptmp/"
        </Directory>
    </IfModule>
    <IfModule mod_php5.c>
        <Directory /var/www/ispcp/gui/tools/webmail>
            php_admin_value open_basedir "/var/www/ispcp/gui/:/etc/ispcp/:/proc/:/var/www/virtual/:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
            php_admin_value session.save_path "/var/www/ispcp/gui/phptmp/"
        </Directory>
    </IfModule>

</VirtualHost>

Gruß Tobias
02-11-2008 06:09 AM
Find all posts by this user
Thread Closed 


Messages In This Thread
Subdomain für Webmail (HowT0) - tobiteu - 02-11-2008 06:09 AM
RE: Subdomain für Webmail (HowT0) - BeNe - 02-11-2008, 04:55 PM

Forum Jump:


User(s) browsing this thread: 4 Guest(s)