Take the argv[0] through
apr_filepath_merge(&server_root, "", argv[0], 0, global_pool)
so that we assure that the systemwide path is canonical, and I'm +1
Bill
----- Original Message -----
From: "Brad Nicholes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 13, 2001 3:55 PM
Subject: [PATCH] Relative server root...
I would like to propose the following code changes for main.c. These changes will
allow a platform to use a relative server root
that is based on argv[0] rather than a hard coded server root. If these changes seem
fair, I would like to check them in.
thanks,
Brad