Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Web Hosting


Advertisements:




SuperbHosting.net & Arvixe.com have generously sponsored dedicated servers and web hosting to ensure a reliable and scalable dedicated hosting solution for BigResource.com.







What Can I Install To Track Bandwidth Per Domain?


What script/application can I install on my linux box to track the bandwidth per each domain?

I currently have no CP, on lighttpd.


View Complete Thread with Replies

Sponsored Links:

Related Forum Messages:
Monitor/track Bandwidth With Ipchains?
I'm working on setting something up for monitoring my bandwidth/traffic on multiple interfaces. I have setup interface aliases so I have eth0, eth0:0, eth0:1 and the issue I'm running into is that it seems snmp cannot tell the diff between the aliased interfaces. I've found references in the cacti forums of using ipchains rules to track the bandwidth, but I've not found a good howto that explains what I need to get going on this.

Any clues/hints?

View Replies!   View Related
Bandwidth Monitoring For Each Domain
I found a software that i think it is useful for bandwidth monitoring for each website (each domain). It is LiveBandwidth version 2.0 .

View Replies!   View Related
Install And Uninstall The Servlets For More Than One Domain
To install and uninstall the servlets for one domain i have used

Code:
To Install servlets:
/scripts/addservlets --domain = domain name

Code:
To uninstall servlets,
/scripts/remservlets --domain = domain name
Is there any option to install and uninstall the servlets for more than one domain ie.,bulk install servlets.

View Replies!   View Related
Install Plesk One Domain On Centos
i downloaded [url]

and

[url]

from [url]

but how may i install it?

i read readme but ...

View Replies!   View Related
Cpanel :: Domain Name Server (DNS) (BIND) Not Working (new Install)
Cpanel version 11.1.0
Fedora Core 6

This is a totally fresh install. I noticed bind was not running so I went to do a restart in WHM and I get the following error..

named has failed, please contact the sysadmin (result was "named is not running"). Jun 5 14:19:14 dts131 named: /etc/named.conf:65: open: /var/named/named.rfc1912.zones: file not found

View Replies!   View Related
UK Web Hosting 500MB Space 1GB Bandwidth Existing .org.uk Domain
I'm the webmaster for a church website: stpetersbraunstone.org.uk and our domain & hosting renewal is coming up, so I'm looking to see if there's a better deal.

We're with namehog.net (and have been for 2 years with no problems at all) on their Professional package. The renewal fees are 105GBP (web hosting) + 5.90GBP (domain name) + 17.5pc VAT to cover the next 2 years, which comes to 130.31GBP.

The site is powered by WordPress, so PHP and MySQL are needed. And we upload lots of photos, so need at least 250MB webspace I'd have thought. So far, our highest monthly bandwidth usage has been under 800Mb, and our visitor numbers are increasing and our highest monthly figure so far was 401.

Any recommendations gratefully received. There seems to be many different companies out there who offer what I want, so I'm after some personal recommendations please.

I've already used this site to discount streamline.net due to bad reviews.
I'm looking at fuzioned.com and redfoxhosting.co.uk - any thoughts?
I've also come across no-wires.co.uk - has anyone had any good or bad experiences with them?

And yes, I have submitted my details to the "request quote" thing.

View Replies!   View Related
Track A Sysadmin
My server currently has some problems with DNS/mail, which i can't seem to fix myself. My colocation host offered to help me by giving him root access, but i don't know him very well yet. Is there some kind of script/logtool so i can track everything he did on the server? I don't want him snooping around through my webfiles and databases...

View Replies!   View Related
Apache TRACK/TRACE
Can anyone please tell me how dangerous in fact Apache's TRACE and TRACK functions?
I have read common explanation but would disabling TRACK and TRACE improve my server's ability to fight cross site scripting and similar attacks and make it more secure?

View Replies!   View Related
Track Down Attack Target
I'm small hosting provider. On one dedicated server I have around 100 cPanel accounts.

That server is under constant, although not powerful DoS attack.

Since my company domain is not targeted on another server I believe that it is not me but one of my customers that attack is against.

Is there a way, tool, service provider than can help me pin down which account is being hit?

All accounts are on server main shared IP.

Would spreading them on another IPs help? Or would I still see attacks only on main shared IP?

View Replies!   View Related
How To Track A Hosting Proivder
I'd like to know, is there any way to know about hosting provider, if we have only ip address of the server. i.e.

66.63.181.74 - this is the ip address of my website server, how can i trace the service provider who is giving this hosting service?

View Replies!   View Related
Track Changes To Code / Files
I am currently developing a web application on a WAMP server. Once complete my client will have some in-house "programmers" make changes to the code as they are needed.

My client wants to track all changes made to the source files (ie- who made the change, when it was made, what files were modified, and what specific lines were added/removed/modified). Also, the program must run on the server and not the programmers computers.

I've searched high and low and only found a couple programs that scratch the surface of what they want.

View Replies!   View Related
How To Track Email That Is Not Working
how exactly email works. For example, I set my mx record to google apps in order to use google mail with my own domain. Thing is, I can sent from google mail now with my domain email address but cannot send. Furthermore, login to my website email bij www.domain.com/webmail is possible but receiving is impossible and even sending email from that place will not work.

Thinking about it it seems that email is lost
google can send but not receive
from my domain webmail i cannot receive nor send.

View Replies!   View Related
Is It Possible To Track Down A DDoS Attack
I've done plenty of searching on DDoS attacks and from what I've found so far it seems that it's "very difficult" track down the person(s) responsible for the attack.

My question is this - could someone actually do it if they were qualified enough? Would a hacker who is well versed in the techniques used be able to find the person(s)? Or is it just simply impossible sometimes?

View Replies!   View Related
How To Track Down A Compromised Php Script
I have a few shred hosting servers I run. One of them keeps getting listed on CBL. It is very frustrating. Does anyone have an tools, tips, or tricks on finding the compromised?

So far I have confirmed that a script is using PHP to send mail out bypassing the MTA. It is faking the HELO and impersonating a well known ISP.

I used a combination of tshark and netstat. tshark can show me the HELO and EHLO. When I see the wrong entry I cross check that with netstat to see what. So Netstat only shows that it was PHP not the script path.

Here are the commands I'm running:

Code:
nohup netstat -c -p -n -e | grep -i ":25" > /var/log/monitor/netstat-smtp.log &

nohup tshark -f "port 25 and src host XX.XX.XX.XX" > /var/log/monitor/tshark-smtp.log &
Then I grep for what I'm looking for:

grep -i "HELO" /var/log/monitor/tshark-smtp.log

Is there a way to get Netstat to show the script path or complete command that is establishing the connection? Currently these scripts are eating up memory to a point that other process or getting killed off.

I also tried to force all mail through the MTA, but When I enable SMTP_BLOCK in my firewall config I get and error:

*WARNING* Cannot use SMTP_BLOCK on this VPS as the Monolithic kernel does not support the iptables module ipt_owner - SMTP_BLOCK disabled.

If there is a better way I'm game. Maybe some IDS that can tell me more of what is going on with the server?

View Replies!   View Related
Track Perl Hacking Script
I have FreeBsd with Cpanel.someone is running attacking perl script from my server.Below is information about that script but it shows / path in command lsof -p 30251 | grep cwd.

PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND
29018 root 96 0 35968K 30528K select 0:03 2.71% 2.69% perl

newinst# lsof -p 30251 | grep cwd
lsof: WARNING: compiled for FreeBSD release 5.5-STABLE; this is 5.3-RELEASE.
perl 29018 root cwd VDIR 4,12 1024 2 /

newinst# ls -la / | more
total 22413
drwxr-xr-x 25 root wheel 1024 May 16 03:23 .
drwxr-xr-x 25 root wheel 1024 May 16 03:23 ..
-rw-r--r-- 1 root wheel 1 Feb 21 2007 .black
-rw-r--r-- 1 root wheel 1 Feb 21 2007 .black.bak
-rw-r--r-- 2 root wheel 801 Nov 5 2004 .cshrc
-rw-r--r-- 1 root wheel 355 Feb 21 2007 .new
-rw-r--r-- 2 root wheel 251 Nov 5 2004 .profile
-rw-r--r-- 1 root wheel 1 Feb 21 2007 .rbl.db
-rw-r--r-- 1 root wheel 1 Feb 21 2007 .rbl.db.bak
drwxrwxr-x 2 root operator 512 Jul 19 2005 .snap
-rw-r--r-- 1 root wheel 1 Feb 21 2007 .uribl.db
-rw-r--r-- 1 root wheel 1 Feb 21 2007 .uribl.db.bak
-rw-r--r-- 1 root wheel 1 Feb 21 2007 .white
-rw-r--r-- 1 root wheel 1 Feb 21 2007 .white.bak
-r--r--r-- 1 root wheel 6184 Nov 5 2004 COPYRIGHT
drwx--x--x 3 root wheel 512 Aug 20 2005 backup
drwxr-xr-x 2 root wheel 1024 Dec 28 2006 bin
drwxr-xr-x 5 root wheel 512 Jul 19 2005 boot
drwxr-xr-x 2 root wheel 512 Jul 19 2005 cdrom
lrwxr-xr-x 1 root wheel 10 Jul 19 2005 compat -> usr/compat
-rw-r--r-- 1 root wheel 177 Dec 5 12:15 cpgd.c
dr-xr-xr-x 4 root wheel 512 May 16 16:23 dev
drwxr-xr-x 2 root wheel 512 Jul 19 2005 dist
-rw------- 1 root wheel 4096 May 13 15:58 entropy
drwxr-xr-x 28 root wheel 4608 May 19 11:57 etc
drwx--x--x 501 root wheel 9216 May 19 01:33 home
drwxr-xr-x 3 root wheel 1024 Jul 19 2005 lib
drwxr-xr-x 2 root wheel 512 Jul 19 2005 libexec
drwxr-xr-x 2 root wheel 512 Nov 5 2004 mnt
drwxr-xr-x 3 root wheel 512 Jul 21 2005 nonexistent
drwxr-xr-x 8 root wheel 512 Oct 30 2007 opt
-rw------- 1 root wheel 22786048 May 16 04:51 perl.core
dr-xr-xr-x 1 root wheel 0 May 19 11:57 proc
drwxr-xr-x 2 root wheel 2560 Jul 19 2005 rescue
drwxr-xr-x 13 root wheel 1024 May 19 01:33 root
drwxr-xr-x 2 root wheel 2560 Jul 19 2005 sbin
drwxr-xr-x 5 root wheel 13824 May 19 01:22 scripts
drwxr-xr-x 4 root wheel 1024 Jul 19 2005 stand
lrwxrwxrwx 1 root wheel 11 Jul 19 2005 sys -> usr/src/sys
drwxrwxrwt 9 root wheel 31744 May 19 11:57 tmp
drwxr-xr-x 21 root wheel 512 Dec 5 12:12 usr
drwxrwxrwx 24 root wheel 512 May 16 16:24 var

where it is localted at/path.

View Replies!   View Related
How To Track Email Clients' Statistics
I'd like to track the email user agents that our clients use. Basically, I'd like to have something that looks like that:

[url]

View Replies!   View Related
How To Track Busy Web On Server
Is there a way I can track the HTTP traffic to which domain is running with high traffic. Due to traffic load I/O wait is increasing. I want to suspend the domain that have the large traffic to avoid down time.

View Replies!   View Related
How Do I Track Down Spam Coming FROM My Server
Logwatch says I send out about 3k emails each day and that is a ridiculous amount. I use postfix and do not run any sort of relay, even for myself. I have IPB 2.2.2, Wordpress 2.0.4, and Gallery 2.x.

How can I track down where these messages are originating from? Or perhaps I am reading my LogWatch file incorrectly?

Quote:

--------------------- postfix Begin ------------------------

17999281 bytes transferred
2460 messages sent
26 messages expired and returned to sender
145 messages removed from queue

Top ten senders:
24 messages sent by:
apache (uid=48):
2 messages sent by:
root (uid=0):

View Replies!   View Related
How To Filter / Track Outgoing Spam
I'm wondering if theres anything I can install on the server that will either filter or track outgoing spam. I don't want to limit the number of emails sent per hour or anything, I just want to be able to maybe search through some flagged emails or something. Or if they send the exact same email more than x times it can disable their account... I'm not sure

View Replies!   View Related
Small Hosts With Proven Track Record
Often when it comes to choosing or recommending a host, I tend to favor the ones that are larger, and more established such as Hotgator or Downtown Host. But in some other threads, I have seen plenty of people swear by some smaller hosts. Are there some good examples of small hosts that have been around for 3 or more years and have a great reputation?

View Replies!   View Related
What Tools Do You Use To Track Down Frequent Apache Segmentation Faults
I've been trying to use mod_forensics – [url]-- which has helped on one server track down some one causing the segmentation fault due to trying to abuse FrontPage shtml.dll, but on another server also suffering from regular segmentation faults, this tool has not helped.

What other tools are available to track down the cause(s) of Apache segmentation faults?

View Replies!   View Related
Bandwidth Monitoring :: Create Bandwidth Charts Of Network Objects
I have a Sonicwall NSA 3500. Does anyone know if you can use it to create bandwidth charts of Network Objects (e.g. IPs or Groups of IPs)?

I am thinking something like Cacti, but I don't know the code to pull that info or if it's even technically possible.

View Replies!   View Related
Install Suhosin :: How I Can Install Mod_security
problem with install suhosin and ...

how i can install Mod_security

View Replies!   View Related
How Do I Install With RPM To Install Dependencies Also
to installing linux software and have been beating my head for a couple of days. I just learned that I can use something on my CENTOS 5 - which is the same as RHEL 5 - to install the rpm and all dependencies.

Numeric-24.2-1.i586.rpm is the rpm I want to install, if that matters.

How can I do install it AND any dependencies?

View Replies!   View Related
A Shared Web Hosting Service With Unlimited Space/bandwidth, Or A Dedicated One With Limited Space/bandwidth
which case is more preferred: a shared web hosting service with unlimited space/bandwidth, or a dedicated one with limited space/bandwidth?

View Replies!   View Related
Redirecting Domain.com And Www.domain.com To X.domain.com
I own a website, domain.com.

When people go to [url] or [url] I would like them to be redirected to [url]

View Replies!   View Related
/install/install.htm
The live chat support at my web host told me that /install/install.htm is missing in my cpanel. Does anyone know what that is? My sites are down.

View Replies!   View Related
Forward Mail From Parked Domain To Primary Domain - How? MX Record?
OK, I am confused. I have one domain that is parked on top of another domain. I would like Mail that comes to the parked domain to be automatically forwarded to the same user name at the primary domain.

Can I change a DNS or MX record to facilitate this?

View Replies!   View Related
Reverse Domain Name Server (DNS) ARPA For Domain On VPS
I have a vps with dedicated ip's for my domain names.

I read that in order for mails coming from my server not be picked up as spam, i need to add reverse ip entries.

Now i have already added the glue nameserver records on my godaddy control panel,

ns1.mydomain.com -> 10.20.30.40
ns2.mydomain.com -> 10.20.30.41

But do i need to speak to the datacenter to add the reverse dns entries for my domain on their nameservers? What about if i host my nameservers offsite, but then have my webserver/mailserver etc inside the datacenter? Would i need to request the datacenter where the nameservers are hosted to add the reverse ip entries for the domain, and then the request the same from the datacenter for my web/mail servers to add the reverse entries?

Is it really required?

View Replies!   View Related
Yum Install Php Or Manually Install Php
What difference between yum install php or manually install php from scrach (build, make and install)?

I know manually install could configure lots of parameters and paths, like --iconv, --mbsting, etc. I don't know anything behind yum install php. If I want to install php everything in the following:

./configure --prefix=/usr/local/webserver/php --with-config-file-path=/usr/local/webserver/php/etc --with-mysql=/usr/local/webserver/mysql --with-mysqli=/usr/local/webserver/mysql/bin/mysql_config --with-iconv-dir=/usr/local --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir=/usr --enable-xml --disable-debug --disable-rpath --enable-discard-path --enable-safe-mode --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --with-curl --with-curlwrappers --enable-mbregex --enable-fastcgi --enable-fpm --enable-force-cgi-redirect --enable-mbstring --with-mcrypt --with-gd --enable-gd-native-ttf --with-openssl --with-sendmail=/usr/sbin/sendmail

View Replies!   View Related
Domain Parking - Wildcard Domain Name Server (DNS)?
We have a lot of unused domains that we'd like to setup domain parking for.

To keep it simple, we'd like to just change the namesevers to ns1.domainparking.com and ns2.domainparking.com (not real nameservers!) and the domains would then automatically show a simple web page.

We use cpanel servers and are wondering how easy this is to do? I've seem mention of wildcard dns? Is that the answer?

View Replies!   View Related
Domain Parking With Win2k3 Domain Name Server (DNS)?
i have about 8 different domains i'd like to point to a nameserver (ns1./ns2.mydomain.com) on Win2k3 server, but i can't get them resolved through my nameserver without creating a manual forward lookup entry for each *parked* domain separatly..

Does anyone know how to resolve "parked" domains automatically on Win2k3 DNS??

I just can't find any answer for this, everything i've found required manual creation of lookup entries..

anyone?

View Replies!   View Related
Domain Does Not Resolve :: Domain Name Server (DNS) Issues
I've been having some DNS problems with one of my domains for quite some time now. The domain does not always resolve - some go days without being able to access the site.

I ran a simple BASH script to show what I mean. I replaced my domain with "mysite.net" and the IP with "xx.xx.xxx.xxx".

# for i in `seq 1 15`; do host mysite.net; done

mysite.net has address xx.xx.xxx.xxx
mysite.net mail is handled by 0 mysite.net.
Host mysite.net not found: 2(SERVFAIL)
mysite.net has address xx.xx.xxx.xxx
Host mysite.net not found: 2(SERVFAIL)
mysite.net has address xx.xx.xxx.xxx
Host mysite.net not found: 2(SERVFAIL)
mysite.net has address xx.xx.xxx.xxx
Host mysite.net not found: 2(SERVFAIL)
mysite.net mail is handled by 0 mysite.net.
mysite.net has address xx.xx.xxx.xxx
Host mysite.net not found: 2(SERVFAIL)
Host mysite.net not found: 2(SERVFAIL)
mysite.net has address xx.xx.xxx.xxx
Host mysite.net not found: 2(SERVFAIL)
mysite.net mail is handled by 0 mysite.net.
mysite.net has address xx.xx.xxx.xxx
mysite.net mail is handled by 0 mysite.net.
mysite.net has address xx.xx.xxx.xxx
mysite.net mail is handled by 0 mysite.net.
mysite.net has address xx.xx.xxx.xxx
mysite.net mail is handled by 0 mysite.net.
mysite.net has address xx.xx.xxx.xxx
Host mysite.net not found: 2(SERVFAIL)
mysite.net has address xx.xx.xxx.xxx
mysite.net mail is handled by 0 mysite.net.
mysite.net has address xx.xx.xxx.xxx
mysite.net mail is handled by 0 mysite.net.
mysite.net has address xx.xx.xxx.xxx
mysite.net mail is handled by 0 mysite.net.
mysite.net has address xx.xx.xxx.xxx
mysite.net mail is handled by 0 mysite.net.

Has anyone experienced a similar problem? I have gone over the DNS records countless times and see no problems. The site is hosted on my own dedicated server.

View Replies!   View Related
Howto Set A Domain Name Server (DNS) To A Domain
I´ve a domain but haven´t set the DNS servers yet....now I get a free hosting and I wanted to associate the DNS servers to my domain but I don´t know how!!!

It would be great If you could help me...and let me know if you need more info..

View Replies!   View Related
32 Or 64bit & Existing Domain Net Vs New Domain
delving into a new server, a dual opteron w/Centos. Got two questions as I think about setup.

1) 32 bit or 64bit?

2) Regarding host names and server assignemt...I can either assign it as a node to a domain hosted elsewhere in a reseller account, or I can start with a completely unused domain which is currently parked.

Any preference, in an ideal world?

(I have absolutely no preference, but it occurrred to me it may or may not be of consequence, perfomance & IT-wise and generally speaking .. all things being equal, of course.)

Like I said, a newbie. So I'm braced for the if-you-have-to-ask, you-shouldn't-be-in-one" musings for these rather basic boneheaders.

View Replies!   View Related
Kernel Source Install Help Needed On Fc6 X64I Am Trying To Install The Kernel Source.
I am trying to install the kernel source.
I have downloaded kernel-2.6.20-1.2948.fc6.src.rpm
I am using fedora 6 64bit.
here are my current kernels:

kernel-headers-2.6.20-1.2948.fc6
kernel-devel-2.6.20-1.2944.fc6
yum-kernel-module-1.0.3-1.fc6
kernel-2.6.20-1.2944.fc6
kernel-devel-2.6.20-1.2948.fc6
kernel-2.6.20-1.2948.fc6


here is what I seen when I installed kernel-2.6.20-1.2948.fc6.src.rpm

rpm -ivh kernel-2.6.20-1.2948.fc6.src.rpm
1:kernel warning: user brewbuilder does not exist - using root
warning: group brewbuilder does not exist - using root
warning: user brewbuilder does not exist - using root
########################################### [100%]
warning: user brewbuilder does not exist - using root
warning: group brewbuilder does not exist - using root


then when I ran:
rpmbuild -bp --target=$(uname -m) /usr/src/redhat/SPECS/kernel-2.6.spec

I seen this error:
+ Arch=x86_64
+ make ARCH=x86_64 nonint_oldconfig
In file included from /usr/include/sys/socket.h:35,
from /usr/include/netinet/in.h:24,
from /usr/include/arpa/inet.h:23,
from scripts/basic/fixdep.c:117:
/usr/include/bits/socket.h:310:24: error: asm/socket.h: No such file or directory
make[1]: *** [scripts/basic/fixdep] Error 1
make: *** [scripts_basic] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.93770 (%prep)


I need to have this installed to get a app installed etc...
suggestions or ideas?
thanks

View Replies!   View Related
Change Park Domain To Main Domain
How do I change park domain to the main domain and vice versa for the main domain?

I have cpanel, centos, whm. Wondering if this will effect down time and such?

View Replies!   View Related
Domain.com Or Www.domain.com For SSL Certificates
I'm setting my first eCommerce site and right now I need to resolve the following issue.

I need to install (well, the hosting company will do it for me) a SSL certificate and I need to know what is best or common practice, to use domainname.com or www.domainname.com

I don't know what difference it would make but it seems to do so because the hosting company is asking me to choose. Being that I'm clueless about this, I would also appreciate a quick explanation on the benefits or downfalls of using either one.

View Replies!   View Related
Domain.com Works Www.domain.com Times Out
i have a website and for some strange reason www.domain.com does not work, the browser tims out. but domain.com [no httpd or www] works fine.

View Replies!   View Related
Make Addon Domain The Main Domain
I have domain1.com as the main domain that I am using with cpanel and domain2.com as an addon domain that points to a different directory.

I want to move domain1.com to another server and I would like to know if I can make domain2.com the main one

View Replies!   View Related
Domain.com And Www.domain.com Resolving To Different Pages
For some reason, for one of my sites, www.domain.com resolves correctly -- however, domain.com resolves to the Cpanel default page.

I've set up this domain the same way I set up my others. Also, I checked the DNS entry and see nothing wrong w/ it. Here's a screenshot of my DNS domain zone file:
[url]

View Replies!   View Related
Www.domain.com Does Not Resolve Where As Domain.com Works
I ve been having a problem with the "www" prefix for the domains

For example:
[url]

works ok

But

[url]

Does not resolve

here is the named conf

; Modified by Web Host Manager
; Zone File for hayalikelimeler.net
$TTL 14400
@ 86400 IN SOA ns1.theplanet.com. fikret.eforelektrik.com. (
2007032306
14400
7200
3600000
14400
)

hayalikelimeler.net. 14400 IN NS ns1.theplanet.com.
hayalikelimeler.net. 14400 IN NS ns2.theplanet.com.

hayalikelimeler.net. 14400 IN A 74.52.228.130

localhost.hayalikelimeler.net. 14400 IN A 127.0.0.1

hayalikelimeler.net. 14400 IN MX 0 hayalikelimeler.net.

mail 14400 IN CNAME hayalikelimeler.net.
www 14400 IN CNAME hayalikelimeler.net.
ftp 14400 IN A 74.52.228.130

View Replies!   View Related
Strange Domain Become Parked Domain- Is This Hacked
I just when found this domain on google when I was make some search of content of my site
I found domain as a parked domain and work for my site!

so I go to cpanel and parked domain but not found any thing

so what this mean how someone have parked domain for my site and when i go to cpanel noting foudn also when I go to whm and accoubt listed I don’t find that domain?

View Replies!   View Related
Domain Forwarding Vs. Domain Parking
I am moving content from old.domain to new.domain

However I am at the same time retaining the old.domain to keep the older links working

I want that the old.domain/link redirect to new.domain/link

Please advice what would be best to do for the old.domain -

1) Domain forwarding
2) Domain parking

or Both the above

(The other thing is that I would like to do 301 redirect - would this happen automatically by activating the above options - or something else has to be done)

View Replies!   View Related
What Does (set Your Domain As A Remote Domain)
I recently switched to HostGator, and in order to for me to receive my Formmail/email the techs at HostGator had to set my domain as a remote domain for the mail to leave the server. It works now and I am very happy costumer, I just want to understand what that is exactly.

View Replies!   View Related
Redirect Www.domain.com To Domain.com
Can anyone help me in redirecting my site www.domain.com to domain.com since SSL is for domain.com

Here is my htaccess

Options -Indexes
DirectoryIndex home.php index.php index.html index.htm

Could you please add me the correct code to redirect www.domain.com to domain.com?

Also, do i need to restart Apache for taking effect?

View Replies!   View Related
Domain.com Works, But Www.domain.com Doesn't
One of my websites, romeo-help4u.com has this problem. When i type and the address goes to [url]it works fine. But when I go to [url]it doesn't work.

Quote:

Great Success !
Apache is working on your cPanel® and WHM™ Server

If you can see this page, then the people who manage this server have installed cPanel and WebHost Manager (WHM) which use the Apache Web server software and the Apache Interface to OpenSSL (mod_ssl) successfully. They now have to add content to this directory and replace this placeholder page, or else point the server at their real content.

ATTENTION!
If you are seeing this page instead of the site you expected, please contact the administrator of the site involved. (Try sending an email to <webmaster@domain>.) Although this site is running cPanel, WebHost Manager, and Apache software it almost certainly has no other connection to cPanel Inc. or the Apache Group. Please do not send mail about this site or its contents to cPanel Inc. or the Apache Group.

About cPanel:
cPanel is a leading provider of software for the webhosting industry. If you would like to learn more about cPanel please visit our website at www.cpanel.net. Please be advised that cPanel Inc. is not a web hosting company, and as such has no control over content found elsewhere on this site.

About Apache HTTP Server:
The Apache HTTP Server is an open source web server which powers many of the worlds web sites. The Apache HTTP server is part of the Apache Group's many influential projects. Their efforts have helped shape much the world wide web, and they continue to be a dominating force in the web hosting industry.

I checked the dns through whm and everything looks normal. What did I set up wrong?

View Replies!   View Related
Force- Domain.com To Www.domain
I'm using Plesk - Windows web server

Is there a way to force domain.com to www.domain.com (SSL name need to match the www.domain.com)?

View Replies!   View Related
How To Point Domain.com To Domain.net
have a such problem./

my customer have site domain.net, which is hosted on another host.

now he bought domain.com and ask me, to setup this domain and point to domain.net.

i'm on cpanel/whm.

i ask customer on registrar page setup my nameservers, and trying to do edin dns zone..:

as i know, i must do
Quote:
domain.com. A 62.118.***.***

or

domain.com. A domain.net.

or
domain.com. CNAME domain.net.

but unfortunately get an error: Server not found

can u advice, what i'm doing wrong?

btw. domain is immo.am which i'm going to point to immo.ru

P.s.
1. i know, that it's possible to do via registrar, but unfortunately their registrar don't allow this

2. i suggest to do it via 301 redirect, but customer don't like it. just need to view ip of his main domain [immo.ru]

View Replies!   View Related
Domain.com/* To Www.domain.com/* (LIGHTTPD)
how do I forward all *.domain.com/* to www.domain.com/* in Lighttpd

View Replies!   View Related
Getting Www.domain.com To Work, Domain.com Resolves Correctly, Just Not With Www
Okay guys, a quick question for all the gurus out there. I'll admit I'm a bit embarassed posting such an easy question, but give a guy a break, I've been using managed servers for god knows how long and I've finally decided to take a dive into administration. Everything is firewalled and secured properly, I'm just having trouble getting the ServerAlias to work right.

What happens is I go into my browser and enter in [url]walaa! It works.

Now, when I enter in [url], it does not resolve.

I have checked with "dig" the domain settings and it looks as though all of the nameservers are set up fine, this is an apache problem. I'm running apache 2.2 on Ubuntu 7.10 for all those who are interested.

Here is my etc/apache2/sites-available/domain.com:

<VirtualHost *:80>

# Admin email, Server Name (domain name) and any aliases
ServerAdmin webmaster@domain1.com
ServerName domain.com
ServerAlias www.domain.com

# Index file and Document Root (where the public files are located)
DirectoryIndex index.html
DocumentRoot /home/demo/public_html/domain.com/public

# Custom log file locations
LogLevel warn
ErrorLog /home/demo/public_html/domain.com/logs/error.log
CustomLog /home/demo/public_html/domain.com/logs/access.log combined

</VirtualHost>

I've been messing with it for about 45 minutes and I'm worn out at ~4:30am and could use a helping hand from the pros.

View Replies!   View Related
How To Link A Domain To Another Domain
I currently have a few websites hosted. One of them is a .NET.

I want to purchase the same domain again, but as a .COM.

How do I link the new .com to the older .net domain?

I use cPanel.

View Replies!   View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved