PDA

View Full Version : How to configure Awstats with my site?


saif
12-18-05, 03:50 PM
Hi,
i am new to this form and to powweb(an exclent web hosting) as i found.
i have 2 questions.
1). i want to configure awstate web report with my which is hosted on (powweb).
Please help me how should i do that.
2). does this server support .aspx pages
please help me!

BerksWebGuy
12-18-05, 04:00 PM
Welcome.

1. http://kb.powweb.com/questions/87/Where-can-I-enable-AWStats-or-Webalizer%3F
2. Nope

Simple enough? :cool:

saif
12-18-05, 04:09 PM
hi,
I am new to powweb.
can any one tell me how can i configure awstats web reports with my site.?

stevel
12-18-05, 05:49 PM
Well, #1 isn't quite correct. That tells you how to turn on Awstats for your site using the central PowWeb version. This does not permit any customization of the analysis or reports. If you want that, it's a bit more complicated. I see you also asked in the statistics section, so it will get answered there.

stevel
12-18-05, 07:43 PM
If you simply want to turn on awstats with a fixed report, you can do that in the Member Operations panel. If you want a custom configuration, you will have to upload your own copy of awstats and edit the configuration file accordingly. It won't run automatically unless you also create a crontab entry to run it daily.

saif
12-19-05, 04:01 PM
thank for you help.
is there any way to enable .aspx pages in my site or i convert these page to any other extension?

tacimala
12-21-05, 09:59 AM
You would have to use PHP. PowWeb runs on *nix servers so ASP does not work here.

extras
12-21-05, 01:05 PM
You would have to use PHP.
You can use PHP, but there are many other choices.
PHP is very popluar, but it's rather slow and heavy (and a bit buggy).

I use Perl, Python, shellscript, and Ocaml. I've tested Lua, and a few other languages, too.
I'm thinking about testing Boo. It's a .NET based Python like language with lots of nice features.
http://docs.codehaus.org/display/BOO/Getting+Started

I think aspx pages can be served with Mono runtime with some modifications
(just like most PHP apps works with php-CGI) if you know how to make FreeBSD binary.
But it can be too much for someone without good programming background ...