Forum Moderators: phranque

Message Too Old, No Replies

startup configuration

apache startup configuration

         

vasiapup

11:36 am on May 2, 2009 (gmt 0)

10+ Year Member



Hi,
Is this possible to configure Apache so that immediately after it's started it opens system default browser and loads a specific URL?
OS is Windows, if it matters.

jdMorgan

2:44 pm on May 2, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Make a .bat file containing both the Apache startup command line and your browser's startup command line?

Apache is a server, so it's not set up to start up (or server as a wrapper for) other functions. You'd also likely run into security problems and privilege problems if you allowed the browser to run with the same permissions as the server.

Jim