httpd -v Server version: Apache/2.2.15 (Unix) Server built: Jul 18 2016 15:24:00 I complete lookd over the problem. This is wat is getting generated in the file RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/ RewriteRule ^(.*)$ http://www.xxxx.nl$1 [R=301,NE,L] It should be RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/ [ENTER] RewriteRule ^(.*)$ http://www.xxxx.nl$1 [R=301,NE,L] If i look into /usr/local/ispconfig/server/conf/vhost.conf.master i see <tmpl_if name='apache_version' op='>' value='2.2' format='version'> RewriteCond %{REQUEST_URI} ^/\.well-known/acme-challenge/ RewriteRule ^ - [END] </tmpl_if>
Hi Till, I did not update yet, but this push are included if I update now or I have to make the manual fix? Thanks!
This push is in git-stable branch and will be included in a patch release next week. The problem affects only apache 2.2 servers (old distribution versions like centos 6), so all servers with apache 2.4 or nginx are not affected.
Login as admin and idsable the domain modle if you don't want to use it. The client list is only shown to admins or resellers and only when the domain module is off.
Apparently these upgrade issues are still prevalent. I just did an upgrade to version 3.1.13p1, and ran into most of the issues reported here. A number of tables in the database did not upgrade, (fixed), websites weren't listing, and clients weren't listing. I did the suggested modification to the /usr/local/ispconfig/interface/lib/classes/functions.inc.php file and added in line 293: return $domain;. That fixed the issue with clients not showing, however websites still do not list. I have discovered that if I create a new website, then it will correctly show in the list, but none of the legacy ones extant from before the upgrade, do. Additionally, on the add website page, none of the legacy clients show in the drop down, but again, if I create a new client, then it will appear in the client drop down list on the websites page, but still none of the legacy clients will appear, even though they do correctly display on the client page. Any suggestions on how to resolve this?
What operating system is used? What version ISPConfig was before update? The problem sounds like errors in database tables. Have you tried repair tables?
Hi Taleman, The relevant system details are as follows: Centos 6.10 PHP Version 7.3.2 Mysql Version 5.7.25 Apache 2.2.15 Previous version of ISPConfig was 3.0.5.2 Yes, I had already checked the database tables, and no issues were found.