Hallo David,
Schick doch einfach mal die vhost Konfiguration des Apache- sollte ja
nicht ewig groß sein.
Gern!
NameVirtualHost 188.40.55.59:443
ServerName helphub.eu
ServerAlias www.helphub.eu
ServerAlias www.helphub.de
ServerAlias helphub.de
RedirectPermanent / https://helphub.de/index.pl
</VirtualHost>
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 support@endil.de
ServerName www.helphub.de
RedirectPermanent / https://helphub.de/index.pl
</VirtualHost>
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 support@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>
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/
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
CySys Websolutions