Quote: |
Instead of the 'Title' provided in my phpdock.ini I keep on getting |
There are two kind of titles in phpdock: Title of the WINDOW and Title of the Application. Latter one is specified in the ini and is displayed in the task bar. Former one is taken directly from the HTML. You may want to have <title> tag in the header with appropriate text you want to be displayed in the window title.
Quote: |
How can I evade webserver conflicts when another webserver is running? |
Builtin webserver does not conflict with any other servers. It runs quite far from regular TCP/80. The default port is 8001. If it is in-use, phpdock will try 8002 and so forth until it finds a port that is not used. What's important is to have Windows Firewall updated to unblock ports for phpdock. Please read netsh documentation in MSDN. You may want to run appropriate netsh commands when your phpdock-based application is installing.