ispCP - Board - Support
About Awstats - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: General discussion (/forum-11.html)
+--- Thread: About Awstats (/thread-2883.html)



About Awstats - pagesjaunes312 - 03-29-2008 08:49 AM

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 !


RE: About Awstats - joximu - 03-29-2008 08:58 AM

Study the apache config. You may have to have a look also in the proxy_mod.

Maybe it's easier with a redirection...

/J


RE: About Awstats - pagesjaunes312 - 03-29-2008 09:02 AM

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 ?


RE: About Awstats - joximu - 03-29-2008 09:03 AM

/etc/ispcp/*/parts/*.tpl


RE: About Awstats - pagesjaunes312 - 03-29-2008 09:29 AM

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]


RE: About Awstats - FeG - 03-29-2008 09:51 AM

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


RE: About Awstats - joximu - 03-29-2008 10:55 AM

or regenerate the config files