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.







How Can I Setup Logrotate To Rotate Domlogs?


i have a little issue with the domlogs folder.

I should empty this files but i don't know if it is possible to do without reboot Apache.

a) how can i setup logrotate to rotate domlogs?
And if it is possible:

b) how can i setup logrotate to rotate domlogs without restart apache?

I have already setup whm-> tweak settings to delete old domain's access logs after stats run and the whm is setup to generate statistics every 20 hours.

But every day the site is slowly because the domlogs are too big.


View Complete Thread with Replies

Sponsored Links:

Related Forum Messages:
Rotate Log
what the purpose of rotating log files is and how often should I do it?

Reason I ask is I installed Logview (www.logview.org) on my server today, and noticed it was there. I also noticed my mail log was 850 megs, which is a lot in my opinion.

View Replies!   View Related
Rotate Logs
I have Apache making seperate log files for each of my virtual hosts and putting them in /home/vhostname/log. Rotatelogs makes a new log every 24 hours, but the logs quickly add up and since the sites are fairly busy the logs are at times over a gb. Is there any way to make rotatelogs delete the log files after two days? Or should I just use newsyslog?

View Replies!   View Related
/etc/resolv.conf Rotate
how to set up /etc/resolv.conf to use the rotate option.

I've tried:
options rotate
options timeout:2
nameserver X.X.X.X
nameserver X.X.X.X

Yes using NSLOOKUP and DIG both always return results from the first name server if it is up (no rotation) and when it is down, the timeout is the default 5 seconds (not the 2 that I specified) before going to the second name server.

View Replies!   View Related
Apache Logrotate
This is our logrotate definition for Apache's logs folder:

Code:
/var/log/httpd/*log {
rotate 5
missingok
notifempty
size=100M
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true
endscript
}
Yet, while it does truncate logs in five, we seem to have fairly different sizes: 182M, 168M, 968M (!)... It seems to be ignoring "size=100M",

View Replies!   View Related
Disable Logrotate
is it possible to disable log rotate? I can't seem to find the cron under my weeklys or dailys nor monthlys unless it's named "mad-db" but is there a way to make it say yearly? or just disable it all together? I say this because the script I use has a function already to clear the logs and when log rotate runs it kills all processes going by the script

View Replies!   View Related
Domlogs 2 Copies?
This I noticed after updating the cpanel/webhost manager to v 11.x

There are not 2 copies of the access log, both updating live, the first one which was always there is at

/usr/local/apache/domlogs/account.com

and the second one at:

/usr/local/apache/domlogs/account/account.com

Does anyone know why there is a need to keep and update 2 log files and how I can go back 1 access log?

View Replies!   View Related
Domlogs Cancellation
I want to close this /usr/local/apache/domlogs/ logs for all domain how can I do?


View Replies!   View Related
Large Apache Domlogs
to delete and reset the domlogs files from Apache server, as they have become too large, but I want to keep a record of the past few years website stats.

I could download the domlogs files (they look like MS-DOS applications) but once I have I am not sure how to read them, is there some off server application that could open these files? I currently view stats in awstats from cPanel, but the size of the files is causing problems with updating now.

The only thing I can think of doing is taking screenshots of the relevant stats that I want to keep, before deleting the files, but was thinking there must be a better solution than that.

View Replies!   View Related
Change Frequency Of Logrotate
In /etc/logrotate.conf

I have the following:

Quote:

daily
rotate 7
create
compress
include /etc/logrotate.d
/var/log/wtmp {
monthly
create 0664 root utmp
rotate 4
}

How can I keep my logs until the 18th of every month?

Would:
monthly
rotate 18

View Replies!   View Related
Logrotate Cron Not Working
I recently purchased a new dedicated server, since I have had this server (8 days) I have being receiving the following email:

Quote:

/etc/cron.daily/logrotate:

error: error accessing /var/log/httpd: No such file or directory
error: httpd:1 glob failed for /var/log/httpd/*log

View Replies!   View Related
Changing Access_log Filename In Logrotate
how to rename access logs according to Week Number?

I notice that 1&1 do this, producing a file like "access.log.31.gz".
I'd like the access log to be in this format: access_log_[domain-name]_[Week-Number].gz, or if domain-name is not possible: access_log_[Week-Number].gz

Here's my current logrotate script for access_log:

Code:
/home/default/muro.co.uk/user/logfiles/access_log {
missingok
rotate 8
weekly
postrotate
/bin/kill -USR1 `cat /var/run/httpd.pid`
endscript
}

View Replies!   View Related
Rotating Apache Domlogs For 7 Days
I've been trying to get the domlogs to rotate and be held for 7 days but have been unsuccessful. Someone came up with this code a while back but it goes a little funky and creates backups of backups domain.com.1.gz.1.gz.1.gz etc. Does anyone know whats wrong with this rotate script?

Code:
/usr/local/apache/domlogs/* {
daily
compress
missingok
rotate 7
sharedscripts
postrotate
/etc/init.d/httpd restart > /dev/null
endscript
}
thewird

View Replies!   View Related
Rotating Apache Domlogs For 7 Days
Is there any way to rotate apache domlog files but only keep them for 7 days?

View Replies!   View Related
Doubt About Csf :: Check /etc/cron.daily/logrotate
i need information about this option 'Check /etc/cron.daily/logrotate for /tmp noexec workaround', there are in the server check, of the csf test, someone can explain to me about this function? should do it?

the actually state is 'warning'.

View Replies!   View Related
Sudden Awstats Domlogs Permission Denied Error
so after successfully installing and testing litespeed last night along on alternate port 1080 on my cpanel setup, I try to look at my cpanel's awstats this morning and:

Error: Couldn't open server log file "/usr/local/apache/domlogs/example.net" : Permission denied

(awstats has worked fine for 5 weeks now)

Googling for this shows other people with similar problem in the past but unfortunately no answers

I tried chmod -R 644 /usr/local/apache/domlogs
and looks like the owners are still correct

I'm at a loss and really screwed if I can't easily fix soon... any ideas?

(as a side note, litespeed has stopped working properly too but I've killed it for now)

View Replies!   View Related
Coppermine "crop And Rotate" Issue
After moving my sites to a my own dedicated server I have some problems with the "crop and rotate" at my coppermine gallery. I get this error:

"Critical error
There was an error while processing a database query"

And this is the error message I got when I enabled the debug mode:


While executing query "UPDATE cpg149_pictures
SET pheight = ,
pwidth = ,
filesize = 4096,
total_filesize = 221121
WHERE pid = '4581'" on 0

mySQL error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
pwidth = ,
' at line 2

Some serveral people already tried to fix it but it didn't work.

View Replies!   View Related
Dedicated Or Reseller Setup With Virtualization Or Decent Chroot Setup
As my clients' needs expand, they're asking for chroot ssh/sftp setup. I'm currently on a dedicated Linux setup but don't really have the time to set up a whole new box with full virtualization or investigate a full chroot solution (baby on the way), and to be honest it would be less hassle to move to a new provider than worry about down time with sites.

What I'm looking for:

- linux hosting
- hosting for 30+ accounts, some with several domains
- at least 6 IP addresses for SSL certs
- each account in a full chroot environment (ssh/sftp/ftp) so they can't poke around each others' files, or each account set up in a virtual machine setup (ie: openvz)
- maildir
- spamassassin
- php 5, mysql, perl 5.8.8
- suexec apache would be nice

View Replies!   View Related
DNS Setup And FTP Setup [LXAdmin/HyperVM]
I have learnt it is harder to setup than I initially expected (since I have just moved from a shared hosting service). I am in need of some help setting up my DNS servers, as I am very confused. Here is most of the info I know:

1) I am running HyperVM

2) I've installed LXAdmin

3) I own the domain (purchased from xeodomains.com) runemart.com

4) My VPS hostname is: vps.runemart.com

5) I know my IP

6) My host has said:

'For VPS customers that have a HyperVM login you can now host forward DNS on the DNS servers rdns1.vaserv.com (US)rdns2.vaserv.com (UK'

And I am unsure what this means/how to do it.

I am not sure if I need some more information to set up my DNS, however I am sure that I can get it if I do.

Now, my questions begin. Firstly, I need to point my domain - runemart.com - somewhere. I believe I need to set up my DNS via HyperVM or LXAdmin so that they are something like: ns1.runemart.com and ns2.runemart.com. Though, is this correct? Am I able to set up my own actual domain name servers, or will my domain have to point at something like rdns2.vaserv.com?

If anyone can assist me in this I would be very greatful, as I am waiting to get my website running. This is all I will ask for now, I will take it one step at a time =).

View Replies!   View Related
Setup
There are a lot of tense people here lately..and I'll withhold the name the guilty party in this until I see when my next billing date is..should be interesting indeed. It is clear some of you need a good laugh.

Silly me..I was always under the impression when a "VPS has been setup" message via email...it was actually setup. Nope.

Actually..the vps is *NOT* setup. I have to wait another 24-48 hours for it to actually work. Mind you..I'm not talking about DNS at all..the fact remains..I have a setup email..and it ain't setup at all. No placeholder page via http..no power panel..no remote desktop..all tried with a raw ip address. The DNS has been setup, though. I'm going to keep a close eye on these folks for further fun.

Sadly..my experience has been deplorable with people that play games like this on day one. In fact..I've never had day 30 with any of them.

View Replies!   View Related
New Setup
I've been using reseller accounts for a while but a major customer has decided their needs have grown to the point they want the server to be local for faster access and other things. Since they have been quite happy with my services so far, they want to let me carry on for them even though I've admitted to them I've never done the things they want before.

So now I need to setup the Linux servers in a local datacenter and would appreciate some real ground advise on certain things.

1. Redundancy if the server fails
So far my research indicates that this is known as a failover arrangement. It seems that the software to use are Heartbeat which monitors if the primary server's alive and DBRD which synchronizes changes to the drive data. Am I correct or missing something crucial in the middle somewhere?

2. Backup Website
If for some reason the server is totally inaccessible, such as network failure, is there a way for visitors to be redirected to a site hosted on my current reseller account informing them that the site is currently unavailable and giving some basic contact information?

3. Bandwidth control
The server is provided with a 5mbps connection. My client runs several web applications and would like to ensure speeds on certain applications for some customers.

I understand it's possible to set up domains like www-client_normal_customers-com, www-client_premium_customers-com, www-client_staff_updaters-com using 3 different IP pointing to the same server. (using dashes because wht won't let me post urls...)

Then is it possible to set things in such a way that premium IP and staff IP will always at least have 1mbps of bandwidth to use.

E.g. 20 normal customers banging away at the server using the full 5mbps.
2 premium customers connects, the rest are automatically cap to 4mbps, giving the premium customers 1mbps to share.

Then a staff logs in to update the database, normal customers get cap to 3mbps giving the staff 1 mbps to use and not affecting the premium customers.

View Replies!   View Related
NAS Setup
I am currently researching and evaluating Network Attached Storage systems and was wondering whether anyone out there has had previous experiences (good or bad) with any particular setup?

I am particularly curious to know:

1- what kind of a performance hit I can expect when data is stored on a NAS and accessed via ethernet over iSCSI as opposed to regular SATA or SCSI.

2- what pre-built NAS system would you recommend for a system that requires about 8 TB of disk space for file data and needs to have 100% uptime? I've been looking at: [url]

However I don't know what sort of limitations this hardware offers as far as simultaneous disk reads/writes go.

View Replies!   View Related
WSUS Setup
I want to setup WSUS for automatic updates for our servers. Can I setup WSUS on a VPS created in Virtuozzo? What should be the ideal server configuration for the WSUS. Also, I want to know if I can update any server using the WSUS server or the servers should be in the same network.

View Replies!   View Related
RAID Setup
We have a client that has a mail server with two drives. One hard disk is devoted for OS/Application (C and one is devoted for mail storage only (D

The goal is to make the D: drive which is a SATA 320GB drive to be made into a mirror, i.e. add another drive and a RAID Card and make D has a RAID Mirror drive.

My understanding is that when a RAID is configured for drives, the drive will lose whatever data it has on it ? Is there no other way to construct a singular environment into a RAID mirror environment (by adding a drive and Card) without losing drive on one of the primary drives?

Is this possible or am I SOL?

View Replies!   View Related
VPN Setup
I need to setup a vpn for a customer so they can access a development server. I'm running a Tomcat server and an Oracle database that they would need access to, both port 80(or 8080) and port 1521. This needs to be secured as there is customer data that needs to be protected.

This server will be part of our existing servers we rent from Pacificrack. I really would appreciate any suggestions as the best way to do this, short of buying my own cisco or checkpoint firewall with vpn.

View Replies!   View Related
Lxadmin Setup
I saw a vps plan without any control panel.

Virtuozzo based VPS comes with no control panel. I am wondering if it is easy to install Lxadmin or not? and is it all the same as lxadmin preinstalled by providers for operating?

I used a vps for several months with lxadmin, can deal with lxadmin well. so still want to have it.

View Replies!   View Related
How Many Amps Will This Setup Take
I've got a 1U case and i was wondering what i could fit in there to get the most out of it. I'm looking at colocation and i'm allowed 0.4amps.

Will i be able to run a

2 x quad core xeon
4x2GB FB-DIMMs or 8x1GB FB-DIMMs
4x1TB HDD

View Replies!   View Related
How To Setup SAN
how to setup SAN either on Windows or Linux?

View Replies!   View Related
Gigenet Setup
We have servers in many DC's FDC, Singlehop, DedicatedNOW, ThePlanet, but no one set up our servers faster than Gigenet. I placed the order and 2 hours later I get my server login details and all the plugins I needed were also installed. I also read on their website that 95% of the servers get deployed within 2 hours which is great! I have contacted support 2 times and they replied quickly and they did exactly what I asked for. So far so good and will update everyone in a couple of months on how everything goes.

View Replies!   View Related
Rsync Setup
I am in the process of setting up a cronjob so I can run rsync automatically every day.
But I want to know is it ok to exclude the following folders?

/home/.cpcpan/
/home/cpeasyapache/
/home/src/ <!--- This folder I made to put files in before I install
/home/MySQL-install/
/home/.cpan/

As from what I understand cPanel/WHM makes these folders, and there no user data in these folders

View Replies!   View Related
Setup For IIS 7.0
I am currently using windows server 2008 standard to host my website. I set my website up with IIS and when i type in localhost i can see it. But, if i type i my ip adress I see my router's config page. I use dyn dns updater which takes my ip adress and uses that to update my website. But, when I go to my website I see my routers config page, not my website.

View Replies!   View Related
RAID 1 Setup
I have 2x250gb drives, and this is my output of fdisk -l:

Quote:

Disk /dev/hda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 30401 244091610 8e Linux LVM

Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 30401 244196001 8e Linux LVM

I see the LVM is some sort of manager and it looks like the 2 drives are indeed set up as LVM, but I can't really tell what the means or how they are set up.

I'm looking to have them in a RAID-1 setup - a copy across drives so that it will continue working even if a drive fails.

View Replies!   View Related
How To Setup My Server
i recently bought a Dell SC440, quite basic configured, the thing is that it came without (OS) so i downloaded (CentsOS) as my OS.

My question here is, i want to setup my server in order to host 15 of my domains and would like to have it setup like the (Lunarpages)
account that i have at the moment with them is that possible?

what OS i should get to start the installation.

View Replies!   View Related
SpamAssassin Setup
I am setting up spam assassin white list and it says I can put *@domain.com so does that mean it will white list everything from domain.com ?

Quote:

Originally Posted by SpamAssassin/cPanel

Used to specify addresses which send mail that is often tagged (incorrectly) as spam; it also helps if they are addresses of big companies with lots of lawyers. This way, if spammers impersonate them, they'll get into big trouble, so it doesn't provide a shortcut around SpamAssassin. Whitelist and blacklist addresses are now file-glob-style patterns, so friend@somewhere.com, *@isp.com, or *.domain.net will all work. Specifically, * and ? are allowed, but all other metacharacters are not. Regular expressions are not used for security reasons.

View Replies!   View Related
SSL Setup
I have no experience in this topic but I need a secure connection with SSL. I made some research but not everything is clear.

I need a dedicated IP to make SSL possible.

Do I need an SSL certificate as well or it is only important to make the customers happy? Does SSL works without certificate?

I ask it because some company charge money for the SSL/month and pluss charge money for certificate/year.

What does it mean if the certificate is outdated? The SSL connection works fine, isn't it? I ask it strictly technicaly.

View Replies!   View Related
Best Email Setup
I currently use gmail applications but I want to host my emails myself, how would I go on setting up a secure, and spam preventive email server.

View Replies!   View Related
How To Setup A VPN
Hello I have my own web server. Due to some sites being blocked in where I currently reside (no not porn, just websites like flickr, orkut..etc). I have seen some programs that you can download for free and they connect through a VPN but dramatically slow down your connection and filled with ads. It did work. However I want my own setup and VPN

View Replies!   View Related
UK - Recommendations For This Setup
I'm about to publish a dynamic website and I need it to be as close to London as possible.

I'll probably decide to have database and website on the same server for the beginning. I was thinking 2-4Gb and not so restrictive bandwidth (500GB+?)

I'm scared of starting a plan with a server provider as I know nothing about the general offerings and the reputations of the various companies.

View Replies!   View Related
Server Setup
I installed Windows Server 2003 on a spare computer, Pentium 4 2.00GHz 760 MB of Ram. I have been looking allover google on how to setup a DNS server so that I can run my Clothing Companies website from home. Are there any guides that can help me from setting up DNS server to having the website appear online? I have been trying to set up this server for about a week now and still no luck. when I ping 68.109.88.131 it comes back successful and when I enter that in, in a url, the "Under Construction" page comes up.

View Replies!   View Related
MSSQL - Setup
I have around 5 servers each running an instance of MSSQL. Four of them hold small databases (largest is 4GB) and all fairly active (I was monitoring the largest for around a minute with SQL Profiler and it used about 2000 rows).

The largest server is used as a central database for logs for the above four servers.

This server runs across 4 * 15k drives in RAID10, but the RAM is a huge bottleneck (64bit OS, 32bit MSSQL). I also watched this server for around a minute in SQL Profiler and saw around 2000 rows being used again.

Now I'm looking to centralise everything into a single instance of MSSQL. I can't afford for MSSQL to be slow, but it will be housing 7 databases (3 'main' databases, 3 log databases, 1 misc. database).

I'm looking at this:
- 2 * Quad Core Xeon 5405 - 2.00GHz (Harpertown)
- 12GB RAM
- 250GB SATAII - Windows installation / Programs
- 250GB SATAII - Backup drive, MSSQL transaction logs
- 10 * 73GB SA-SCSI 10k (RAID10) - MSSQL instance, all databases here

I'm just wondering if anyone could hazard a guess if this would be sufficient? I've tried to explain things the best I can. I guess to summarise would be that there are a lot of read and writes that would happen if I conbined all the databases into a single instance.

View Replies!   View Related
DNS Setup
We are currently setting up a VPS server, which will be used for a specific client portfolio that we are aquiring from another company. This is a Linux based server with WHM/Cpanel.

However, we wish to set up DNS in the best possible way, since we need to host DNS for some vital ISP services also. I gather this probably means using a combination of DNS on the VPS server itself, as well as one or more other DNS servers in other physical locations. The VPS server itself is located in Amsterdam, while most clients are here in Norway - thus ensuring reliability for local clients is the most important consideration.

Now some key questions:

- How important is the physical location of the DNS servers, and where should these ideally be located?

- Is a cluster solution the way to go - and is this supported by WHM/Cpanel?

- We have Linux and Windows based servers on our local network; could these be used for DNS also? If so, tips on software needed?

View Replies!   View Related
Plesk Setup
Does anyone have a Plesk setup tutorial? We just purchased a new VPS and it looks like Plesk needs some configuration. Even the firewall is off by default. Does anyone have a link to t good setup tutorial for Plesk 8?

View Replies!   View Related
Jmail Setup
How can I install Jmail component to my windows server ? Please explain the steps of it.

View Replies!   View Related
Network Setup
I am collocating a bunch of servers on the windows platform. My DC has given me one straight through uplink cat 5 cable that I currently have plugged into my firewall (a Windows ISA Server).

The problem is that I have only a few of my useable IP’s on the firewall box but I don’t know how to put some of the others to use.

What I would like to do is put my APC remote reboot switch and my KVM/IP on public IP’s which I think should be before the firewall. If this is correct please advise me on how to do this. Do I just get a switch or hub and hook this to the uplink and then distribute the IP’s through that?

So I’ll have:

Uplink from DC
|
|
Switch/HUB
|
KVM/IP
FIREWALL-->Servers
APC SWITCH

Please point out the errors of my ways.

View Replies!   View Related
How To Setup Domain
i have dedicated server [ Debian/linux/ ], where isn't installed any control panel.

i'm using this server for my primary domain, but now decide to move to this server on of my domains too.

unfortunately, before this i "add domains" only via control panel, but as i know i can do it via SSH too (w/o any control panel).

can u give me any advice or give me url of tutorial with guide how to do it step by step.

i have experience of work via SSH, so knowing how to do, i'm sure i can do it myself.

View Replies!   View Related
Nameservers Setup
I have setup nameservers

ns1

ns2

but dnsreport.com is searching for primary nameserver

How to setup primary nameserver?

I have a vps

View Replies!   View Related
Server Setup
lot of questions about a server setup i whant to now some things if you can tell me fanks it is a systeem with linux os

1 if you have 2 cpu's in your server and one is broken, can i replace it easy?
do the server still work on one cpu? can i take the broken cpu out and put a new one in and still the server work when i do this?

2 What for backup option i have when the raid card is broken?
can i install software there for that the software take over.
or must i put 2 raid cards in the server?

3 wich software i need when i whant raid software ( not a raid card )?
raid 5 with hotspar and for linux os or raid 1 with hotspar

4 when a raid card have a cpu with the speed 566 mhz and i have 2 cpu 2.0 ghz and i only whant to work with raid software can i than fink that i take about 566 mhz from the 2 cpu and the rest is for the server or to the software need to take more from my cpu's

View Replies!   View Related
Server Setup, What Do You Think
--- Supermicro SuperServer 6015X-8V (supermicro.com/products/system/1U/6015/SYS-6015X-8V.cfm)

--- Intel Xeon 5160 Woodcrest 3.0GHz 4M shared L2 Cache Socket 771 Active or 1U Processor (newegg.com/Product/Product.asp?Item=N82E16819117091)

--- 4x Crucial 1GB 240-Pin DDR2 FB-DIMM ECC Fully Buffered DDR2 667 (PC2 5300) (newegg.com/Product/Product.asp?item=N82E16820146585)

--- 3x Seagate Cheetah 15K.5 Ultra320 SCSI 73-GB Hard Drive (seagate.com/ww/v/index.jsp?locale=en-US&name=Cheetah_15K.5_73.4_GB&vgnextoid=3ae6a3b7b59ad010VgnVCM100000dd04090aRCRD&vgnextchannel=4d02d3a0140fc010VgnVCM100000dd04090aRCRD&reqPage=Model )

What do you think of this setup? The only thing I am unsure about is the case/motherboard. I want the best case/motherboard (1u) so i can upgrade it more in the future.

View Replies!   View Related
Hosting-ie.com Setup
has anyone else been with this company hosting-ie.com and been experinceing bad services? at the moment i have been waiting a very long time for a vps with these guys and they dont communicate to well either i been waiting over a week and i have sent lots of emails over the past few days but they are not responding? I did a review search but i can not seem to find any on the forum search

View Replies!   View Related
Nameserver Setup
I recently moved hosts and also decided to use what I hope is a more reliable DNS / nameserver setup. So I signed up at everydns.net. I surfed and read for hours and got more confused the more I read.

I finally set up my accounts with the corresponding records as follows:

*.mysite.com CNAME mysite.com
mysite.com A 123.123.123.123
mysite.com MX (10) 1mail.mysite.com
www.mysite.com A 123.123.123.123

My questions are:

1 - Is this pretty much right?
2 - should I have a second MX recored like:
mysite.com MX (10) 2mail.mysite.com

I'm using 4 nameservers >> ns1.everydns.net, ns2.everydns.net, ns3.everydns.net, ns4.everydns.net,

View Replies!   View Related
How Long Should Setup Take
I bought a VPS its taken 18 hours still no setup is this normal?

View Replies!   View Related
DNS Setup
All the domains on my server are using my own hosted nameservers, but now I have a new domain where I need to use a 3rd party DNS (gratisdns.dk).

The settings on gratisdns.dk wasn't a big deal, but what on my own server?

I created the domain through whm and it is set to use my own DNS just like the other domains. How do I change it to use the DNS from gratisdns.dk?

This is how my zonefile looks like:

Quote:

; Zone file for mynewdomain.dk
$TTL 14400
@ 86400 IN SOA ns1.myownns.com. email.mydomain.com. (
2007050801 ; serial, todays date+todays
86400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds

mynewdomain.dk. 86400 IN NS ns1.myownns.com.
mynewdomain.dk. 86400 IN NS ns2.myownns.com.

mynewdomain.dk. IN A 72.xxx.xxx.xxx

localhost.mynewdomain.dk. IN A 127.0.0.1

mynewdomain.dk. IN MX 0 mynewdomain.dk.

mail IN CNAME mynewdomain.dk.
www IN CNAME mynewdomain.dk.
ftp IN A 72.xxx.xx.xxx

I guess I don't need the A record and Cname here since I set that up at gratisdns.dk?

How should it look and are there anything else I need to change on my server?

View Replies!   View Related
Xwindows Setup
One of my clients (a community college) is switching to WebGui in 2008. They've installed it on a Linux server and I'm on a PC with Windows XP. My thinking is that I need an xwindows client to login in order to maintain the site. Am I thinking correctly? If so how do I go about doing it?

Do I need cygwin? WINE, as in software ;-)?
(Detailed steps would be great ... know of any websites with detailed instructions?)

This gig is not paying a lot so I'm looking for opensource.

Note: I do have a vpn client that I was using previously. Can that be used/reconfigured somehow?

View Replies!   View Related
DNS Setup
i 've tried to setup dns server. i configured dns as well. but it's not reachable by the domain. would you help me to setup this dns settings correctly. will my nameservers would be NS1.mydomain.net and ns2.mydomain.net if i set it up in windows server 2003?
i can't login through ftp programs. even when i type my login details. how to change the permission on the server.

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