Greetings -

I need to write to a log file to record things happening in a cgi script.
The environment is secured using a server-wide, shared certificate.  I
cannot write to the file and get an error telling me I do not have the
proper permissions to do so.  The log file is in my web's directory, but
using the shared cert. requires a path like so:

https://secure.hostname.com/mydomain/cgi-bin/logs/logfile.log
rather than:
https://www.mydomain.com/cgi-bin/logs/logfile.log

Is there any way to overcome this short of owning the server or my own
certificate?

Thank you in advance -
Ron Goral



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to