What Do I Insert Under DNS In My Registrar's Domain Options

Mar 8, 2007

I was able to finally set up a dedicated server, and now I'm finallly off to the easier stuff.

Two quick questions:

1) How do I make it so my domain name takes me to my server's address? You know, just like how shared hosts give you the nice little DNS addresses that make everything magically work.

I could just forward the domain to my server's IP, though that would not display the domain name in every page, the way it's supposed to be.

2) When I visit my server's IP, it gives me the apache welcome screen saying everything was successfully installed. That page is locaed under /var/www/apache2-default. I find that "var" directory a bit strange, is it supposed to be there? And more importantly, when I add the real stuff I want on my site, should it all go under the "apache2-default" directory? It seems to be set as the default home page dir, right?

View 3 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: Postfix And (Send From Domain IP) Options Are Ignored

Jun 20, 2014

My environment: Parallels Plesk v12.0.18_build1200140606.15 os_Debian 7.0 64bits - postfix

In documentation about Server-wide-mail settings

In Plesk for Linux with the Postfix mail server, you can change the IP address used for sending mail. Also, if your server sends mail from domain IP addresses, you can specify which name will be used as a host name in SMTP greetings.

Choose from the three options:

◦Send from domain IP addresses. By default, mail from each domain is sent using the domain's IP address. The host name used in SMTP greeting is defined by the configuration of the mail server.

◦Send from domain IP addresses and use domain names in SMTP greeting. If selected, Plesk changes the mail server configuration so that the SMTP greeting will contain the name of the domain from which an email message is sent.

This option prevent the sender's IP address from being put into public black lists, such as the Spamhaus or OpenBL lists. This might happen if the mail server host name is used in SMTP greeting for the messages sent from domain IP addresses. Some recipient servers consider such messages as spam.

We recommend that you use this option if you host less than 100 domains. In case of a large number of domains, using this option significantly increases the load on the server.

◦Send from the specified IP address. You might want to use certain IPv4 and IPv6 addresses for all outgoing mail.

Sending all mail from the specified address might be useful, for example, if the IP address of the mail server was put into public black lists, such as the Spamhaus or OpenBL lists. If you select None, outgoing mail will not be sent.Click to expand...

View 19 Replies View Related

Error: /etc/rndc.key:7: 'options' Redefined Near 'options'

Jun 26, 2007

I've got a dedicated with Centos 4.x, WHM / Cpanel. I have problem when create new account, this is error:

Setting up Mail & Local Domains...localdomains...valiases ...vdomainaliases...vfilters......Done

Configuring DNS...Bind reconfiguring on server using rndc
Error reconfiguring bind on server: rndc: error: /etc/rndc.key:7: 'options' redefined near 'options'
rndc: could not load rndc configuration

View 7 Replies View Related

Registrars Or Webhosts

Feb 27, 2009

Anyone know where I can get <2MB of webspace + DNS hosting and a .su domain, as cheap as possible? The normal registrars/hosts don't sell them

View 11 Replies View Related

Separating Registrars And Web Hosts

Feb 5, 2009

I recently found a similar thread on these forums while googling about the subject but it was old so I made a new thread. What I really need is some advice on what I should do. Is separating the registrar and host really a good idea. And who are the best 2 sites for doing so?

on the subject of ownership of the domain. Does HostMonster let you retain ownership? (They're run by the same people as BlueHost)

View 14 Replies View Related

Registrars Not Accepting DNS Entries

May 16, 2007

I have set up a pair of name servers, the first one is accepted by the registrars and the second one is not. They have been configured identically as far as I can tell.

It appears that some test is run by the registrars to see if the name server can be used.

Is there any way I can find what test it is and get a way to run it to see what the problem is?

Are there scripts or sites where I can run whatever type of test it is and know what the problem is?

View 4 Replies View Related

Media Change: Please Insert The Disc Labeled

Aug 3, 2009

I just bought a new dedicated server, and when I try to apt-get something (anything like, bzip2, build-essential) I get this error:

Quote:

Media change: please insert the disc labeled
'Debian GNU/Linux 5.0.0 _Lenny_ - Official i386 CD Binary-1 20090214-16:29'
in the drive '/cdrom/' and press enter

I mean it's pretty self-explanatory, but seeing as how I can't put the CD in, because the box is not here, I have no clue what I'm supposed to do.

I've had a couple VPS's before, and never encountered this problem.

I'm running Debian 5.0 stable.

View 3 Replies View Related

Apache Has A Way To Insert Some Html Code Below <body> To Every Webpage

May 11, 2008

How to modify add some html code (such as banner, header, footer) to every webpage? without modify original files.

Under <body> or above </html> tags.

Something like search and replace.

View 5 Replies View Related

Mysql Insert/Update Makes Apache Go Crazy

Aug 12, 2007

I run a wordpress blog with apache2+mysql5+php5 in a Debian vps with 1024mb ram (plus swap).

When you read the website everything works quick and smooth, but when you have to add data to the database (edit posts, write posts, write comments) something weird happens.
monitoring the system with the top and I see that, for example, as soon as an article has been posted (already got the "article posted" message in the page) the free ram goes suddenly down (some seconds) from 800mb to 0. Swapping starts and the website stops responding. in the meanwhile cpu "wa" goes high (90%++).

Typing ps aux I can see that is not mysql process's fault, actually it seems more that it's apache to cause this ram hogging, in fact an apache restart brings back tons of free ram.

this is my current my.cnf:

Code:
client]
port= 3306
socket= /var/run/mysqld/mysqld.sock

# Here is entries for some specific programs
# The following values assume you have at least 32M ram

# This was formally known as [safe_mysqld]. Both versions are currently parsed.
[mysqld_safe]
socket= /var/run/mysqld/mysqld.sock
nice= 0

[mysqld]
#
# * Basic Settings
#
user= mysql
pid-file= /var/run/mysqld/mysqld.pid
socket= /var/run/mysqld/mysqld.sock
port= 3306
basedir= /usr
datadir= /var/lib/mysql
tmpdir= /tmp
language= /usr/share/mysql/english
skip-external-locking
#
# Instead of skip-networking the default is now to listen only on
# localhost which is more compatible and is not less secure.
bind-address= 127.0.0.1
#
# * Fine Tuning
#

myisam_sort_buffer_size=64M
max_connect_errors=20
connect_timeout=15
interactive_timeout=100

join_buffer_size=1M
sort_buffer_size=1M
read_buffer_size=1M
bulk_insert_buffer_size=16M

key_buffer= 64M
max_allowed_packet= 16M
thread_stack= 128K
thread_cache_size= 8
max_connections = 600
table_cache = 256
#thread_concurrency = 10
#
# * Query Cache Configuration
#
query_cache_limit = 1M
query_cache_size = 16M
#
# * Logging and Replication
#
# Both location gets rotated by the cronjob.
# Be aware that this log type is a performance killer.
#log= /var/log/mysql/mysql.log
#
# Error logging goes to syslog. This is a Debian improvement :)
#
# Here you can see queries with especially long duration
#log_slow_queries= /var/log/mysql/mysql-slow.log
#long_query_time = 2
#log-queries-not-using-indexes
#
# The following can be used as easy to replay backup logs or for replication.
#server-id= 1
#log_bin= /var/log/mysql/mysql-bin.log
# WARNING: Using expire_logs_days without bin_log crashes the server! See README.Debian!
#expire_logs_days= 10
#max_binlog_size = 100M
#binlog_do_db= include_database_name
#binlog_ignore_db= include_database_name
#
# * BerkeleyDB
#
# Using BerkeleyDB is now discouraged as its support will cease in 5.1.12.
skip-bdb
#
# * InnoDB
#
# InnoDB is enabled by default with a 10MB datafile in /var/lib/mysql/.
# Read the manual for more InnoDB related options. There are many!
# You might want to disable InnoDB to shrink the mysqld process by circa 100MB.
skip-innodb
#
# * Security Features
#
# Read the manual, too, if you want chroot!
# chroot = /var/lib/mysql/
#
# For generating SSL certificates I recommend the OpenSSL GUI "tinyca".
#
# ssl-ca=/etc/mysql/cacert.pem
# ssl-cert=/etc/mysql/server-cert.pem
# ssl-key=/etc/mysql/server-key.pem

View 1 Replies View Related

Mysql Disable INSERT Access To Specific User/table

Apr 26, 2009

How can I disable INSERT access to specific table.

The user should have full access the the DB except insert to specific table.

The tables_priv allow to set what enable and not what disable.

I'm using mysql v5

View 4 Replies View Related

Upgrade Options

Jan 13, 2009

This is more aimed at providers but do you allow partial upgrades on RAM/Disk/Bandwidth?

I'm asking as we have one brand which is fully automated which I refuse to do partial upgrades on as its done as a budget and if a user needs more they need to upgrade to the next package but it is budget.

On our more expensive brands we do allow partial upgrades

View 13 Replies View Related

URL ReRewriting Options

Feb 7, 2009

I have a Windows VPS hosting account. Plesk control panel. I use PHP for my website. With this setup how can I Rewrite my url's from

www.domain.com/page.html?x=param1&y=param2

to

www.domain.com/page/param1/param2

When I try to search I only find URL rewrite for Linux based vps using php or windows based vps using dotnet or php

View 4 Replies View Related

OPTIONS * HTTP/1.0

Jun 22, 2009

Am having a lot of this in my apache status in both, a dedicated server and a vps, i think is affecting our load,

example of just some of the ones that appear in the apache status (whm)

Code:
70-0 - 0/0/21 . 0.00 18726 0 0.0 0.00 0.17 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
71-0 - 0/0/33 . 0.00 18730 0 0.0 0.00 0.20 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
72-0 - 0/0/93 . 0.00 18731 0 0.0 0.00 0.83 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
73-0 - 0/0/17 . 0.00 18734 0 0.0 0.00 0.07 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
74-0 - 0/0/24 . 0.00 123794 0 0.0 0.00 0.13 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
75-0 - 0/0/30 . 0.08 123710 0 0.0 0.00 0.07 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
76-0 - 0/0/9 . 0.00 123783 0 0.0 0.00 0.03 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
77-0 - 0/0/10 . 0.01 123709 0 0.0 0.00 0.01 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
78-0 - 0/0/19 . 0.00 123748 232 0.0 0.00 0.17 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
79-0 - 0/0/129 . 0.00 123793 0 0.0 0.00 1.77 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
80-0 - 0/0/1 . 0.00 177694 0 0.0 0.00 0.00 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
81-0 - 0/0/1 . 0.00 177693 0 0.0 0.00 0.00 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
82-0 - 0/0/1 . 0.00 177692 0 0.0 0.00 0.00 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
83-0 - 0/0/3 . 0.07 177638 0 0.0 0.00 0.02 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
84-0 - 0/0/13 . 0.16 177609 0 0.0 0.00 0.03 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
85-0 - 0/0/1 . 0.00 177691 0 0.0 0.00 0.00 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
86-0 - 0/0/12 . 0.08 177616 0 0.0 0.00 0.01 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0
87-0 - 0/0/3 . 0.00 177647 0 0.0 0.00 0.00 127.0.0.1 server.domain.com OPTIONS * HTTP/1.0

View 7 Replies View Related

Backup Options

Aug 21, 2008

I backup my accounts via cpanel backup. I run incremental and mount to a NAS. I have about 2GB in database and 3GB in files (500,000+ PNGs). Backup is hard on the server and it takes 17 hours to complete according to my logs.

View 5 Replies View Related

Best Backup Options

Nov 1, 2008

As a web hosts backups of client data are very important for me so I want some advices on the best methods of backups.

Should I use :

1. Raid

2. 2nd HDD and use cPanel's built in backup system.

3. Separate backup's server using cPanel's built in backup system.

4. r1soft or other commercial softwares?

View 4 Replies View Related

Redundancy Options

Jun 2, 2008

I host several web clients that were recently impacted by the crap at ThePlanet. As I think about how to be more redundant (and repetitive) I'm not sure of my options.

What's the best practice to ensure that if you have a server at a data center that goes out, that you can (somewhat) easily switch over to a different server? I suppose one solution is to have 2 servers at 2 physical locations, and then you could just change the DNS record in the event of failure, but is there another solution I'm not aware of? Is there a good resource I can goto to read up on this info?

View 5 Replies View Related

Firewall Options

Sep 25, 2007

Still considering co-location and have been for many months! One thing I'm now thinking of is firewalls. What firewalls are available to me, what functionality do they have? What kind of additional protection can they give against DDoS attacks?

I really have no idea where to go with hardware firewalls. The bandwidth going through the firewall on average would be no more than 10mbit/s. Perhaps 20 with growth!

how you went about setting up your colo space with firewall protection

View 13 Replies View Related

Best Options To Run Quality Node ?

Sep 22, 2009

I'm reseller vps, and now i decided to run own node, and sell vps, i choosed VDSMANAGER control panel, because virtuzzo is expensive.

Please help me to choose best options to run best and quality node,

VDSManager or VEportal ? (good optios&security&support&...)

XEN or OPENVZ ? (uutil now OPENVZ best for run static and dynamic site, but on xen can be run vpn & shoutcast & windows & linux & ...)
RAM GB ?
CPU ?
Hard ?

can i use load balancing for vps node ?
how many vps can be run on this node ?

Ex:
VDSmanager
XEN
Core2Quad Q9300
8 GB RAM
500 GB HDD

View 8 Replies View Related

Looking For Merchant Account Options

Jan 17, 2007

I am selling custom software and web-design solutions. After my "unforgetable" experience with PayPal and 2CO i have found URL - they are new on the market and this is why they are more responsive than PayPal, whose priority is quantity, not quality. Most probably there are other option as well - simply this one is the most acceptable for me as it does not require complicated registration process/documents. I don't know how to get a normal merchant account if you live where I live.(I am from Ukraine). Please advice me some merchant accounts with their full discription.

View 4 Replies View Related

Php Caching To Html, Any Better Options

May 2, 2009

Currently I cache php to html in a folder, and any time I upload index.php the whole site recaches. It also is set to a specific time such as 1 day, and the specific page will recache on someone hitting a page in 1 day from last cache.

The problem is when there are thousands of people on, and the index.php is uploaded the site crashes due to connections to the database, and possibly writing to the folder as well.

What is the best way to cache these files to html, and not have it crash every time I try to update things on the site. Also it needs to be something somewhat simple.

View 1 Replies View Related

DDOS Prevention Options

Mar 23, 2009

My host has told me that my forum is coming under a DDOS attack. Once was on Friday March 20th and again today (monday march 23). Before those two, there are attacks almost every week, sometimes twice a week.

The host installed DoS-Deflate. It started blocking legitimate traffic and had to be removed.

The operating system is Linux CentOS, the forum software is VBulletin. The server is a VPS with 1 gig of memory.

Besides DoS-Deflate, what other options are out there?

View 7 Replies View Related

Hosting Options For Video

Sep 30, 2008

Just curious if any of you know of good ways to handle the bandwidth costs associated with hosting high traffic video sites.

For a future project I plan a dedicated server, but was hoping there might be a cheap way to avoid bandwidth costs - such as Amazon S3 (however from my calculations this is an expensive option).

View 8 Replies View Related

Kill Command Options

Nov 11, 2008

I want to know what does kill -6 PID does?

Is there anything else like kill -1,-2 (expect 9).

Also, what is the diff between kill and kill -9?

View 6 Replies View Related

Pro's And Con's For Web And Database Hosting Options

Mar 26, 2008

I'm currently working for a company who are looking to migrate there current business system and also create an e-commerce website.

The company (Company A) who were doing the migration were also going to originally take care of the e-commerce side of things aswell, but after looking at the website solution they have now decided to give it to another company (Company B) to deal with. But seem to be sticking with the original company to do the business system migration.

Now this has created a bit of a problem with regards to the hosting side of things (amongst other things ).
Originally this was all going to be hosted by Company A. This would keep it all nicely integrated.
But now Company B are doing the e-commerce side of things it needs to somehow integrate with the business database.

And now for the question (about time i hear you ask ).
Can you give me the pros and cons of the following scenarios:

Scenario A:
We host both business system (database) and webservers onsite.

Scenario B:
Company A hosts business (database) solution. We host webserver.

Scenario C:
Company A hosts business (database) system. Company B hosts webserver.

View 2 Replies View Related

Options For Metered Gigabit In EU

Oct 11, 2008

I know of ovh (ick), leaseweb/rackedge and thats about it (maybee ecatel I emailed)

is there any others I should know about (not unmetered can't aford 4-5K euro lol)

looking for lower spec proc with 2 drives and 4-6TB on gigabit

View 9 Replies View Related

What Are The Options For An Application Firewall For IIS

Nov 14, 2008

to add an application firewall to an IIS server for PCI compliance reasons.

I know the breach product is one option. From what I can tell, they are the people that maintain mod_security now. Is that right?

Besides the breach appliance, what other options do I have for an application firewall for IIS 6 and IIS 7?

View 2 Replies View Related

Faulty HDD & Transfer Options

Sep 18, 2007

I've recently taken out a new server and the management company I use have indicated that the HDD may be failing.

My server memory usage has been pretty much frozen at 85%+ since it went live, and there is only one live site on the server thats not at all active.

Because of this memory issue the management company discovered the HDD issue whilst probing around.

I contacted the server provider and they have said because its a single unit system that the only option they have is for me to have a new HDD and a simple OS reload.

This poses a problem for me because I've paid my management company to harden and configure the server for me - If my server provider reloads, I'll lose all the work I've paid for.

I find it a little unfair that this has happened with a new (maybe reconditioned server) and that I'm stuck in such a situation, but as is life..

I'm just wondering if anyone could suggest what I might be able to do about this. Is there anyway I could perhaps take a full backup of the entire server and reload it from a seperate server? Is there a service avaliable that offers this sort of thing? I can't get physical access to the server so there is no way of me going there and backing it up myself.

My old/original server that I moved from is still active. I think the current server has like 5-10Gb used so far.

View 3 Replies View Related

Plesk 11.x / Windows :: How To Add All The Options

Oct 17, 2013

How do I add all the options:

*Business Operations
*Business Monitoring
*Business Setup

As the image link

View 2 Replies View Related

Any Free Hosting Options That Are Worth Looking At?

Jul 12, 2008

So far I really haven't found any free hosting options that I would personally use for any of my websites. Are there any "full-featured" free hosting options that a lot of people don't know about?

View 3 Replies View Related

UK Dedicated Server Options - Rent Or Buy?

Jul 28, 2008

Have been snooping on these forums for a while and doing my research but now I need some advice. Hope you can help...

I currently have a dedicated server with 1&1 hosted in Germany and running 15-20 small company/friend websites. Whilst I have been reasonably happy with 1&1 (mainly down to their dashboard and reboot/restore/serial console functionality and prices), it's time for an upgrade. I am also looking to move back to the UK in order to get a UK based IP and slightly reduced latency, I understand I will have to pay a little more for the luxury!

I'm looking at a dedicated server with the following specs:

- Single Dual/Quad Core Processor
- Min 2GB RAM
- Min 2 x 160GB HDD + Hardware RAID 1
- 2TB data/month should be OK
- CentOS 5 (other *nix?)
- Plesk (cPanel?)
- 10GB NAS Backup
- Remote Reboot Port

Budget is around £100/month. At the moment it's between UK2, WebFusion, UK Servers, Poundhost, RapidSwitch and 34sp. I need to get quotes from DediPower, UK Fast & UK Dedicated...

The other main option is to buy a reasonably-specced Dell PowerEdge R200 (or equivalent?) and colo it. A machine with Quad Core Intel Xeon X3320, 2.5GHz, 2x3MB Cache, 1333MHz FSB, 2GB RAM, 2 x 250GB HDD, RAID 1 would cost about £700. Add colo from RapidSwitch and a Plesk license and the total is around the same as the best dedi offer.

Would welcome your thoughts on the benefits and pit-falls of renting vs. buying and recommendations for each based on my preferences. At the moment I'm swaying towards the buy and colo option as costs in year two will me much lower and I can resell/upgrade the hardware, but perhaps I'm missing something...

View 14 Replies View Related







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