Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - obimichael

Pages: 1 [2] 3 4
16
Installation and Upgrades / Re: Cannot access VirtualHost SSL Page
« on: April 08, 2014, 10:34:49 am »
okay, thanks. It is "working" now.

But I still have the problem, if you enter https://intern.xxx.yy/wiki, you will be redirected to http://intern.xxxx.yy:443/wiki/ and getting a blank or an error page.
I think there is still sth missing. I tried to find sth at google, but I do not know, the correct explanation for this problem ;-)
Michael

17
Installation and Upgrades / Re: Cannot access VirtualHost SSL Page
« on: April 08, 2014, 10:14:57 am »
I uncomment the two lines, so the mas-file is original. Now I added ssl.load, ssl.conf, soacache_shmcb.load to the enabled mods, and it is nearly working. In the Apache Error Log I have following error:

(intern.xxxx.yy<:443) You configured HTTP(80) on the standard HTTPS(443) port!

If I input https://intern.xxxx.yy/wiki/ into the browser this is correct, if i input https://intern.xxxx.yy/wiki (without the last slash) the browser redirects to http://intern.xxxx.yy:443/wiki/

Michael

18
Installation and Upgrades / Re: Cannot access VirtualHost SSL Page
« on: April 08, 2014, 08:47:17 am »
Finally I found a solution! I'm not an export about apache, but the problem is the line <IfModule mod_ssl.c> and </IfModlule> around the section for VirtualHost SSL Declaration. If i make them a comment, it is working

File: /usr/share/zentyal/stubs/webserver/vhostHttps.mas
Change <IfModule mod_ssl.c> to #<IfModule mod_ssl.c> and </IfModule> to #</IfModule>
Restart Apache at the Dashboard.

I do not think it is the best solution, but it is working for me, since the problem is fixed. Maybe the Module is missing, or misspelled?

Michael

19
I have the same problem, I tried the solution, but it did not work either.
https://forum.zentyal.org/index.php/topic,21378.0.html
Has anyone another solution for this problem?
Michael

20
German / Re: s4sync und samba verbrauchen 100% CPU
« on: April 07, 2014, 03:21:05 pm »
Sodale, hab es so gelöst ...


foreach my $ou (@sambaOUs) {
  my $canonicalName = $ou->canonicalName(1);
  my $uniqueID = $ou->objectGUID();

  select(undef, undef, undef, 0.005);
  if(exists $zentyalOUs{$uniqueID}) {
  [...]


Grüsse aus  Wien
Michael

21
Is there anyone who has no problem with 3.4 and entering an external account at the usercorner?
Michael

22
Installation and Upgrades / Re: Cannot access VirtualHost SSL Page
« on: April 07, 2014, 11:23:20 am »
Thanks for your answer! The HTTP Port has also 62080 and 80 and it is working. I did not changed anything, in the vhostHttps.mas their is a difference between <% sslPort %> and <% $publicSSLPort %>.

Sorry I forgot to write, that I have Zentyal 3.4 and the openchange webmail enabled. Attached the default vhostHttps.mas


<%doc>
   Template to configure a simple named virtual host using the default
   site given with the apache2 debian package

   Parameters:

   vHostName     - String with the virtual host name
   hostname      - String with the server host name
   publicSSLPort - String with the HTTPS listen port
   sslPort       - String with the HTTPS internal port
   sslSupport    - [disabled|allowssl|forcessl]
</%doc>
<%args>
  $vHostName
  $hostname
  $publicSSLPort
  $sslPort
  $sslSupport
</%args>
<%init>
  use EBox::WebServer;
  use EBox::WebServer::PlatformPath;
  my $vHostPrefix = EBox::WebServer::VHostPrefix();
  my $docRoot = EBox::WebServer::PlatformPath::VDocumentRoot();
  my $etcPath = EBox::WebServer::PlatformPath::ConfDirPath();
</%init>
% if ($sslSupport ne 'disabled') {
<IfModule mod_ssl.c>
<VirtualHost *:<% $sslPort %>>
        ServerAdmin webmaster@<% $hostname %>

        ServerName <% $vHostName %>:<% $publicSSLPort %>
        DocumentRoot <% $docRoot %>/<% $vHostName %>

        ErrorLog /var/log/apache2/<% $vHostName %>-error.log
        CustomLog /var/log/apache2/<% $vHostName %>-access.log combined

        # Custom configuration goes in this file
        IncludeOptional <% $etcPath %>/sites-available/<%  'user-' . "$vHostPrefix$vHostName" %>/*
</VirtualHost>
</IfModule>
% }



Michael

23
Installation and Upgrades / Cannot access VirtualHost SSL Page
« on: April 07, 2014, 10:44:02 am »
Hi!
I cannot access the HTTPS Page of my VirtualHost. I have enabled the SSL support (Allow SSL) at the VirtualHost and I enabled the HTTPS Listening Port (443).

If I use http://myhost.x.y I see my VHost Page, but if I try https://myhost.x.y I only see the default SSL Page of the Webserver.

the apache config for my virtualhost looks like

<VirtualHost *:62080>
  ServerAdmin webmaster@xxx.home.lan
  ServerName myhost.x.y:80
  DocumentRoot /srv/www/myhost.x.y
  [..]
</VirtualHost>

<IfModule mod_ssl.c>
  <VirtualHost *:62443>
    ServerAdmin webmaster@xxx.home.lan
    ServerName myhost.x.y:443
    DocumentRoot /srv/www/myhost.x.y
    [..] 
  </VirtualHost>
</IfModule>


[..] means some more lines
Michael

24
German / Re: Zentyal 3.4 & Email
« on: April 07, 2014, 08:08:10 am »
Wobei zumind. bei SOGo selber, also nicht die Zentyal Version, auch CardDav, CalDav und IMAP möglich ist, somit kann man auch von Android und IOs auf die Daten zugreifen.
Michael

25
German / Re: SOGo Webfrontend - Zugriff von Außen
« on: April 07, 2014, 08:05:52 am »
Ich hab einen virtuellen Host eingerichtet und bei diesem virtuellen Host ist SOGo von aussen erreichbar, ohne dass ich etwas zusätlich konfiguriert hätte. Allerdings kann ich nicht mit SSL auf den VHost zugreifen, kommt immer die Default-SSL-Seite vom Apache ;-)
Habe Zentyal 3.4
Lg
Michael

26
German / Re: s4sync und samba verbrauchen 100% CPU
« on: April 07, 2014, 08:03:35 am »
Hallo!
Ich hab meinen Server neu aufsetzen müssen, aber wenn ich wieder dabei bin, die Pausen einzufügen, dann poste ich es hier.
Michael

27
I want to configure an external account at the usercorner, but I only get following message:

Can't call method "get" on an undefined value at /usr/share/perl5/EBox/MailUserLdap.pm line 193. Stack: [/usr/share/perl5/EBox/MailUserLdap.pm:193] [/usr/share/perl5/EBox/Mail/Model/ExternalAccounts.pm:197] [/usr/share/perl5/EBox/Mail/Model/ExternalAccounts.pm:389] [/usr/share/zentyal/templates/ajax/modelViewer.mas:75] [/usr/share/zentyal/templates/ajax/modelViewer.mas:30] at /usr/share/perl5/EBox/CGI/Base.pm line 360

Zentyal 3.4
Usercorner: 3.4

Michael

28
If I check "Select" for selecting all Components and want to Update the Components, i'm getting following Error in the log:
2014/02/01 15:13:47 ERROR> install-packages:94 main:: - Unable to locate package null

If I unselect the "Select", the update is working.
Michael

29
German / Re: s4sync und samba verbrauchen 100% CPU
« on: January 15, 2014, 02:31:48 pm »
Also bei mir zeigt sich das wie gesagt sehr wohl am Stromverbrauch. Kann natürlich auch sein, dass dadurch, dass es in einer VM läuft, gepaart mit der CPU der Effekt auftritt oder das die CPU ab einer bestimmten Auslastung den "Turbo" einschaltet, und dadurch mehr verbraucht.
Lg
Michael

30
Installation and Upgrades / Re: Samba4 Folder Redirection
« on: January 09, 2014, 05:20:45 pm »
Is Working again :) (2014-01-09 17:20)
Michael

Pages: 1 [2] 3 4