I have a Windows Server 2012 VPS at Strato. I've installed a domain and set PHP 5.2.17 to be executed as FastCGI in Plesk. I uploaded code that used to work on another Windows server.
Now I run into some problems and the solutions I find on the internet always assume you have Apache. For instance, I want to test a setting in httpd.conf to see if it solves my problem. But I cannot find any directory on my system where Apache could be, nor can I find a file named httpd.conf. Another problem is that .htaccess seems to be neglected.
I do find a folder named Tomcat under Plesk\Additional so I assume I have Tomcat. - How is Tomcat technically related to Apache? - How can I run PHP so all Apache things work? Like httpd.conf and .htaccess?