Hallo David,


Schick doch einfach mal die vhost Konfiguration des Apache- sollte ja
nicht ewig groß sein.

Gern!

NameVirtualHost 188.40.55.59:443


<VirtualHost 188.40.55.59:80>
  ServerName helphub.eu
  ServerAlias www.helphub.eu
  ServerAlias www.helphub.de
  ServerAlias helphub.de
  RedirectPermanent / https://helphub.de/index.pl
</VirtualHost>


<VirtualHost 188.40.55.59:443>
        SSLEngine on
        SSLCertificateFile /usr/local/etc/apache22/ssl/helphub.de.crt
        SSLCertificateKeyFile /usr/local/etc/apache22/ssl/helphub.de.key
        SSLCertificateChainFile
/usr/local/etc/apache22/ssl/helphub_de.ca-bundle
        ServerAdmin supp...@endil.de
        ServerName www.helphub.de

        RedirectPermanent / https://helphub.de/index.pl
</VirtualHost>



<VirtualHost 188.40.55.59:443>
        SSLEngine on
        SSLCertificateFile /usr/local/etc/apache22/ssl/helphub.de.crt
        SSLCertificateKeyFile /usr/local/etc/apache22/ssl/helphub.de.key
        SSLCertificateChainFile
/usr/local/etc/apache22/ssl/helphub_de.ca-bundle

        ServerAdmin supp...@endil.de
        ServerName helphub.de

        DocumentRoot /usr/local/www/apache22/data
        Alias /otrs-web/ "/usr/local/otrs/var/httpd/htdocs/"
         <Directory />
                DirectoryIndex index.html index.cgi index.pl index.php
index.xhtml index.htm
                Options FollowSymLinks
                AllowOverride None
        </Directory>
        <Directory /usr/local/www/apache22/data/>
                DirectoryIndex index.html index.cgi index.pl index.php
index.xhtml index.htm
                Options Indexes FollowSymLinks MultiViews
                AllowOverride None
                Order allow,deny
                allow from all
        </Directory>
        ScriptAlias /cgi-bin/ /usr/local/otrs/bin/cgi-bin/
        <Directory "/usr/local/otrs/bin/cgi-bin">
                DirectoryIndex index.html index.cgi index.pl index.php
index.xhtml index.htm
                AllowOverride None
                Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
                Order allow,deny
                Allow from all
        </Directory>

        ErrorLog /var/log/apache2/error.log

#         Possible values include: debug, info, notice, warn, error, crit,
#         alert, emerg.
        LogLevel warn

        CustomLog /var/log/apache2/access.log combined

</VirtualHost>



Bei einer Debian-Maschine lief das super, nur jetzt wo wir auf FreeBSD
sind läuft es nicht. Seltsam eigentlich.

--
Mit den besten Grüßen,

Tobias Matthaeus <t.mattha...@cysys.de>
CySys Websolutions

---------------------------------------------------------------------
OTRS mailing list: otrs-de - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs-de
To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de

NEU! ENTERPRISE SUBSCRIPTION - JETZT informieren und buchen!
http://www.otrs.com/de/support/enterprise-subscription/

Antwort per Email an