Current time: 11-16-2024, 06:19 AM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ERLEDIGt]Service Unavaiable ......
Author Message
mentally Offline
Newbie
*

Posts: 5
Joined: Dec 2007
Reputation: 0
Post: #3
RE: Service Unavaiable ......
Moin

ich hab das gleiche Problem.
Das mit dem SuExec-user hab ich auch schon versucht, dann läd zwar die Seite wieder, aber das Zertifikat wird nichtmehr beachtet und im Browser angezeigt.

hier mal meine ssl.conf
Code:
<VirtualHost xxx.xxx.xxx.xxx:443>

        ServerName mymcfly.de
        DocumentRoot /var/www/virtual/xxxxx.de/htdocs/

        ErrorLog        /var/log/apache2/users/ssl.xxxxx.de-error.log
        TransferLog     /var/log/apache2/users/ssl.xxxxx.de-access.log


        <IfModule mod_ssl.c>
                <IfModule !mod_gnutls.c>
                        SSLEngine On
                        SSLProtocol all
                        SSLCipherSuite HIGH:MEDIUM
                        SSLCertificateFile    /etc/ssl/certs/xxxxxxx.crt
                        SSLCertificateKeyFile /etc/ssl/private/xxxxxx.key
                </IfModule>
        </IfModule>

        <IfModule mod_gnutls.c>
                GnuTLSEnable on
                GnuTLSPriorities SECURE:!MD5
                GnuTLSCertificateFile /etc/ssl/certs/xxxxxxxx.crt
                GnuTLSKeyFile /etc/ssl/private/xxxxxxx.key
        </IfModule>

        <IfModule suexec_module>
           SuexecUserGroup vu2002 vu2002
        </IfModule>

        <IfModule mod_fcgid.c>
                Include /etc/apache2/mods-available/fcgid_ispcp.conf
        <Directory /var/www/virtual/xxxx.de/htdocs>
            FCGIWrapper /var/www/fcgi/xxxx.de/php5-fcgi-starter .php
            Options +ExecCGI
        </Directory>
        <Directory "/var/www/fcgi/xxxx.de">
            AllowOverride None
            Options +ExecCGI MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>

</VirtualHost>
09-17-2010 05:21 AM
Find all posts by this user
Thread Closed 


Messages In This Thread
RE: Service Unavaiable ...... - ZooL - 09-14-2010, 01:08 PM
RE: Service Unavaiable ...... - mentally - 09-17-2010 05:21 AM
RE: Service Unavaiable ...... - ZooL - 09-17-2010, 12:47 PM
RE: Service Unavaiable ...... - mentally - 09-18-2010, 03:38 AM

Forum Jump:


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