Current time: 09-25-2024, 10:23 AM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SSL Zertifikat einbinden?
Author Message
Freakathome Offline
Junior Member
*

Posts: 18
Joined: Nov 2009
Reputation: 0
Post: #4
RE: SSL Zertifikat einbinden?
Folgendes ergibt sich, und in der Konfiguration steht folgendes:
Code:
#
# ispCP ω (OMEGA) a Virtual Hosting Control System
#
# @copyright    2001-2006 by moleSoftware GmbH
# @copyright    2006-2008 by ispCP | http://isp-control.net
# @version        SVN: $Id$
# @link            http://isp-control.net
# @author        ispCP Team
#
# @license
#   This program is free software; you can redistribute it and/or modify it under
#   the terms of the MPL General Public License as published by the Free Software
#   Foundation; either version 1.1 of the License, or (at your option) any later
#   version.
#   You should have received a copy of the MPL Mozilla Public License along with
#   this program; if not, write to the Open Source Initiative (OSI)
#   http://opensource.org | osi@opensource.org
#
################################################################################​
#
# Master Begin
#

<VirtualHost 188.40.76.48:443>

    ServerAdmin     xxx@xxx.xx
    SSLEngine On
    SSLCertificateChainFile /etc/ssl/ssl_habboschlumpf_de.crt
    SSLCertificateFile    /etc/ssl/ssl_habboschlumpf_de.crt
    SSLCertificateKeyFile /etc/ssl/private.key
    DocumentRoot    /var/www/ispcp/gui

    ServerName      admin.***.**

    Alias /errors   /var/www/ispcp/gui/errordocs/

    ErrorDocument 401 /errors/401.html
    ErrorDocument 403 /errors/403.html
    ErrorDocument 404 /errors/404.html
    ErrorDocument 500 /errors/500.html
    ErrorDocument 503 /errors/503.html

    Alias /pma      /var/www/ispcp/gui/tools/pma/
    Alias /webmail  /var/www/ispcp/gui/tools/webmail/
    Alias /ftp      /var/www/ispcp/gui/tools/filemanager/

    <IfModule suexec_module>
           SuexecUserGroup vu2000 vu2000
    </IfModule>

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

    <IfModule mod_fcgid.c>
        <Directory /var/www/ispcp/gui>
            FCGIWrapper /var/www/fcgi/master/php5-fcgi-starter .php
            Options +ExecCGI
        </Directory>
        <Directory "/var/www/fcgi/master">
            AllowOverride None
            Options +ExecCGI MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>
    <IfModule mod_fastcgi.c>
        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_php5.c>
        <Directory /var/www/ispcp/gui>
            php_admin_value open_basedir "/var/www/ispcp/gui/:/etc/ispcp/:/var/run/ispcp.lock:/proc/:/bin/df:/bin/mount:/var/log/rkhunter.log:/var/log/chkrootkit.log:/usr/share/php/"
            php_admin_value session.save_path "/var/www/ispcp/gui/phptmp/"
            php_admin_value upload_tmp_dir "/var/www/ispcp/gui/phptmp/"
        </Directory>
    </IfModule>

</VirtualHost>

#
# Master End
#

Ergibt sich das raus (ANKLICKEN!)
(This post was last modified: 11-03-2009 06:58 AM by Freakathome.)
11-03-2009 06:56 AM
Find all posts by this user
Thread Closed 


Messages In This Thread
SSL Zertifikat einbinden? - Freakathome - 11-02-2009, 11:16 PM
RE: SSL Zertifikat einbinden? - ZooL - 11-03-2009, 12:15 AM
RE: SSL Zertifikat einbinden? - ispCP-Monk - 11-03-2009, 04:37 AM
RE: SSL Zertifikat einbinden? - Freakathome - 11-03-2009 06:56 AM
RE: SSL Zertifikat einbinden? - ispCP-Monk - 11-03-2009, 07:45 AM
RE: SSL Zertifikat einbinden? - Knut - 11-03-2009, 08:26 PM
RE: SSL Zertifikat einbinden? - ispCP-Monk - 11-03-2009, 08:35 PM
RE: SSL Zertifikat einbinden? - ispCP-Monk - 11-04-2009, 05:50 AM
RE: SSL Zertifikat einbinden? - ispCP-Monk - 11-04-2009, 06:04 AM
RE: SSL Zertifikat einbinden? - ispCP-Monk - 11-04-2009, 06:10 AM
RE: SSL Zertifikat einbinden? - ispCP-Monk - 11-05-2009, 06:45 PM
RE: SSL Zertifikat einbinden? - gOOvER - 11-05-2009, 06:49 PM

Forum Jump:


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