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.
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.. ??
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.