to build a website (there is a team working on the software, and planning to go live in March). I decided to go for a 1/4 rack in a local colo.
Here is what I think I need (maybe missed something):
1-2 webservers (asp.net app) 1 database server (mssql 2005)
A few questions:
1. Choosing between VPN and firewall, I'm leaning towards VPN. Colo has its own firewall to connect to get into its network. Does it make sense to go with VPN or should I go for a firewall?
2. I'm thinking to go for DL360 G3 with 3GB RAM for webservers and DL580 G4 with 8GB RAM for database server. Does it make sense? Can you recommend where to buy it from?
3. Do I need to buy a 1U switch or a simple switchbox is enough? Which switch would you recommend?
4. What about Load Balancing? I don't want to go for an expensive solution until the website picks up. But I do realize that I'll need Load Balancer at some point. What would you recommend to do?
I'm assuming the setup I'm looking for is pretty standard, but don't have experience with setting it up. Any advice/help is very much appreciated.
I want to setup a password for a website running on Ubuntu server, and find Apache can be used. It is implemented by config httpd.conf file and .htaccess file.
So I want to ask:
1. In this case, the password is setup for a path on the server configured in httpd.conf file. Like in the following example:
Code: <Directory "/var/www/html/MySite">
The password is setup for the path to Mysite,right?
2. If my content of website is not stored under /var/www folder, I cannot use this way to setup a password for website, right? May use PHP instead?
We had written a free file sharing website like rapidshare,2shared,4shared n .... .
We let people add as many file as they want to upload. People also search and browse among files.
Do we need a dedicated server or a dedicated VPS ?
How much should the configuration be? i mean How much Ram?
We need to add extra hard disks in the close future.
Maybe sometime we need to add clustering and ... .
Please tell me in detail about the initial configuration needed to run this website so we ll be sure that the site will never be down or lacks of hard disk and ram or CPU.
and tell me your experience in best dedicated services with online support which will be good friends.
We are hosting provider. I running Plesk 11 on Window 2008 64 bit. I have a website error as flow
HTTP Error 404.3 - Not Found
The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.
I have Apache 2.2.26 running on OS X 10.9.3.My situation is that I consistently get an error that client denied by server configuration when accessing /server-status.
and it seems to be normal again. Right now there is 2000 visitors going to the website and possibly 3000/hour during peek hours. The page is in php/mysql, 4 mysql queries per page.
When I goto CPU/MEMORY/MYSQL usage in WHM, there is a red color bar and the information is UserDomain%CPU%MEMMySQL Processes nobody39.11139.640.0
I want to buy soon a Dell PowerEdge SC1435, as my first 1U server.
I will hook it to a co-location data center, near by my place.
Feel free to tell me if you see some bad choice related to server options:
Dual Core AMD Opteron 2212HE 2.0GHz, 2x1MB Cache, 1Ghz HyperTransport No Operating System No Memory (if possible, plan to buy recognized performance brand) 24X IDE CD-ROM SAS 5IR internal RAID adapter, PCI-Express Add-in SAS5iR RAID Controller which supports 2 SAS Hard Drives - RAID 1 No Hard Drives (I already purchased 2 Fujitsu 73GB 15K SCSI ULTRA320 80pin HD's - Part MAU3073NC) On-Board Dual Gigabit Network Adapter, No TOE Rack Chassis with Static Rapid Rails, 1U Riser with 1 PCIe Slot Broadcom DualPort TCP/IP Offload Engine Not Enabled, Linux OS Only Bezel
I have the 2 Fujitsu 73GB HD's and plan to set them into a RAID 1 array. Will the RAID controllers from Dell be compatible with the above HD's? Do you recommend me NOT to get the Dell controllers and purchase instead a different brand?
I'm a a JAVA software developer and it happens that I need to configure a dedicated server running Win 2003.
It's already up and running with static IP address, however hosting offers a "Static IP Address", which doesn't really make sense, cause I already have one?
Other thing is domain name. Current domain name is registered with a different company and we don't really want to transfer it from that company. Can I get away with importing a domain name and changing MX records in the domain control panel?
Last thing is an email server. What do I need to set up an Email Server? I have a domain name with few POP3 email addresses. I thought about using hMail server for windows. What else do I need to do, pay for?
We are getting ready to re-work some of our dedicated server configurations, and I'd like to get some feed back from the community to see what it is that you are looking for when you buy a dedicated server.
So what tickles your fancy? Faster disks? More RAM? "Green" servers? What about CPU's - do you have a favorite? Atoms? Dual Cores or Quad Cores? Maybe it's all about price point - I'm really trying to get a handle on making our offerings match as closely as possible to what you would want in a dedicated server, so throw it out here and let's get some constructive ideas going.
i'm sure everyone is familiar with Twitter downtimes. the question is, could this be a problem that can be mitigated by better server configurations - one that focuses on heavy SQL?
I have customer which site domain*.net (e) is hosted on my server.
domain*.com is his site too, (but is hosted by another hoster) and as *.com is operational site, he ask me to set for domain*.net records of domain*.com
so just now records for domain*.net are:
Code:
domain*.net - 14400 in A - IP of second hoster localhost.domain*.net -1440 in A -127.0.0.1 domain*.net 14400 ub MX - 0 www -14400 in CNAME - domain*.com FTP -14400 in A - IP of second hoster everything works nice, untill my client need to setup emails on this domain - domain*.net
i setup emails via cpanel, but if client try to connect via mail program (f.e. outlook express), he got an error. [as mail program try to connect to domain*.net which is pointed to domain*.com]
so my question is, is there any way, to change (add) any record, and as result have working emails on domain*.net ?
As i know, i must setup A or CNAME records of "mail" to my ip of domain*.net
I'm soon to be launching a new website that I have been working on for the past couple years. I am getting a new dedicated server for this website and want to ask a few questions before getting one configured to my liking:
1) Should I install Apache 2.x.xx as opposed to Apache 1.3.xx? Up till now, I have only worked and developed on Apache 1.3.xx, but if I'm going to need to upgrade at some point, my as well do it now before I launch the site to the public. Problem is, I have many many rewrites at the configuration file level, and I am not sure what the compatibility is for my rewrites is going from 1.3.xx to 2.x.xx. Anyone know or have advice?
2) I have developed this website in PHP 5, so I'm good with PHP... but I developed the site with MySQL 4.1. I would like to upgrade to MySQL 5 before I go live to the public, but again, not sure if there would be any fallout with my code. The only thing I can think of off hand is that I DO NOT use the mysqli extension. I use the standard mysql extension when calling my database. But I am assuming I can disable mysqli and use the plain old mysql extension with MySQL 5. Anyone know?
3) I put all my mod_rewrite rules in the httpd.conf file. Since this will be a managed dedicated server (hosting company does the updates), if my hosting company updates Apache on my server, would I lose (or potentially lose) any modifications or additions I make to my httpd.conf file? Or do Apache updates not touch the httpd.conf file because of this?
I have a client who is a media company and is interested in using a dedicated server in order to send their daily e-newsletters by email. The server will only host a script for handling the email distribution and email database.
They need to send approximately 20,000 emails every working day, in blocks of 5,000 emails. Each email includes an attached PDF file of 3Mb (this means less than 2,000Gb of bandwidth every month). They want each block of 5,000 emails to be sent within maximum 2 hours.
Please let me know the suggested configuration for a server to handle this email load.
We're expecting a large spike in traffic (40k visits in one day) soon. We’re running on a very powerful server with CentOS & cPanel.
Is there any specific configuration we can setup to prepare for the large visitor spike? The website is very database and PHP intensive. We want to avoid any downtime.
some clients on server couldn't access vb sometimes. this error occured
HTML Code: [B]Forbidden[/B]
You don't have permission to access /vb/showthread.php on this server. So I checked /usr/local/apache/logs/error_log and found this error
Code: client denied by server configuration: /home/USER_NAME/public_html/vb/showthread.php what does it mean, and How it was happened sometimes not all time?
Lately my users have been getting 403 and 404 errors for pages that are on the server and have the correct permissions. when I look in cpanel in the error logs I see the error:
Mon Mar 26 12:43:09 2007] [error] [client 216.x.x.x client denied by server configuration: /home/xxxx/public_html/acronyms.php
What is the best way to setup my server hard drives for shared hosting? I have yet to purchase the hard drives. I was thinking of using two 250GB HD's or maybe a single 500GB HD. What is your experience with this in the past? Should I aim to use SATA or IDE? My thoughts are its better to have two drives for redundancy and performance.
Right now we are getting total 5000 visitor/day on 5-6 of my websites.
We are currently using shared hosting but planning to get Dedicated server for better speed and dedicated IP's for each site.
All sites based on PHP/MySQL.
Our Budget is $125 but we have no idea what ideal configuration would be like P4 2.4Ghz or core 2 duo or athlon X2. 80 GB hard disk with 1000 GB data transfer is sufficient we are looking at iweb.com they have some budget server.
We also need Cpanel/WHM with fantastico.
guide us for Processor and RAM and ideal configuration we dont need any managed services we can handle our servers.
I have had 2 drives fail on me in 2 weeks, and had to completely redo my server's configuration and security.
I would like to tell my tech to make an image of the current server, just so that the firewall and settings are all saved, and can be restored if this happpens again.
How should I go about doing this, and what can I tell my tech to do so that he does this in the best, most efficient way?
I have 2 live websites on there now (not an insane amountt of traffic), so I am assuming the sites current state will be in the image, which I don't mind, as I can just restore a recent site backup if the site happens to go down again.
Please let me know your thoughts!
( i am assuming i should try to delete as much junk off of the server as possible to make the image smaller)
I am trying a webpage siremis whenever i try to login i am getting below error in error log of apache [client 192.168.137.7:4758] AH01630: client denied by server configuration: /opt/siremis-4.0.0/siremis/.htaccess
in httpd.conf following is the rule Alias /siremis "/opt/siremis-4.0.0/siremis" <Directory "/opt/siremis-4.0.0/siremis"> Options Indexes FollowSymLinks MultiViews
[code]....
i am using apache 2 and php 5.5.1 and mysql 5.6.12.
I just installed Plesk 11.0.9 Update #8 on a CentOS Linux Server and found a new FTP-server running and listening on port 21. I wanted to deactivate it or at least change the port number to anything else. But in the config file /etc/xinetd.d/ftp_psa there is a comment:
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY, #SO ALL YOUR CHANGES WILL BE LOST AFTER YOU UPGRADE PARALLELS PLESK PANEL.
So I can't deactivate the FTP-server with the line "disable = yes" because the default file is restored after a while (I can't pinpoint the event when it happened). In the Plesk frontend I can't see any possibility to deactivate the server or change the port.
In the file above, there is mentioned another config file "server_args = -c /etc/proftpd.conf" but changes in that file are ignored for whatever reason. There I changed the port number but without success. It's still listening on 21 even if the file says otherwise.