Disable Awstats For Just One Domain
May 15, 2007
if anybody has been successful in disabling awstats for one domain only? I've seen this method somewhere else but was wondering if any of you guys have tried it here:
----------------------
Append the line,
skipawstats=1 to the file /var/cpanel/users/<username>
----------------------
View 4 Replies
ADVERTISEMENT
Apr 22, 2009
can awstats be viewed for an expired domain?
one of my domain expired week ago, I have it still under my control panel though, I didn't renew it neither have plans to renew
is it possible for me to still look at the awstats? as the awstats link stand as:
[url]
and when I use the ip address for the site it doesn't show up anything, probably it could be using different sites on the same ip
so do I have stand a chance to view awstats still ?? if yes how?
View 6 Replies
View Related
Jan 6, 2015
I accidently added a new domain to another domains webspace instead of a separate one. I removed the domain and readded it correctly.Ever since then the nightly web_statistics_executor.exe gives me the error
The system cannot find the path specified. (Error code 3) at Open file 'D:Inetpubvhostsdomain.co.uk. pleskstatisticsdomain2.co. ukwebstatCopy AWStats.lock'....
View 1 Replies
View Related
May 26, 2007
I have created a addon domain using cpanel.
I would like to restore awstats from prevous host (normal account) to 'addon domain' (domain2-addon.domain.co.uk).
My backup awstats:
awstats.domain.co.uk.conf
awstats122005.domain.co.uk.txt
awstats052005.domain.co.uk.txt
etc.
need to restore it to addon domain? but addon domain is setup under domain2-addon.domain.co.uk
so i have to rename each file like awstats.domain2-addon.domain.co.uk.conf etc?
View 1 Replies
View Related
Jul 12, 2007
I created a new cpanel account subdomain.domain.com
Sometimes i goto [url] on my browser, it changes to www.subdomain.domain.com
I want to disable 'www' for some 'xml' script reason.
How do I do that?
View 12 Replies
View Related
Jul 29, 2007
When dealing with the security of your server you will eventually get to the part were you will want to disable some php functions. The only problem on shared hosting is that you cannot disable exec for a domain and enable that function for an other that needs it because of some lame script. Eventually you will get to the part were you will need to enable exec on the entire server because of one site.
There is a solution to this and it’s called suhosin.
Suhosin has a configuration variable called ”suhosin.executor.func.blacklist” which can be used to disable some php functions. The difference between this variable and disable_functions in php.ini is that it can be set for all the sites and then it can be modified for a domain only (it can be overwritten) so you will be able to disable exec on the entire server and enable that function for a single domain.
I will not write here how to install suhosin.
Also, you only need the extension for this so you do not need to patch php and recompile.
IMPORTANT: I have noticed that the suhosin extension 0.9.20 will not work anymore as there are some problems with it. It’s ok as long as we have 0.9.18. Probably the next version of the extension will be fixed to work ok again so remember to use version 0.9.18 for this until the problem is fixed.
Ok, so to use suhosin as the php function blocker we need to comment out disable_functions in php ini (yes, enable all the functions) and then set in php.ini
suhosin.executor.func.blacklist to something like this:
suhosin.executor.func.blacklist = exec, passthru, shell_exec, system, pcntl_exec, proc_open, proc_nice, proc_terminate, proc_get_status, proc_close, leak, apache_child_terminate, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, escapeshellcmd, escapeshellarg
You can add as many functions as you like.
After that, all the functions added in suhosin.executor.func.blacklist will not work anymore in php scripts. If you need to enable a function for a domain, let’s say
exec, you will have to edit apache configuration file and add suhosin.executor.func.blacklist without the exec function:
<VirtualHost 127.0.0.1>
ServerAlias www.test.com
ServerAdmin webmaster@test.com
DocumentRoot /home/test/public_html
php_admin_value suhosin.executor.func.blacklist "passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_open, proc_nice, proc_terminate, proc_get_status, proc_close, leak, apache_child_terminate, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, escapeshellcmd, escapeshellarg"
</VirtualHost>
Now exec is disable on the server but it’s enabled on the test domain.
View 0 Replies
View Related
Oct 12, 2007
I am running on;
Plesk versionpsa v8.0.1_build80060613.20 os_CentOS 4.2
Operating systemLinux 2.6.9-023stab033.6-smp
License key numberPLSK.00170782.0006
I need to be able to access cgi between vhost domains. In particular one frequently updated file located 'centrally' in the cgi-bin of one of the vhost domain.
I would like to be able to have other vhost domains be able to access this file but suexec won't let that happen. I have searched around and tried to following;
Created vhost.conf file in the conf directory of one of the domains.
The vhost.conf file contained (with no #):
# <IfModule mod_suexec.c>
# SuexecUserGroup userid psacln
# </IfModule>
I ran;
/usr/local/psa/admin/bin/websrvmng -u --vhost-name=<domain name>
Then reboot.
The result was all the vhosts stopped working. I reset the websvrmng, things returned to normal.
Then I tried updating the httpd.include file adding (with no #);
# <IfModule mod_suexec.c>
# SuexecUserGroup userid psacln
# </IfModule>
Then reboot.
The result was the same, all vhosts stopped working.
Does anyone have an idea how I can achieve this? I know I can disable suexec all together but that wreaked a little havoc with the cgi app when I tried that.
View 2 Replies
View Related
Jul 25, 2014
How do we disable email on the domain entirely? The client is hosting email externally - the offered spam filtering is wholely inadequate and we're seeing a few of these happening - to the point I'm considering offering externally hosted email plans anyway - but back to the problem - I need to delete the mailboxes and then disable mail - and then remove the DNS records for webmail etc - but can't seem to find how to turn off locally hosted email for a domain.
View 11 Replies
View Related
Feb 14, 2015
My customer using exchange on internal office, the https port conflict with their work. how do I disable https port on their domain?
I am using plesk 11.x and I have about 300 domains on it.
View 1 Replies
View Related
Feb 24, 2015
Is it possible to control if nginx is active on a per domain basis? If so, how do we configure this. If not, how do we disable nginx completely?
View 3 Replies
View Related
Apr 2, 2015
New to Plesk in general so I don't know for sure if the "Register Domain Names" feature is part of our 'Web Pro Edition' or comes by default.
Also, is the domain registration option showing up because when installing Plesk I enabled the "Enable access to premium commercial apps"?
So my question is, can we still set it up so users have access to install applications (free and commercial), but disable the domain registration option?
View 1 Replies
View Related
Jun 23, 2015
I have a Plesk 12 server running under Debian 7. I have a website with only mail so I disable web hosting. The problem is that the client needs to use webmail but webmail does not work (maybe because web hosting is disabled)...
View 1 Replies
View Related
Jan 21, 2014
My Plesk Panel version 11.0.9 on Microsoft Windows Server 2008 R2 Service Pack 1 with mail Server : IceWarp Server 10.2.2
And my subscriptions had 2 domains : matbaocare.com (main domain) & matbaocare.net (second domain).
When I create E-mail Address , by default I can choose several domain on my account with @matbaocare.com or @matbaocare.net.
But I don't want to create E-mail with second domain, just main domain can use email !
How to config Plesk to auto disable create E-mail with several domain on account?
View 7 Replies
View Related
Aug 6, 2014
I have several domains configured in my Plesk, and one of them is set as the "Detault site" under Home >> Tools & Setings > IP address management.This has the unpleasant side effect that any domain I point to this IP renders content from the Default site unless it's setup. How can I configure the default site to render content from only one domain?
View 1 Replies
View Related
May 5, 2009
which kind of operation have performed by this COMMAND
because its always there on my server when i am monitoring server through top command .Is it generating logs? if yes then which kind of logs?
View 4 Replies
View Related
Jan 21, 2007
how to install awstats on my server so that it is viewable in web/ftp stats in cpanel by all account on my server. Its been a while since installing it on a server so ive forgot the commands.
View 10 Replies
View Related
Mar 27, 2007
does anyone have a tutorial how to setup awstats on a windows webserver?
View 1 Replies
View Related
Feb 6, 2007
ive just setup and installed Awstats on my server, its working great but i have one question id like to find a solution to.
i run a 'mobile' community site thats accessible on mobile phones, but for some reason awstats seems to think the browser called UP.browser (which alot of phones use) is a bot and therefore is not displaying it in the main results. does anyone know how to change this.
View 3 Replies
View Related
May 12, 2009
I've always used Awstats on my LAMP servers, because it's server side and gives easy to read and powerful web statistics.
I wonder is there any similar easy to install and powerful server side web statistics software for IIS 7?
View 3 Replies
View Related
Jun 4, 2009
I have tried to manually setup awstats on a website in Windows 2008 with IIS 7. The problem here is that I have to create two conf files for each website, one named awstats.sitename.conf and the other awstats.www.sitename.conf. If I don't do so, then awstats does not work on either www.sitename.com or sitename.com. I cannot update the stats or view it from the browser. I have a few Hosting controller servers in which awstats is used and I compared the conf file with them and there is no difference. I wonder what could be the issue.
View 1 Replies
View Related
May 2, 2008
I have been more than 1 year with DownTownHost, and although overall they are quite OK, yet I need to point out some serious flaws which no one ever mentions. This is just an honest complaint.
Namely - downtime.
There is downtime on DownTownHost which in my case lasts a few days each month. I have not been analyzing my stats closely, but when I do, I notice there is a monthly downtime...
The reason - I don't know.
The last time, I can see from AW stats that for about 48 hours there was downtime resulting in site became inaccessible, and there were ZERO visitors for 24 hours at least.
It seems towards the end of the month, there will be downtime...of some kind. Around 27/28/29 of the month. Visitor levels will show a drop for a few days during this period.
Or if not the end of the month, then in the middle of the month....
But last month was bad....1 whole day my blog was not available. Zero visitors recorded.
I just want to know if anyone experienced this also or not.
My server is server 20.
DTH is OK in most things....but downtime is something I really don't tolerate....
Maybe there is an explanation for this, but if these continue, I will look for another host.
View 14 Replies
View Related
Feb 14, 2007
I am moving from a shared hosting to a VPS, both using cPanel and AWStats and I would like to copy the past stats.
So can I just copy the tmp/awstats and upload it to my new account via FTP
View 3 Replies
View Related
Mar 14, 2007
I've been trying to get this running forever as I have a huge logfile to parse and nothing to do it with.
I'm following this tutorial, but when I access awstats.mydomainname.com it simply takes me to the server.document-root specified in lighttpd.conf
Is there some way to just get awstats to parse the whole thing and spit out a static page in a location of my choosing?
View 3 Replies
View Related
Apr 29, 2008
Not sure if this is the right forum; please go ahead and move if necessary.
I host a Google Earth file, and in awstats, GE shows up as an unknown browser. For that reason, it's pretty impossible to get more-or-less accurate statistics for what version of GE people are using by looking at the analysis in awstats. Example output:
Unknown browsers (useragent field) User agent (178)Last visit GoogleEarth/4.2.0205.5730(X11;Linux_(2.6.22.0);ja-JP;kml:2.2;client:Free;type:default)28 Apr 2008 - 19:17 GoogleEarth/4.2.0205.5730(Windows;Microsoft_Windows_XP_(Service_Pack_2);es-MX;kml:2.2;client:Free;type:default)28 Apr 2008 - 19:17 GoogleEarth/4.2.0198.2451(Windows;Microsoft_Windows_XP_(Service_Pack_2);es-ES;kml:2.2;client:Free;type:default)28 Apr 2008 - 19:13 GoogleEarth/4.2.0205.5730(Macintosh;Mac_OS_X_(10.5.2);en;kml:2.2;client:Free;type:default)28 Apr 2008 - 18:59
In Webalizer, it does show you the top 55 Agents, and does manage to show some GE agents there, but it's not very pretty nor is it complete. Example output:
Top 15 of 236 Total User Agents
# Hits User Agent
1 120168 34.41% GoogleEarth/4.2.0205.5730(Windows;Microsoft Windows XP (Servi
2 37391 10.71% GoogleEarth/4.2.0198.2451(Windows;Microsoft Windows XP (Servi
3 32127 9.20% GoogleEarth/4.2.0205.5730(Windows;Microsoft Windows Vista (Se
4 28562 8.18% GoogleEarth/4.3.7191.6508(Windows;Microsoft Windows XP (Servi
5 13101 3.75% GoogleEarth/4.3.7191.6508(Windows;Microsoft Windows Vista (Se
6 8649 2.48% kh_lt/LT4.0.2737
My question is, is there a plugin for awstats that'll give me better results for my stats? Or any other solutions that people want to suggest? I'd like something easy to install or set-up, please don't suggest I run any funky cron-jobs or something.
View 4 Replies
View Related
Feb 23, 2006
We run about 100 sites across our cluster, and we want to be able to view a more detailed report of what's going on across the network. We already have an aggregate AWStats view which shows overall network info...
What we were hoping for was a way to generate a table of each site, the core info for each site (ie: uniques, visitors, pages, hits, traffic) and then to click on the name of the site to go to the actual AWStats reporting page.
The thing is, I've SEEN this tool somewhere... but just can't remember where, and mutliple searches turned up empty.
View 2 Replies
View Related
Jan 26, 2009
How install awstats in my website?
Server is linux with cpanel.
View 2 Replies
View Related
Jan 11, 2009
My Awstats is updating every other day and I would like it to up date daily.
I am in my third month of hosting and in about first 2 months, Awstats would update every day.
I have searched and read where it is possible to get Awstats to update manualy but it seems that my scenario isn't the same as everyone else's.
I am accessing my Awstats through CPanel and there is no way that I see to modify when Awstats updates.
View 7 Replies
View Related
Nov 6, 2009
I'm running Plesk 9.2.2 & using the supplied AWStats install. Where will I find the configuration that dictates when AWStats will be updated? It's currently updating at 3.36am daily, & I'd like to set it to hourly. Can't find anything in the root or psaadm crontabs & not sure where else to look.
View 5 Replies
View Related
May 29, 2009
how to install Awstats on IIS7? I tried to configure it and it got setup successfully, however, when I view the stats or update the stats, only the Not viewed traffic gets updated. There is no update in the viewed traffic. I browsed the website from separate locations and then updated the stats, but still the stats show not viewed traffic. I have only static html files and some flash and images on the website.
View 3 Replies
View Related