ISPConfig 2.2.25 released

Discussion in 'General' started by till, Aug 29, 2008.

  1. indie1982

    indie1982 Member

    So does anyone have any suggestions that would work for me and my Ubuntu Hardy Heron server? All my websites are still down and I can't get ISPConfig to compile the packages whatever I do.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    you can try this:

    unpack ispconfig tar.gz file. Then:

    cd install_ispconfig/compile_aps
    wget http://www.openssl.org/source/openssl-0.9.8h.tar.gz
    vi compile.php

    replace the line (it is line numebr 32):

    OPENSSL=openssl-0.9.7m

    with:

    OPENSSL=openssl-0.9.8h

    and then execute the setup script:

    cd ../
    ./setup

    dont forget to run mkdir /root/ispconfig every time before you try to update ispconfig again.
     
  3. indie1982

    indie1982 Member

    Thanks till, I tried but it still fails to compile

     
  4. indie1982

    indie1982 Member

    Anyone got any ideas?
     
  5. mytux

    mytux New Member

    Installation on Fedora 9 failed

    Hi I just updated my fedora to kernel 2.6.26. Then I did an upgrade from 2.2.24 to 2.2.25. Everything seemed to work fine, no errors so far. But now I cannot see my config in the web interface. It lists all the domains and customers, but when I click in the nav tree on them, nothing shows up on the right side. It just says that the document does not exists.

    How do I fix that? Or how do I go back to the old version?

    Thanks
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Does it say that the document does not exists or the thate doctype does not exists?
     
  7. mytux

    mytux New Member

    It misses the doctype
     
  8. mytux

    mytux New Member

    Missing doctype problem solved

    I found the solution here: http://www.howtoforge.com/forums/showpost.php?p=136475&postcount=13

    The Problem is, if you set the default-character-set=utf8 in /etc/my.cnf the database is converted to utf8 during update, which works for this update, but breaks during the next. It would be great, if ispconfig would be delivered with utf8 for all the files. It is latin1 for now. Otherwise it would definitively make sense to have the charset hardcoded in the database creation file. If not, I have to comment the default-character-set variable before update and restart the database.

    The only thing which I miss, is the second password field in the GUI, which is described in the changelog file.

    Any ideas?

    Thanks Marco
     
    Last edited: Sep 16, 2008
  9. Numerizen

    Numerizen Member

    Trouble with default port

    Hi all,

    I did the upgrade from 2.2.23 and all went fine (Debian 4.0).

    However, it seems I can't change the default port anymore.

    I edited the line in /home/admispconfig/ispconfig/lib/config.inc.php

    $go_info["server"]["server_url"] = ...

    ... to 8080 (as it was before the upgrade) and restarted but the port is always 81, as netstat -tap says :

    tcp 0 0 localhost.localdomai:81 *:* LISTEN 31059/ispconfig_http

    I'm helpless.


    Edit : One thing I forgot to mention : when I edited the line, the port number 81 was appended to the end (http://ip_adress:8080.81). I guess it has something to do with my problem.

    Edit : OK, my bad : I forgot to edit httpd.conf, so no wonder it didn't work. It does now. Sorry to have wasted everybody's time. Nice day to all and thanks once more for this great software.
     
    Last edited: Sep 17, 2008
  10. radim_h

    radim_h Member HowtoForge Supporter

    problem with firewall after update 2.2.23 to 2.2.25

    I have upgraded ISPCconfig from 2.2.23 to 2.2.25
    but now the firewall must be off, when i try it to turn on firewall
    (with properly forwarded ports, "ano" means yes in czech .o) )
    FTP 21 tcp ano
    SSH 22 tcp ano
    SMTP 25 tcp ano
    DNS 53 tcp ano
    DNS 53 udp ano
    WWW 80 tcp ano
    ISPConfig 81 tcp ano
    POP3 110 tcp ano
    WWW SSL 443 tcp ano
    SSH 222 222 tcp ano
    IMAP 143 tcp ano
    IMAPS 993 tcp ano
    POP3S 995 tcp ano
    VMWARE Console 902 tcp ano
    FTPS 990 tcp ano
    SMTP(SSL) 465 tcp ano
    FTP passive 60001:60200 tcp ano
    MySQL 3306 tcp ano
    FTPS 990 tcp ano
    Dell OMSA 1311 tcp ano
    MySQL 3306 tcp ano
    RDP 3389 tcp ano

    all incoming connections to any port of above mentioned are blocked,,
    before update it worked without problem
    Does anyone have similar problem ?
     
  11. till

    till Super Moderator Staff Member ISPConfig Developer

    Please activate the firewall and then post the output of:

    iptables -L
     
  12. radim_h

    radim_h Member HowtoForge Supporter

    Ok here it is

    this time firewall was turned on , IMAP access died instantly, last time also www (i'm running ISPconfig on port 80&443 on separate IP) and SSH died, so i have usualy restart the server with remote console and pray that www will work (it does) then turnfirewall off again...
    I don't see any patern in this behavior its strange

    web1:/# iptables -L
    Chain INPUT (policy DROP)
    target prot opt source destination
    DROP tcp -- anywhere localdomain/8
    ACCEPT 0 -- anywhere anywhere state RELATED,ESTABLISHED
    ACCEPT 0 -- anywhere anywhere
    DROP 0 -- BASE-ADDRESS.MCAST.NET/4 anywhere
    PUB_IN 0 -- anywhere anywhere
    PUB_IN 0 -- anywhere anywhere
    PUB_IN 0 -- anywhere anywhere
    PUB_IN 0 -- anywhere anywhere
    DROP 0 -- anywhere anywhere

    Chain FORWARD (policy DROP)
    target prot opt source destination
    ACCEPT 0 -- anywhere anywhere state RELATED,ESTABLISHED
    DROP 0 -- anywhere anywhere

    Chain OUTPUT (policy ACCEPT)
    target prot opt source destination
    PUB_OUT 0 -- anywhere anywhere
    PUB_OUT 0 -- anywhere anywhere
    PUB_OUT 0 -- anywhere anywhere
    PUB_OUT 0 -- anywhere anywhere

    Chain INT_IN (0 references)
    target prot opt source destination
    ACCEPT icmp -- anywhere anywhere
    DROP 0 -- anywhere anywhere

    Chain INT_OUT (0 references)
    target prot opt source destination
    ACCEPT icmp -- anywhere anywhere
    ACCEPT 0 -- anywhere anywhere

    Chain PAROLE (9 references)
    target prot opt source destination
    ACCEPT 0 -- anywhere anywhere

    Chain PUB_IN (4 references)
    target prot opt source destination
    ACCEPT icmp -- anywhere anywhere icmp destination-unreachable
    ACCEPT icmp -- anywhere anywhere icmp echo-reply
    ACCEPT icmp -- anywhere anywhere icmp time-exceeded
    ACCEPT icmp -- anywhere anywhere icmp echo-request
    PAROLE tcp -- anywhere anywhere tcp dpt:ftp
    PAROLE tcp -- anywhere anywhere tcp dpt:ssh
    PAROLE tcp -- anywhere anywhere tcp dpt:smtp
    PAROLE tcp -- anywhere anywhere tcp dpt:domain
    PAROLE tcp -- anywhere anywhere tcp dpt:www
    PAROLE tcp -- anywhere anywhere tcp dpt:81
    PAROLE tcp -- anywhere anywhere tcp dpt:pop3
    PAROLE tcp -- anywhere anywhere tcp dpt:https
    PAROLE tcp -- anywhere anywhere tcp dpt:webmin
    ACCEPT udp -- anywhere anywhere udp dpt:domain
    DROP icmp -- anywhere anywhere
    DROP 0 -- anywhere anywhere

    Chain PUB_OUT (4 references)
    target prot opt source destination
    ACCEPT 0 -- anywhere anywhere
     
  13. mytux

    mytux New Member

  14. radim_h

    radim_h Member HowtoForge Supporter

    Subdomain forwarding is not written into Vhosts_ispconfig.conf after update to 2.2.2

    Hello Guys

    I discovered another problem with 2.2.25 version
    it is ignoring Subdomain forward values
    ISP manager=>Sites=>Site=>Co-Domains=>"Domain"=>Forward

    new values added into field are not written to Vhosts_ispconfig.conf
    and if i delete current value (want to remove forwarding of subdomain) old forwarding from Vhosts_ispconfig.conf is not deleted
    Bur value in ispconfid database table isp_isp_domain "domain_weiterleitung"
    is written correctly, which IMO means that there is somethng wrong with script which is modyfying /etc/apache2/vhosts/Vhosts_ispconfig.conf

    (when i deleted value from Forward window and then deleted it manualy from Vhosts_ispconfig.conf it wasn't written back to config
    i'm using Debian Etch 64bit
     
  15. till

    till Super Moderator Staff Member ISPConfig Developer

  16. radim_h

    radim_h Member HowtoForge Supporter

    Oh i see error

    httpd: Syntax error on line 736 of /etc/apache2/apache2.conf: Syntax error on line 578 of /etc/apache2/vhosts/Vhosts_ispconfig.conf: Expected </Directory> but saw </VirtualHost>

    And there is error in Vhosts_ispconfig.conf
    <Directory "/var/www/web160/web/download/">
    Options +Indexes
    <Directory "/var/www/web160/web/pub/">
    Options +Indexes
    </Directory>

    so how can i fix it? edit database manually ? leave the last dated file before doing so?
     
    Last edited: Sep 30, 2008
  17. till

    till Super Moderator Staff Member ISPConfig Developer

    No. Edit the directives that you entered into the apache directives field in ISPConfig.
     
  18. timemaster

    timemaster New Member

    doctype error

    Hello, what's about problem with mysql db codepage ? I made upgrade from 2.2.24 to 2.2.25, and after login I can't open any web,client, etc.. System told me : The requested document type does not exist :( can anyone help me please ? I thing the problem is in codepage settings, 2.2.24 have latin1 and 2.2.25 utf8..
     
  19. till

    till Super Moderator Staff Member ISPConfig Developer

    You installed ISPConfig with the wrong codepage setting in mysql my.cnf. ISPConfig does not support utf8. Please set the codepage in my.cnf from utf8 to latin1 and do the update again, the updater will fix the broken document types.
     
  20. timemaster

    timemaster New Member

    hey, thanx you very much :) now everything is ok...
     

Share This Page