Ash, Ben, Thanks!
For my web server, I can access to:
./httpdocs
./httpsdocs
all the http documents are stored inside httpdocs and SSL documents inside
httpsdocs.
The web root you mean here is referred to ./httpdocs and ./httpsdocs or the
parent directory of them?
If I put the logfile inside ./log/logfile.txt where ./log is same level as
./httpdocs, can the web users access it?
Thanks!
Keith
"Ashley Sheridan" <ash@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:1251477059.27899.117.camel@xxxxxxxxxxxx
On Fri, 2009-08-28 at 09:28 -0700, Ben Dunlap wrote:
> Which format should I used for log file? *.log or *.txt?
Doesn't matter to PHP -- but you do need to provide a local path, not a
URL.
> [http://domain.com/log/logfile.*] or
No...
> [C:\some_path\domain.com\log\logfile.*] or just
Yes!
Ben
You should try and put the log somewhere that is not in the web root, to
prevent anyone from accessing it and getting information which could
help a hack.
Thanks,
Ash
http://www.ashleysheridan.co.uk
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php