Sub-domain Site Stats

Jan 14, 2007

I thought i may as well post this here having already contacted my host. Just thought you knowledgable people may be able to give me some insight to this?

Well i am creating a sub-domain, and i obviously have site stats with AWStats for my primary domain name. If i was to create a sub-domain say example.sitename.com would i still receive the site stats for the sub as well as the primary one?
Anyone had any experience on this?

as midphase are good but generally take ages to get back to me and their response are rather general,

View 3 Replies


ADVERTISEMENT

Stats - Mobile Site Tracking

Jul 20, 2007

I have Awstats on my server enabled for:

Nokia Browser (PDA/Phone Browser)
UP.Browser (PDA/Phone Browser)
Motorola Browser (PDA/Phone Browser)

My question is, are the visitors a day accurate - which I take to be uniques. It seems these must be pretty far off.

Presently they show an extremely high multiple of that for pages/s (approx 30 -50 times the visitors). I've never heard of visitors clicking this many pages.

I've not come across these kind of number with other non-mobile sites and it makes wonder if its right.

A) is tracking handled in the same way on mobile devices as on desktops (cookies or sessions?) And is this reliable for mobile/handheld/cell-phone devices?

B) There really isn't much of a chance of these page views being a result of bookmarks - the page views don't seem to add up to this.

The 'Browser Top 10' hits coming from 'unknown' are > 50% of the total amount.

Are there any quirks with awstats or other tracking software when it comes to mobile devices, even though the activity is taking place on the server? I take it Urchin may be more accurate?

View 0 Replies View Related

Stats Showing Internal Page Views To Different Domain Names

Jan 21, 2007

I have a customer who is having trouble with his account and would like to help him out. He has a VPS from a totally different provider and his Bandwidth usage is 20x normal.
In his awstats, the internal page views is showing a huge number of views to totally different domain names such as Yahoo.com etc

Has anyone ever dealt with this before or have any experience with what it is and how to stop it?

View 2 Replies View Related

AWSTATS Stats Decreasing While Webalizer Stats Are Increasing

May 23, 2008

I look after a number of sites and monitor their stats. We use both webalizer and AWSTATS so we can have a comparison. Up until recently the stats for both of them where relatively the same, webalizer usually showing higher numbers as it doesn't filter bots but the progression of increase and decrease in stats was proportional. However, over the last few months a curious trend is appearing, the stats in AWSTATS are decreasing every month whereas the stats in Webalizer are increasing, the gap between them now is huge.

View 0 Replies View Related

Different Host And Domain Site

Oct 26, 2008

I want to buy a domain from Godaddy.com and host on a free webhost, that works really great. But I don't wanna get this problem when you visit the forum ->>> mydomain.com, I want it like this ->>> mydomain.com/forum/ and forum/index.php and all that stuff, so you can visit a thread directly.

But in my experiences before, I just got the mydomain.com, even if I visited the forum or an another page. Should I put the DNS or what to get the godaddy domain to work fine with the free webhost?

View 4 Replies View Related

Correct Way To Change A Site's Domain Name

Mar 11, 2009

I'm working on a young site that will be changing its focus and its domain name to reflect the new focus. What is the correct way to change the domain name? In the past, I've simply created a new site in WHM/cPanel under the new domain name and copied the old site (and database) over, which was a great deal of work. Is there another way to do it that is less time consuming - without having to copy files? Are you not able to just change the domain name setting in WHM without having to copy the entire site over to a new directory on the server?

View 5 Replies View Related

Setting Up A Site In A .local Domain

Jun 10, 2008

I have a web server running Server 2003 and IIS6. I can access everything fine via IP. Now I want to have a domain name work with it.

The server is in a .local domain environment. Does anyone have any info on how I should setup DNS for the web server if the domain itself is not getting any DNS info from the outside?

Is it just a matter of adding new A and NS records or do I need to be in a FQDN domain for it to work?

View 4 Replies View Related

Redirect The Domain + Site Path

Jan 17, 2007

Is there a way that I could redirect total urls? By that I mean when someone goes to www.domain.com/whatever/file.php?id=345 they get redirected to www.anotherdomain.com/whatever/file.php?id=345

Im running apache 1.3

View 8 Replies View Related

Access DirectAdmin Site Without Domain - Possible With CPanel

Mar 7, 2009

I'm new to using directadmin and I've got a problem; I've not yet switched the DNS over to the directadmin server 'cause I want to make sure the sites work first, however I can't find how to view the sites. With cpanel you can go to http://192.168.1.1/~username (where 192.168.1.1 = IP of server and username is username of account).
is this possible with directadmin? I can't find anything about it, anywhere.

View 6 Replies View Related

Htaccess - Moving Site From Subdomain To New Domain

Oct 21, 2007

I have what I think is kind of a unique situation with a site move and Google is not turning up an answer that seems to work.

My site is currently in this format:

www.mydomain.com/site/file.html

And I am "moving" it but also switching from html to php, so the same file would be found at:

site.mydomain.com/file.php

I want to redirect users going to the old pages to their equivalent on the new site, however this is a little bit of a problem because this is a normal subdomain - it is the same directory as before but now there are php versions of the html files.

Right now I have all of the http files redirecting to their php equivilents, but I don't believe this is a desirable solution. Also it creates a problem when people go to www.mydomain.com/site (not indicating a specific file; just the subdir root) because I have www.mydomain.com/site/index.html redirecting to www.mydomain.com/site/index.php.

Quite a mess.

My first option is to put the redirects in the htaccess file on the "old" site. But is this a problem because there are over 500 pages on the site? Does it create a heavy server load because any requests force the server to serve a huge htaccess file?

The next alternative seems the most preferable although I'm not sure how to do it. It seems it could use wildcards so that anyone going to *.html gets directed to *.php or something like that. The only problem is that there are a small number of files that were removed completely and do not have php equivilants (about 5 or 6) and would need to redirect to the index.php in the root

View 14 Replies View Related

Apache :: Two Domain Names With Single Site

Jul 7, 2015

I am currently running Apache on Ubuntu 14.04. I tried adding an alias, but it doesn't do exactly what I need. I have a single site and I need to point two domain names to it. The thing is, if someone types in www.site1.com I want it to show the url as www.site1.com and if someone types in www.site2.com I want it to continue to show www.site2.com in the URL. Right now if they type in www.site1.com it shows the first site name as the URL, but if they type in www.site2.com it changes the URL to www.site1.com. Below is what I have as my virtual host in my conf file currently.

OS - Ubuntu 14.04
Apache/2.4.7 (Ubuntu)

View 1 Replies View Related

Mystery Mirror/Mirroring My Client's Site Is On Another Domain But Why?

Jan 29, 2009

I'm having an issue with a client site and I am not sure what to do at this point. Conversations with the host (GoDaddy) haven't led to a solution and to be honest, I'm not sure it's their issue to handle although I will be firing off an email to their domain dispute department shortly. I spoke with a couple of supervisors there and they were as baffled as I am.

Here's the situation:

When people Google the name of the client's business, it returns their site but on a different domain. The entire site is there, nothing is changed but the URL. It's like having an unintentional mirror site except that none of the forms work which is what tipped off the users that something was wrong but of course, they don't notice that they're not actually on 'www.clientsite.com' so they think it's just a form error when in actuality, they're not even at the right domain.

There is really no way for this other domain to profit from mirroring the client's site; it's just a business profile type of thing with a few forms for contact, employment applications and vendor applications. No secure info is transmitted other than perhaps the occasional email address but we're not talking a heavy volume site, it's a niche market and really not something that would be a typical target. There's no eCommerce, no subscriptions, no financial info.

I'm at a total loss. Could this happen if this other site is hosted on the same server as my client's site? Could it be an actual error of some sort or would it have to be intentional?

The whois for this bogus site leads to DomainsbyProxy.com and I'll be sending them a letter as well but I'd really appreciate any input you all might have on HOW this could happen. Should I also contact Google?

View 5 Replies View Related

CAC/Smartcard User Info Not Accepted, Must Use Domain Usr/pwd Instead For SSL Site

Sep 9, 2009

Having an issue with random individuals trying to access an intranet site with a security certificate. Most users are able to simply select their Smartcard/CAC certificate, enter the pin number and then are granted access to the site's pages.

However, random individuals enter their pin and then are immediately re-prompted by the IE alert dialogue to enter their domain username and password. If they don't enter their network domain username and MS password, then they receive a 401.1 Unauthorized.

I am confused as to why these certain users (who are selecting the same certificates as the successful ones) are being prompted for their domain name/pwd. Furthermore, they're able to access other sites which require a CAC to get past the security certificate.

Possible that a user token is unable to be established via a CAC for the particular site, but not sure why. Since these users are getting a 401.1, then somehow their identity associated with their CAC credentials is not validating.

In IIS: Anonymous users are not allowed (unchecked). 128-bit encryption is required with SSL. Integrated Windows Authentication is checked. Accepting client certificates In the site's web.config file all users are allowed and only anonymous are denied.

Developed in asp.net 3.5

We have tried to reproduce the problem in testing and development environments, but have fortunately/unfortunately been unable to duplicate this issue. This furthermore eludes to an issue that might be isolated to the production server, users access to it, and/or the certificate that is applied to that SSL website on that server.

The exact same setup is present on the development box without any issues at all, indicating to me that the problem resides on the production server's ability to properly receive/handle CAC information from those individuals or that something funky is going on with the way the security certificate is relating to the client's CAC x.509 certificate.

A little more information that may be of use: the browser prompt that initially asks for the CAC has nothing to do with the code of the site, but rather is enabled by applying the security certificate to a site in IIS; thus indicating to me that there is something written into the certificate that looks for client certificates tied to the ActivClient agent via the browser?

The violating users' cards work on all other applications and even on SSL sites on other servers that bring up a CAC prompt. I believe we have confirmed that the certificates associated with their cards and their IE browsers are valid through 2015 (or longer in some cases), and are the same in nature (x509 certificate from the card)... and issuer is being consistently selected as DOD Email CA-15 (though the regular DOD CA-15 works as well). Again, maybe something with the fact that it's isolated to one production server, something with the SSL cert. on that url or user access?

Then again, I probably have no idea what i'm talking about, just throwing a bone here to see if anyone has had the same issue or has any ideas.

View 0 Replies View Related

Plesk 11.x / Linux :: Changing Default Site When Domain Suspended?

Jul 24, 2014

where i can change the default plesk page when a domain has been suspended or disable? I like to change it to my custom page. Is there a way?

View 5 Replies View Related

Plesk 11.x / Linux :: Domain CNAME Redirects To Default Site?

May 16, 2014

When I create a CNAME record for domain, and then trying to load it, it goes to default website. It was working fine before, all old CNAME records are working fine.

Tried reconfigure-all but it doesn't fix the problem. I'm using 11.5.30 Update #44

View 1 Replies View Related

Rapid Site Deployment (database Driven Domain Name Server (DNS) + Apache Config)

Oct 29, 2008

I am trying to do something that I believe is fairly non-standard. What I am looking to do is create a system where I can rapidly deploy web sites without having to restart named and Apache. For example, if a customer completes a process, I want to be able to turn that site on immediately using a temporary domain (somecompany.example.com or othercompany.example.com).

With some programming language (hopefully PHP) I would like to get the customer up and running with their site immediately without having to restart the server. While doing some research I found I could use MyDNS which uses MySQL to manage DNS data instead of configuration files. MyDNS can be updated on the fly.

For Apache I have seen wildcard configurations, but everyone seems to be suggesting the use of mod rewrite. I would prefer that the domain maps directly to a specific folder:

somecompany.example.com -> /sites/somecompany/htdocs
(*.example.com -> /sites/*/htdocs)

Does anyone know how I might do this with Apache. It seems similar to user directories (example.com/~username -> /home/*/htdocs)

View 4 Replies View Related

Plesk 11.x / Linux :: Website Files Copied To Another Domain But Database Remains On Old Site

May 18, 2014

When I use website copy function the website files are copied to another domain but the database remains on old site. I use this function to move the website from devel state to the production state. All sites work fine but when i schedule the backups all databases are saved on old domain. How to move the database on production domain?

View 1 Replies View Related

How Are My VPS Stats

May 16, 2007

Code:

root@srv01 [~]# free -m
total used free shared buffers cached
Mem: 10134 9598 535 0 249 7238
-/+ buffers/cache: 2109 8024
Swap: 4094 1 4093
root@srv01 [~]# Free
-bash: Free: command not found
root@srv01 [~]# free
total used free shared buffers cached
Mem: 10377476 9823916 553560 0 255984 7412716
-/+ buffers/cache: 2155216 8222260
Swap: 4192956 1032 4191924

View 5 Replies View Related

Very Different Stats

Feb 17, 2007

Below are some results from various stats programs from one day's activity on our site. webaliser and awstats give sort of similar results (although still 6400 pageloads difference), but these results differ so much from what google (analytics) says.

can anyone think of an explanation for this? does google have a different definition of a visit compared to webaliser and awstats? for these latter two is visits = hits?

Webaliser 4000 visits, 17600 page views. Aw stats says 3800 visits, 24000 page views. google says 637, 1500 page views. adsense says 3,600 page views.

View 0 Replies View Related

Godaddy Stats

Apr 4, 2006

does anybody know if there is a possibility to circumvent godaddy´s pathetic stats they offer on shared accounts?

-I am not quite sure what tells you the unique visitors (always a good one to know )

-It doesn´t tell you what robots crawl your site. It just says: robots 28 (great!)

-The graphs are all reversed. Meaning that the now date is always on the very left hand corner of the x-axis towards the 0 intersection. This is pretty pathetic as it goes against anything human brains are accustomed to.

I´ve got to stop venting now. I would appreciate if somebody knows where I can find the unique visitors (hosts served maybe?) and how I can install a better stats program on Linux shared hosting at go daddy.

View 3 Replies View Related

Ixwebhosting Stats

May 28, 2008

I have a hosting pack with them, its not bad, didnt had any downtime yet, but...

Disk Space1.30 TB
In Use849.04 GB(63.56 %)
Free Space 486.75 GB
CPU Load: 38%
Memory Used: 3.78 Gb of 3.96 Gb

View 14 Replies View Related

How Are They Doing This With Links In My Stats

Jan 2, 2008

When I go through my AWStats under "Links from an external page (other web sites except search engines)" I see several domains that have linked to me. When I visit these sites they are generally porn and drug sites that do not contain a link. Some of the sites redirect you to other sites. When you look up these domain names they are all from Russia.

These sites account for mulitple hits as high as +14.5%. These sites do not represent the content on my sites.

My questions are.

How do I stop this? I have found banning IP addresses does nothing.

How are they doing this?

Can this lead to your site being blacklisted?

View 11 Replies View Related

AW Stats Substitute

Jun 18, 2007

Anything good out there that you recommend that does not need a lot of set up?

View 7 Replies View Related

Stats App For Windows

Mar 31, 2007

I'm aware of AwStats for Win and SmarterStats, but I'd like to know of any other, if available?

View 11 Replies View Related

Stats Not Updating

Jul 11, 2007

root@server [/scripts]# ./runweblogs username
Log checker loaded ok..
==> WARNING: The configured processor count does not match the
==> actual processor count (4)! Running log analysis programs
==> on this system may cause excessive load! You should set "extracpus"
==> to "0" in /var/cpanel/cpanel.config if this is not ok.
==> cPanel Log Daemon version 22.2
==> Shared RRDTOOL support enabled
==> Starting cpbandwd (bandwidth monitoring for IMAP/POP)
cpbandwd is already running.
Processing eldred...
Run Logs domain: domain.com BW Limit: 262144000000 Domains: [save.domain.com save.info store.domain.com]

Stats are not updating for this account. I ran this twice, keeps getting stuck at this line forever..

Run Logs domain: domain.com BW Limit: 262144000000 Domains: [save.domain.com save.info store.domain.com]

View 11 Replies View Related

HAProxy Customized Stats URI?

May 12, 2009

Recently started using HAProxy for load balancing / failover, and have the usage down. But, no matter how much I search I can't find one simple thing...

Anyone know of a way to customize the status page?

Seems to be a directive actually in the binary...I can't find a conf, include, anything to pass any customization to it. I'm talking about the /haproxy?stats URI.

View 0 Replies View Related

Sites Stats Seem Weird

Feb 19, 2008

I've a few similar video sites and haven't noticed much difference over the years with their stats. They usually average anywhere from 50-100mb downloaded per day.

Suddenly this month, one site is practically going off the scale...600-700mb...up to 1gb downloaded per day...I'm like...wtf?! The other site is reporting normal BW.

I'm using awstats with hotlink protection enabled.

Is something or someone draining my bandwidth?

View 3 Replies View Related

Europe Or US Based Vps For These Stats

Apr 21, 2008

I have always had a US based shared hosting service for my sites, but I'm about to move to a VPS and am not sure where to shop.

My unique visitor stats per continent, for my main site, for the last month, are:

Europe 24,889
Americas 16,002
Asia 1,446
Oceania 609
Africa 208

Is a Europe based VPS a no-brainer with these stats? Does it really make a difference?

View 7 Replies View Related

CPU High Load Stats

May 20, 2007

because of following logs server disbled my dir . But i can what they tyr to say to me ?

for example what do following numbers mean ?

Code:
root@eagle [~]# ps aux | grep vbulletin
vbulletin 2277 1.0 0.3 24872 14460 ? SN 02:34 0:00 /usr/bin/php index.php
vbulletin 19632 1.1 0.3 24872 14456 ? SN 02:34 0:00 /usr/bin/php index.php
vbulletin 1887 1.3 0.3 24872 14460 ? SN 02:34 0:00 /usr/bin/php index.php
vbulletin 28620 4.4 0.3 24796 14460 ? SN 02:35 0:00 /usr/bin/php index.php
vbulletin 3511 4.5 0.3 24796 14460 ? SN 02:35 0:00 /usr/bin/php index.php
vbulletin 30745 5.1 0.3 24796 14460 ? SN 02:35 0:00 /usr/bin/php index.php
vbulletin 13859 5.0 0.3 24796 14460 ? SN 02:35 0:00 /usr/bin/php index.php
vbulletin 6864 4.8 0.3 24608 14204 ? RN 02:35 0:00 /usr/bin/php index.php
vbulletin 19513 4.7 0.3 24608 14176 ? RN 02:35 0:00 /usr/bin/php index.php
vbulletin 29706 5.0 0.3 24608 14156 ? RN 02:35 0:00 /usr/bin/php index.php
vbulletin 10099 4.8 0.3 24608 14196 ? RN 02:35 0:00 /usr/bin/php index.php
vbulletin 7125 5.3 0.3 24608 14204 ? RN 02:35 0:00 /usr/bin/php index.php
vbulletin 29849 3.8 0.3 24396 14028 ? RN 02:35 0:00 /usr/bin/php index.php
vbulletin 3634 4.3 0.3 24396 13984 ? RN 02:35 0:00 /usr/bin/php index.php
vbulletin 14476 4.8 0.3 24404 13972 ? RN 02:35 0:00 /usr/bin/php index.php
vbulletin 19630 4.1 0.3 24180 13668 ? RN 02:35 0:00 /usr/bin/php index.php
vbulletin 20126 3.5 0.3 23912 13500 ? RN 02:35 0:00 /usr/bin/php index.php
vbulletin 20727 3.5 0.2 22664 12148 ? RN 02:35 0:00 /usr/bin/php index.php
vbulletin 2332 5.0 0.2 22824 12304 ? RN 02:35 0:00 /usr/bin/php index.php
vbulletin 19602 6.3 0.3 23772 13344 ? RN 02:35 0:00 /usr/bin/php index.php
vbulletin 20436 5.3 0.3 23032 12552 ? RN 02:35 0:00 /usr/bin/php index.php
vbulletin 12178 8.0 0.3 22964 12512 ? RN 02:35 0:00 /usr/bin/php index.php
vbulletin 16656 10.0 0.2 21628 11180 ? RN 02:35 0:00 /usr/bin/php index.php
vbulletin 16012 7.0 0.1 18612 7888 ? RN 02:35 0:00 /usr/bin/php index.php
root 4547 0.0 0.0 3736 660 pts/1 R+ 02:35 0:00 grep vbulletin

View 3 Replies View Related

Strange Referrals In My Stats

Jun 5, 2007

I have a pretty active phpBB forum. I was looking at my stats today and I notice some strange referrals. I checked it out and it and it is a bunch of spam sites. But with a link to one of my threads in the bottom (different per spam site).

- The spam sites have nothing related to my content
- The link to the threads in my forum has no relation to each other.
- Out of all the sites to put, why mine? My forum is not a very very popular forum.

I can post the link if it will better understand the above situation.

I just like to know why and what purpose does it serve? Also is it bad for me? As it is a spam site is linking to my forum. I dunno if search engines will think my site is a spam site as well.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved