Wiki / Profilmanager / Webcal

S

Soulfly2xs

Registriert
Thread Starter
Dabei seit
18.07.2013
Beiträge
1
Reaktionspunkte
0
Hallo Zusammen,

ich habe ein Problem.
Ich würde gern die Wiki und den Profilmanager auf Port 81 umbiegen.
Ich denke das gleiche betrifft dann auch die mydevices Seite, zum registrieren der Geräte.

Das Problem derzeit, dass die Wiki zwar auf Port 81 geöffnet werden kann, die Verlinkung des Profilmanagers allerdings zeigt wiederrum nach einem Klick wieder direkt auf die Wiki.
Im allgemeinen ist es auch so, dass ich den Profilmanager nicht sauber über den Server Manager starten kann.

Hierzu sei zu sagen, dass mein Ziel diese Ressourcen auch von Extern zu erreichen!
Ich habe unter /Library/Server/Web/Config/apache2/sites die 0000_any_80_.conf bereits umgebogen.

Code:
<VirtualHost *:81>
        ServerAdmin admin@example.com
        DocumentRoot "/Library/Server/Web/Data/Sites/Default"
        DirectoryIndex /wiki/ index.html index.php default.html
        CustomLog "/var/log/apache2/access_log" combinedvhost
        ErrorLog "/var/log/apache2/error_log"

        <IfModule mod_ssl.c>
                SSLEngine Off
                SSLCipherSuite "ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM"
                SSLProtocol -ALL +SSLv3 +TLSv1
                SSLProxyEngine On
                SSLProxyProtocol -ALL +SSLv3 +TLSv1
        </IfModule>

        <Directory "/Library/Server/Web/Data/Sites/Default">
                Options All -Indexes -ExecCGI -Includes +MultiViews
                AllowOverride None
                <IfModule mod_dav.c>
                        DAV On
                </IfModule>
                <IfDefine !WEBSERVICE_ON>
                        Deny from all
                        ErrorDocument 403 /customerror/websitesoff403.html
                </IfDefine>
        </Directory>
        ProxyPass /auth/javascripts !
        ProxyPass /auth/images !
        ProxyPass /auth/stylesheets !
        ProxyPass /auth balancer://balancer-group-webapp-com.apple.webapp.auth--auth
        ProxyPassReverse /auth balancer://balancer-group-webapp-com.apple.webapp.auth--auth
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.auth--auth http://localhost:8086/auth
        ProxyPass /devicemanagement/api balancer://balancer-group-webapp-com.apple.webapp.devicemgr--devicemanagement-api
        ProxyPassReverse /devicemanagement/api balancer://balancer-group-webapp-com.apple.webapp.devicemgr--devicemanagement-api
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.devicemgr--devicemanagement-api http://127.0.0.1:3320
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.devicemgr--devicemanagement-api http://127.0.0.1:3321
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.devicemgr--devicemanagement-api http://127.0.0.1:3322
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.devicemgr--devicemanagement-api http://127.0.0.1:3323
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.devicemgr--devicemanagement-api http://127.0.0.1:3324
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.devicemgr--devicemanagement-api http://127.0.0.1:3325
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.devicemgr--devicemanagement-api http://127.0.0.1:3326
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.devicemgr--devicemanagement-api http://127.0.0.1:3327
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.devicemgr--devicemanagement-api http://127.0.0.1:3328
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.devicemgr--devicemanagement-api http://127.0.0.1:3329
        ProxyPass /wiki/testtool !
        ProxyPass /wiki/locales !
        ProxyPass /wiki/ipad !
        ProxyPass /wiki/static !
        ProxyPass /wiki/images !
        ProxyPass /wiki/stylesheets !
        ProxyPass /wiki/javascripts !
        ProxyPass /wiki/files/download balancer://balancer-group-webapp-com.apple.webapp.collab--wiki-files-download
        ProxyPassReverse /wiki/files/download balancer://balancer-group-webapp-com.apple.webapp.collab--wiki-files-download
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.collab--wiki-files-download http://localhost:4444/files
        ProxyPass /__wiki/preview balancer://balancer-group-webapp-com.apple.webapp.collab--__wiki-preview
        ProxyPassReverse /__wiki/preview balancer://balancer-group-webapp-com.apple.webapp.collab--__wiki-preview
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.collab--__wiki-preview http://localhost:4444/preview
        ProxyPass /wiki balancer://balancer-group-webapp-com.apple.webapp.collab--wiki
        ProxyPassReverse /wiki balancer://balancer-group-webapp-com.apple.webapp.collab--wiki
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.collab--wiki http://localhost:8090/wiki
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.collab--wiki http://localhost:8091/wiki
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.collab--wiki http://localhost:8092/wiki
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.collab--wiki http://localhost:8093/wiki
        ProxyPass /search balancer://balancer-group-webapp-com.apple.webapp.collab--search
        ProxyPassReverse /search balancer://balancer-group-webapp-com.apple.webapp.collab--search
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.collab--search http://localhost:8090/search
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.collab--search http://localhost:8091/search
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.collab--search http://localhost:8092/search
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.collab--search http://localhost:8093/search
        ProxyPass /collabdproxy balancer://balancer-group-webapp-com.apple.webapp.collab--collabdproxy
        ProxyPassReverse /collabdproxy balancer://balancer-group-webapp-com.apple.webapp.collab--collabdproxy
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.collab--collabdproxy http://localhost:4444/svc
        ProxyPass /users balancer://balancer-group-webapp-com.apple.webapp.collab--users
        ProxyPassReverse /users balancer://balancer-group-webapp-com.apple.webapp.collab--users
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.collab--users http://localhost:8090/users
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.collab--users http://localhost:8091/users
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.collab--users http://localhost:8092/users
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.collab--users http://localhost:8093/users
        ProxyPass /groups balancer://balancer-group-webapp-com.apple.webapp.collab--groups
        ProxyPassReverse /groups balancer://balancer-group-webapp-com.apple.webapp.collab--groups
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.collab--groups http://localhost:8090/groups
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.collab--groups http://localhost:8091/groups
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.collab--groups http://localhost:8092/groups
                BalancerMember balancer://balancer-group-webapp-com.apple.webapp.collab--groups http://localhost:8093/groups
        Include /Library/Server/Web/Config/apache2/httpd_corecollaboration_required.conf
        Include /Library/Server/Web/Config/apache2/httpd_devicemanagement.conf
        Include /Library/Server/Web/Config/apache2/httpd_corecollaboration_webauth.conf
        Include /Library/Server/Web/Config/apache2/httpd_wsgi.conf
        Include /Library/Server/Web/Config/apache2/httpd_corecollaboration_shared.conf
</VirtualHost>

ier noch ein Screenshot vom Servermanager:
http://imageshack.us/photo/my-images/703/piod.png/

Außerdem wäre es toll, Hilfe für den Webcal zu finden, der mir laufende Meter sagt der Dienst sei deaktiviert.

Wäre für jede Hilfe Dankbar!!
VG

Sven
 
Zurück
Oben Unten