Ok guys.. this should hopefully be a quick one for the pros. Old server is ISPConfig running Apache New server that I am moving to us using nginx. I am doing a dump of the database and importing it into my new server. The issue is that when I do this my web sites now show Apache Directives rather than nginx Directives. Question is.. cosmetic or functional? How to correct? Thanks!
Anyone? I also noticed that ISPC only notices Apache now if I run the update.php. Is this a database change I need to make maybe? Thanks!
the webserver type is stored in the server table in the database, so when you import a dbispconfig database of a apache server on a nginx server, then ispconfig will configure the server as if apache was installed. you can try to change it in the database and see if it works then.
Thanks for the hint Till! There were a few other things that I was able to see in the config that needed to be updated as well. Thanks again.