log files path

log files path

Posted by: Vendetta
Posted on: 2006-05-31 11:19:00

The script says this:

The full absolute path to your webserver log file i.e. /home/mydomain/etc/access_log


which is this path ? I see a log directory in the root, but into there are other subdirectory...which is the exact place ?

Re: log files path

Posted by: daisygirl
Posted on: 2006-05-31 11:30:00

I believe it's /home/username/logs/domain.com/http/access.log

Re: log files path

Posted by: Vendetta
Posted on: 2006-05-31 11:39:00

Ok thanks...now i have another problem

the script try to update log files, but i receive this error:

Warning: file_get_contents(): URL file-access is disabled in the server configuration in

Re: log files path

Posted by: daisygirl
Posted on: 2006-05-31 11:43:00

Dreamhost has disabled url fopen (wiki article: http://wiki.dreamhost.com/index.php/Allow_url_fopen) for security reasons, so unfortuately any scripts that rely on it won't work as-is.

What are you installing?

Re: log files path

Posted by: Vendetta
Posted on: 2006-05-31 11:46:00

logaholic, a traffic analyzer...and now ? i have paid for this script

Re: log files path

Posted by: daisygirl
Posted on: 2006-05-31 11:52:00

Since you've paid for it, I'd try getting in touch with the folks who put out the software to see if they can get it to work for you given this limitation.

The only other way to get around it is to compile your own version of PHP with url fopen enabled. That's way over my head, though, so I can't give any advice on that (but there's a wiki article on that, too: http://wiki.dreamhost.com/index.php/Installing_PHP5 )

Re: log files path

Posted by: matttail
Posted on: 2006-05-31 12:07:00

The statement can be switched around to use curl instead. contact the author(s) and request they update teh script so it will work. A lot of shared hositng servers are doing this now, so it really shouldn't be too much to ask.



--Matttail
art.googlies.net - personal website

Tags: absolute pathmydomainaccess loglog directorywebserverlog fileslog file