Hi, after upgrading ispconfig to 3.0.5.1 on CentOS 5.5, I have no login fields on the first page of isp config. I can't find any errors in the logs. If I saw it right, the ispconfig vhost does not log by default, but also after enabling the httpd logs did not show anything of interest. Before the update (3.0.3.x), everything worked just fine. How can I now find out what went wrong here? It was said that fastcgi was added as a requirement, but that is installed as well. kind regards, Philip
ISPConfig does not sue any rewrite rules for its interface.Maybe you added a gloval rewrite rule in your aoache configuration somewhere?
I misinterpreted the log file, it was the referrer coloumn and not the redirection target. And after looking it up, 304 mean "not modified" (for some reason). So php is working, but still no login box here. Any ideas?
Please check that the cgi / fcgi php binary on your system is in the path which is used in the php fcgi starter script of the ispconfig vhost.
as I have said, php is working, the page itself renders, it just does not contain a login box. I will send you a link to the page via IM.
I had the same problem using Debian, did not come out the login page, using port 81. I solved by editing the Bastille and adding to the configuration port 81. I have no idea why it was not in the list: cd / etc / Bastille nano bastille-firewall.cfg Find the line "TCP_PUBLIC_SERVICES =" 20 21 22 25 53 .... " Add port 81