|
About Awstats
|
| Author |
Message |
pagesjaunes312
Junior Member

Posts: 29
Joined: Mar 2008
Reputation: 0
|
About Awstats
Hi at all,
I would like to know how can I change the access of the awstat statistics
In a normal use, we can have it with http://www.mydomain.com/stats/
May I have it in a single URL (ex : http://statistics.mydomain.com) ?
If it's possible, what can I do for obtain this result ?
Thank you for your asweres...
__________________________________________________________
Sorry for my english, but I'm french and it's not a natural language for me !
|
|
| 03-29-2008 08:49 AM |
|
pagesjaunes312
Junior Member

Posts: 29
Joined: Mar 2008
Reputation: 0
|
RE: About Awstats
joximu Wrote:Study the apache config. You may have to have a look also in the proxy_mod.
Maybe it's easier with a redirection...
/J
Because, I would like to install just one URL for all domains of my server with a login and password. Where are templates who generate all templates and configuration ?
|
|
| 03-29-2008 09:02 AM |
|
pagesjaunes312
Junior Member

Posts: 29
Joined: Mar 2008
Reputation: 0
|
RE: About Awstats
joximu Wrote:/etc/ispcp/*/parts/*.tpl
I' trying to delete all information about the last redirect. In my file ispcp.con (/etc/apache2/sites-avaible/ispcp.conf) I found that for each domain :
Quote: # httpd awstats support BEGIN.
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /stats http://localhost/stats/mydomain.com
ProxyPassReverse /stats http://localhost/stats/mydomain.com
# httpd awstats support END.
I delete all information in *.tpl relative of awstats, but when I reload config files, I always see that lines. What can I do for erase this information in my ispcp.conf file ?[/quote]
|
|
| 03-29-2008 09:29 AM |
|
FeG
Junior Member

Posts: 167
Joined: Aug 2007
Reputation: 2
|
RE: About Awstats
pagesjaunes312 Wrote:I delete all information in *.tpl relative of awstats, but when I reload config files, I always see that lines. What can I do for erase this information in my ispcp.conf file ?
Deleting it in the template-files will only change how new domains will be created. For the ones which are already created you have to delete these lines from /etc/apache2/sites-enabled/ispcp.conf and /etc/ispcp/apache/working/ispcp.conf.
Greetings
FeG
|
|
| 03-29-2008 09:51 AM |
|