ISPConfig 2.2.25 released

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

  1. bgstratt

    bgstratt New Member

    mod_python turning on Directory Listings

    I recently upgraded servers and ISPConfig on an ubuntu machine following the perfect server setup, but whenever I check the box to activate python, through mod_python for my site it adds this to the Vhosts_ispconfig.conf

    Code:
    <IfModule mod_python.c>
    <Directory /var/www/web1/web>
    Options +Indexes +FollowSymLinks +MultiViews
     ...
    </IfModule>
    turning on the directory listings throughout the site.

    I can get around it by unchecking python and putting this in the Apache Directives (optional) comment field.

    Code:
    <IfModule mod_python.c>
     <Directory /var/www/web1/web>
       Options -Indexes +FollowSymLinks +MultiViews
       ...
    </IfModule>
    but I think that defeats the purpose if I can just add the directives to make python work...

    No worries for me though since it is just my stuff on my server

    Also using eruby for .rhtml docs has to be done through the Apache Directives also, I dunno how important that is to people though, I kept editing Vhosts_ispconfig.conf just to have it be overwritten, I thought it was automatic, but I couldn't remember, lol.

    Tomcat is a whole other story though, but that conversation doesn't belong here.

    Just so I'm not saying all bad things, ispconfig is awesome, and so are the walkthroughs from howtoforge.

    EDIT: I guess I can only add those directives from the administrator login, so that does make sense.
     
    Last edited: Oct 1, 2008
  2. radim_h

    radim_h Member HowtoForge Supporter

    Thanks!
    it is writing config changes into Vhosts_ispconfig.conf
    But ISPC is not creating the old files named with date-time as
    Vhosts_ispconfig.conf_30-09-08_13-18-17
    anymore.. ??
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Ok, then ist working correctly again. The files with date appaneded are error files aand they are not craeted in case that the update worked.
     
  4. radim_h

    radim_h Member HowtoForge Supporter

    Firewall update problem Fixed in 2.2.26

    Installation of version 2.2.26 has fixed it...
     

Share This Page