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.







Improve Performance- Web Server, SSH Server, And Mail Server


I've got a VPS which is serving as the main server for a number of sites. Web Server, SSH Server, and Mail Server.

What I've got running:

Apache2, PHP5, MySQL5, Dovecot, Postfix

One of the sites is a growing forum with a MASSIVE photo album. This is the site where I notice the most slowness.

Changing the server software is not an option - Only optimization.

Quote:

Originally Posted by httpd.conf

ServerTokens OS
ServerRoot "/etc/httpd"
PidFile run/httpd.pid
Timeout 300
KeepAlive Off
MaxKeepAliveRequests 100
KeepAliveTimeout 5
<IfModule prefork.c>
StartServers 8
MinSpareServers 8
MaxSpareServers 13
ServerLimit 256
MaxClients 256
MaxRequestsPerChild 50
</IfModule>
<IfModule worker.c>
StartServers 2
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
</IfModule>
Listen 80
LoadModule auth_basic_module modules/mod_auth_basic.so
LoadModule auth_digest_module modules/mod_auth_digest.so
LoadModule authn_file_module modules/mod_authn_file.so
LoadModule authn_alias_module modules/mod_authn_alias.so
LoadModule authn_anon_module modules/mod_authn_anon.so
LoadModule authn_dbm_module modules/mod_authn_dbm.so
LoadModule authn_default_module modules/mod_authn_default.so
LoadModule authz_host_module modules/mod_authz_host.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule authz_owner_module modules/mod_authz_owner.so
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
LoadModule authz_dbm_module modules/mod_authz_dbm.so
LoadModule authz_default_module modules/mod_authz_default.so
LoadModule ldap_module modules/mod_ldap.so
LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
LoadModule include_module modules/mod_include.so
LoadModule log_config_module modules/mod_log_config.so
LoadModule logio_module modules/mod_logio.so
LoadModule env_module modules/mod_env.so
LoadModule ext_filter_module modules/mod_ext_filter.so
LoadModule mime_magic_module modules/mod_mime_magic.so
LoadModule expires_module modules/mod_expires.so
LoadModule deflate_module modules/mod_deflate.so
LoadModule headers_module modules/mod_headers.so
LoadModule usertrack_module modules/mod_usertrack.so
LoadModule setenvif_module modules/mod_setenvif.so
LoadModule mime_module modules/mod_mime.so
LoadModule dav_module modules/mod_dav.so
LoadModule status_module modules/mod_status.so
LoadModule autoindex_module modules/mod_autoindex.so
LoadModule info_module modules/mod_info.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule vhost_alias_module modules/mod_vhost_alias.so
LoadModule negotiation_module modules/mod_negotiation.so
LoadModule dir_module modules/mod_dir.so
LoadModule actions_module modules/mod_actions.so
LoadModule speling_module modules/mod_speling.so
LoadModule userdir_module modules/mod_userdir.so
LoadModule alias_module modules/mod_alias.so
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule cache_module modules/mod_cache.so
LoadModule suexec_module modules/mod_suexec.so
LoadModule disk_cache_module modules/mod_disk_cache.so
LoadModule file_cache_module modules/mod_file_cache.so
LoadModule mem_cache_module modules/mod_mem_cache.so
LoadModule cgi_module modules/mod_cgi.so
Include conf.d/*.conf
User apache
Group apache

Quote:

Originally Posted by my.cnf

[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1

[mysql.server]
user=mysql
basedir=/var/lib

[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid


View Complete Thread with Replies

Sponsored Links:

Related Forum Messages:
Does VT Improve The Performance Of VMWare Server
The newer Pentium 4 3.0 GHz processors had so called 'VT'-support. That's something every regular processor has nowadays.

I currently run a Pentium 4 3.0 GHz server without VT. Will there be a drastic performance boost if I use a Pentium 4 3.0 GHz with VT?

What is VT anyways? I only know that Xen requires it if you wish to host a Windows Virtual Machine on a Xen Linux Server.

View Replies!   View Related
Web Server Performance Testing
Is there a site which will enable me to enter url of my website and it will simulate visitors from multiple locations. It needs to open the page completely, and run for example 10 minutes. Two things I found are host-tracker, but it just gets headers from multiple locations, and does it only once. Another thing is Paessler software which can test exactly what I want (number of visitors for some period of time with full page download) but it must be run from one (my) PC, so I can not test bandwidth from multiple locations. I need combination of these two, anyone knows for something like that on the net?

View Replies!   View Related
Dramatically Increase Your Performance Of Web Server By Disk Cache
it took me one year to develop the disk cache tool which can dramatically boost your host and save your harddisk. it is like supercache,but more cheap and better speed.

check picture to see what it can do.

i will offer free download to test the tool by first 10 people. if u host huge traffic website, do not hesitate to try it. i already test it for half a year. it is time to publish it. pm me or post here to get free download.

i open to any opinion about the tool.

View Replies!   View Related
Web Server Performance, Load, And Stress-Test Tool
Is there a website/tool/software I can use for testing my web server performance?. I need a server based solution because I don't have enough bandwith to run it from my pc.

View Replies!   View Related
What Can I Do To Improve Bandwidth / Uplink Speed Of Server
As per topic, what is the best method to do to the hardware to improve bandwidth / uplink speed of server?

I have a production server that is used for regular file serving.

P4 3.0Ghz
4GB RAM
500GB + 160GB + 160GB hard disk
2Mbps Dedicated + 10Mbps shared.

However, the most I can pulled through the whole server is always between 1.5Mbps - 3Mbps, anyway to pull the speed up to around 10Mbps should there be availability of bandwidth for me to burst?

For any informations, the hard disk is SATA 2.

View Replies!   View Related
Different E-mail/Web Server But Same Domain Name
I was wondering if someone might be able to help me out. I've been trying to get this figured out for the past week and have not had any success. Here is my problem, I have one domain name, I have the Web services provided on one server, and I need my e-mail provided on a different server for the same domain. I can't seem to figure out how to get my e-mail set up that is on a different server. I really need to get my e-mail going because it's very important. I think this has something to do with updating the MX records and some other stuff but I have no idea how to do it through my registrars control panel that they have. I registered it through Go Daddy.

View Replies!   View Related
Exim Mail Server :: Your Outgoing SMTP E-mail Server Has Reported An Internal Error ...
I getting this error when our clients are sending mail from outlook but they are able to send mail from webmail.

we are using exim mail server and whm . i can't understand where is problem , anybody can help me ?

Sending' reported error (0x800CCC6A) : 'Your
outgoing (SMTP) e-mail server has reported an internal error. If you
continue to receive this message, contact your server administrator or
Internet service provider (ISP). The server responded: 451 Please try again
later.

View Replies!   View Related
Mail Server Of Web Host Or Domain Registrar
As good practice is to keep domain registrar to be different from web host. So mail server should be kept of web host or domain registrar?

View Replies!   View Related
Multiple Outside Static IP Addresses To Host Web And Mail Server?
Q: Does one need to have more than one ISP (outside) static IP address to host its own mail and web server?

Or will one static IP with port forwarding to two different machines (one mail and other web server) be good enough?

What would happen if one wants to host two websites on one machine (web server) and have webmail to access emails (presumably via port 80) on another (mail server)?

My only concern is I guess my ASA 5505 won't support more than one assigned static IP or am I wrong?

View Replies!   View Related
Load On Server Decreasing Server Performance
We have CentOS 4 and WHM 11 on server .

Now-a-days server is having too much load due to http and in access logs we see following message :
========================================
127.0.0.1 - - [11/Oct/2008:01:40:02 -0700] "OPTIONS * HTTP/1.0" 200 -
127.0.0.1 - - [11/Oct/2008:01:40:03 -0700] "OPTIONS * HTTP/1.0" 200 -
127.0.0.1 - - [11/Oct/2008:01:40:02 -0700] "OPTIONS * HTTP/1.0" 200 -=============================================

And due to this there is load on server. We are not able to understand why this is happening and how to stop this. So please suggest with some solution.

View Replies!   View Related
Upload A File On A Server To A Remote FTP Server Via SSH?
Is there any way I can upload a file on a server to a remote FTP server via SSH?

View Replies!   View Related
Best Way To Move Public_html From Server To Server Using SSH
I'm trying to move all files in the public_html folder from one server to the other. The way I used to do it was download all the files to my computer, then upload them again to the new server. This is a hassle and time consuming, obviously.

My question is, what is the SSH command to do the following:

- Zip the public_html folder
- Move or Copy zipped file from server #1 to server #2
- Unzip it the public_html folder

I figure this is the easiest way to do what I'm trying to do, unless you know of a better and faster way.

View Replies!   View Related
Remote Spamassian With Multiple Mail Server (Smartermail Server)
Remote Spamassassin for Multiple Smartermail Server

I want to setup Remote Spamassassin(On Linux) for Multiple Smartermail servers. I want to the setup the spamassassin on a linux box

How i can setup this with multiple smartermail servers.

View Replies!   View Related
Mail Server Setup On Fedore Core 6 Server
for setup and configuration instructions for setting up mail server on a Fedora Core 6 server. I googled it and most of the links are described with steps while installing OS, but i need to configure a mail server on a server where my site is already running.

View Replies!   View Related
Connecting To Lotus Notes Server From A Non Domino Web Server
I'm running a local department website using xampp (apache, php, mysql) and we have a corporate lotus notes mail server. Is it possible to connect to and send mail via lotus notes using something like sendmail running under xampp?

View Replies!   View Related
Mail Server And Dedicated Server Configuration
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?

View Replies!   View Related
Realtime Transfer Of E-mail From Server To Server
I have a vps (CPANEL)... I would like to have incoming emails for a certain cpanel account transfer to another external server (after coming thru the VPS).

I store my emails on the external server and have more space there.

The reason behind this is:

I have spamassassin on my VPS and would like to run email thru that before it delivers on the external server. I do not have the capability to install spamassassin on the external server.

Is the above possible? How can I accomplish this?

View Replies!   View Related
Create Web Server Using Windows 2003 Server
I have three machines in network. One is server with Windows 2003. And rest two are having Win XP Professional and MS Office with Publisher. I want to create website using Publisher on one machine and put to Web server created on Win 2003 server. So that other machines on the network can browse my thsi local website.

View Replies!   View Related
Windows Media Server & Web Server
I have a company that wants to stream some live events via Windows Media Encoder/Windows Media Player. I believe the best route is to use a WMS, stream to the WMS, then the CDN would pull from there for events. Can someone help me explain a Windows Media Server versus a web server? Can you host web sites on a WMS? Is WMS just an extension to a regular Windows 2003 server?

View Replies!   View Related
Web Hosting On Same Server As Game Server
Does a typical LAMP setup for a high enough traffic site(s) take enough resources to affect the performance of a game server? (we'll say 1million page views per day)

I'm speaking of say, 2MB of ram, dual xeon 2.8 type machine, with IDE drives. Nothing too fancy. 1 milion page views per day may be pushing it, so what about say, 200 per day?

Just wondering if anyone has a setup like this and how it fairs out at the game server end. I'm thinking of moving my websites over to my game server + add more sites over time, but don't want it to lag the game. I know as a fact bandwidth would not be the issue, I'm thinking more ram/cpu. The game I host (Ultima Online) uses very little bandwidth with even 30+ people online. I use less then 1% of my link capacity at most times. I've seen it spike to 5% and that's most likely when I was downloading data.

View Replies!   View Related
Network Web Server And Database Server Together
I am going to setup our new database server (call it beta) in our data center. Previously we only had one server (call it alpha) which was web, email, ftp, dns, and database. Beta is taking over alphas database duties. We have a Sonicwall router/firewall as our main connection access point.

I am trying to decicde if we should simply connect alpha and beta together locally via a gigabit crossover cable, or if I should connect beta into our sonicwall router/firewall.

Beta does not need to be outside accessible at all. So if I connect beta to the sonicwall I simply would not open any ports.

What do you guys think is best for performance and the overall right way to do it.

View Replies!   View Related
DB Server And Web Server In Different Data Centers
DHas anyone got experience of having a web server and db server setup where the servers are in different datacenters? Is this a viable solution or would the performance of sites suffer too much due to the added latency? The only other problem I can think of is additional bandwith usage but that's not a major worry.

Reason I ask is beacause I've found and excellent deal for a DB server and would like to keep my current server for the front end..

View Replies!   View Related
Media Server Or Web Server + NAS
I currently use a Dedicated Server:

Quad Core, 8GB Ram, 3TB HDD

as a Media server which streams video clips etc... on my websites.

But Im moving my sites to a UK colo,

I have been advised that its better to have Multiple Web Servers connected to a NAS / Storage Server?

As I dont want to have multiple servers doing seperate jobs I want 1 cluster e.g. Web Servers + Load Balancers + Storage + SQL

I Purchased a HP StorageWorks NAS 1200s 1TB

LINK: [url]

Will this do the job? Or should I use this as backup storage and get something else?

View Replies!   View Related
How To Setup A WEB Server Which Talks With DB A Server
I have been shooting away a lot of questions on these forums lately, but you guys have been very helpful. Thanks.

My problem is this. We are going to get rackspace. Then we are going to purchase two servers. The first (WEB) is a httpd, dns, ftp, smtp, pop3 server. The second (DB) is purely a database server which will run mysql and mssql.

The first server (WEB) runs a asp/php applications that need to connect and talk with the database (DB) server.

I was thinking of only connection the WEB server to the physical internet through the co-location drop. Then connecting the WEB and DB server directly via a CAT6 cable. Both servers will have gigabit NIC cards. Then in theory in the asp/php applications all I have to do, is point them to the local ip address of the DB server as this should work.

Is this a good solution? Will speed be an issue, the delay from talking to the WEB server and talking to the DB server?

I was thinking this is more secure, because the WEB server is the only machine physically connected to the internet, the DB server is not. Though, is it true, if hackers compromise the web server, they then would be able to compromise the DB server as well via the WEB server?

I am open to suggestions though, and better ways of setting this up.

View Replies!   View Related
Remote File Server And Web Server
I own a file hosting site. The site is powered by 2 servers - 1 front end web and database server, and 1 where all the files are stored.

I'm facing a problem that uploading and downloading often failed. Connections to mysql would timeout.

Has it to do with mysql settings or because the file server is located at a distance from the sql server?

(my.cnf on the sql server)
[mysqld]
skip-locking
skip-innodb
max_user_connections=6000
max_connections=6000
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock

View Replies!   View Related
How To Change Ssh Server Name On Ssh Software
when i ssh my server and it always shows ip of the server on the left,

it is as my attaching file shows,

i want to ask how can i change it to my server name?

View Replies!   View Related
Server Performance Optimization
Hi"Optimization of computing resources has long been an important management issue. One of its aspects concerns server scalability and the question of whether an organization should scale-up or scale out.Assume that the computing performance of the servers can be measured by variable 0 <=p, that their total cost is given by "c" and the relationship between server performance and cost is defined by c=&#945;p^&#946;"

a. What is the cost-performance elasticity(&#1106;), precisely?

b. What would be the range of values for &#1106; that would be expected by moore's law and what are its implications?

c. What would be the range of values for &#1106; that would lead managers to scale-out? Draw a graph and throughly explain the implications.

View Replies!   View Related
VPS Performance / Server
We are getting into VPS hosting and wanted to get some opinions and feedback as we're quite unsure on what to expect as for performance and how many clients we can generally keep on a box.

For now we've bought 3 dell R710 with dual Xeon L5520, 72GB ram and 8 x 2.5" SAS drives.

We are thinking of a base offering of 512 megabytes of ram and
was hoping to get about 40-50 onto a server.

With 40 there should be -plenty- free ram and plenty drivecache.

Then a next offering of 1 gig ram and next one of 2 gigs.

Even if we do the biggest 2 gig offering with 25 on a server we should have free ram to spare.

The software would be virtuozzo.

Any thoughts on this, am I expecting too much, or am I being fairly realistic?

View Replies!   View Related
Worldwide Server Performance
We are a web-based Yacht Charter company, with offices scattered around the world:
www.boatbookings.com

Currently, both our web site and our back-office business management system are hosted on a single server in the UK, with an automatic fail-over to a server in Dallas, TX, USA.

The problem we are having is that our sales office in Singapore is having really slow response times and this is very frustrating for them.

Using an application called "JustPing" we see that response times From Singapore are much slower than other parts of the world. (the cities closer to London are fastest, the ones further away are slowest)
JustPing Results

Is there anyway to improve this or is hosting our applications on multiple servers the only way to improve performance. What's the best cost-effective method of multiple server hosting?

(Incidentally, if I JutPing Google, response times are fantastic worldwide, but we know they're hosted on many, very large servers)

View Replies!   View Related
Litespeed Server Performance
I was just playing around with litespeed and I thought I would switch back to apache for a few min to see how the server reacts. The load with litespeed was 1.00 - 3.00. I switched to apache the load jumped to 28.00 - 35.00. Its amazing how litespeed is handling connections.

View Replies!   View Related
Monitoring Server Performance
My dedicated server is sometimes sluggishly slow. I would like to get a grasp of its performance during a day, to get a better understanding of what's going on.

Therefore I am looking for a server performance monitoring service. All service I found so far were simply monitoring uptime (server is down / server is up). I need something more - a service that checks every 30 seconds or so the loading time of the main page.

Then it would allow me to download the data in CSV or draw a response time graph.

View Replies!   View Related
Localhost Server With Mail Server
I would like to set up a localhost server with a mail server too, I usually use uniform server as I find it very easy to get up and running and carry around with me, are there any better solutions, I have found it difficult to get a mail server running on the uniform server. or maybe there are distributions that come with mail server ready built in?

View Replies!   View Related
Methods To Test Server Performance
I have LAMP -server running and I was wondering how to test it's performance.
So is there any good tools for that? I'm interest how many http queries my server could handle etc.

View Replies!   View Related
Smarter Mail - Spammers Targetting Mail Server Using Dynamic Ip's
We have been having some problems with one of our mail servers lately. Server is running Smarter Mail 4.x with declude.

Some spammers have been targeting this particular to send spam through this server. This putting lot of load on the server because declude is processing the SPOOL in Smarter Mail and spool goes upto 2000-20000 during the day. We have been checking the headers and blocking the IP's continuously of these spam but these people are using dynamic ip's. And it doesn't seem like single spammer. Content is quite different.

Blocking full ranges of certain IP Range helps though but then lot of legitimate mail is getting blocked as well.

Is there any good suggestion or a serious mail server admin who can have a look and actually sort it.

This is causing serious delays on our mail delivery through this mail server.

View Replies!   View Related
Multi Server Setup For DB Backup Performance
I am working on a busy and popular website which has a large amount of database activity - and requires hourly backups of all database data.

At the moment the site is hosted on two servers - one for the front end web server, one for the database.

Both servers are running a RAID HDD system which allows quick swaps of faulty HDDs without data loss.
An hourly full backup of database tables is running which is killing the server when it runs.

ISP has suggested installing a third server to run as a slave to the existing DB server, and hence always hold a duplicated of the live database.

I have a feeling however that this is basically just like having RAID mirroring, but on a different machine - so to solve the problem of a potential dodgy SQL statement wiping out ALL copies of the live database, we'd STILL need hourly backups to run, and hence would still see the major system speed drop each hour at the time of backup.

View Replies!   View Related
High Server Load And Slow Performance
I am currently hosting my website on one server with the specs:

2.8ghz Dual Quad-Core processor + 8 gigs of ram + two 500 hard drives with a 50 mbps unmetered bandwidth package.

My current problem lies in high server loads and very slow server performance throughout the day.

I am considering migrating over to The Planet onto server with the specs:

3.0ghz Dual Quad-Core + 18 gigs of ram + two 50gb hard drives with 2TB of monthly bandwidth transfer.

In an attempt to have great bandwidth pricing and server performance, I plan on downgrading my current server with my current host to a lowe-end server and keeping it only to host my VIDEO and MUSIC files with the 50mbps unmetered package. The Planet will then host my database and all other web related files on their new server.

Is this a good idea as an attempt to save money in bandwidth costs and eliminating my server lag issues?

I was offered a setup of a separate web and database server at my current host but from what I have read, no one touches the performance and reliability The Planet has to offer.

View Replies!   View Related
Windows 2000 Advanced Server Performance
I have a Windows 2000 Advanced Server where there's a performance issue with some of the .asp pages that retrieve data from Access databases, (I know Access databases aren't ideal for data). These pages will just get stuck/freeze, and then either suddenly spring back to life, or give a script timeout error 0113.

The largest Access database I've seen is 136MB (is that way too large?)

I will probably move some of the large Access databases onto a different server but before I do:

- Are there any tools you can recommend to diagnose exactly what files / databases are causing the problem. I don't think the Win 2000 performance monitor tools even work.

- Can anyone explain more about the technicalities behind this issue. I expect it has something to do with processes, threads, memory, Access drivers being loaded into memory etc etc. Can anyone tell me what they know to put me in the picture better?

View Replies!   View Related
Seperate Web Server And Db Server Or
im currently planning to launch a number of sites that may or may not take off. Basically my question is that most people tell me to seperate the web server and db server, and i believe this is because of interfering IO between the two, and the cpu not being able to alocate between both of them effectively. How effective do you think a Dual Xeon box would be to run apache,squid,php, and mysql. I figured my original plan was 2 servers (each xeons for the db with a raid1+0), but going a dual xeon seems like a decent choice since we would only need to pay for 1U at a colo with opportunity to move the db off of it later when we need to and replicate the webserver when needed. Let me know if im off my mark here. I didnt post req/sec or anything because this is just a seperate xeon boxes VS dual xeon single box.

View Replies!   View Related
DNS And Web Server Are On The Same Server
I have a few Websites on my server. I always used some one else DNS servers. Now I decided to try to use my own DNS server. It is installed on my webserver. During the testing I found that, when I try to use it, it assignes private IP address instead of public. This is correct for internal DNS use but wrong for the outside world.

Can I do something about this or should I have the second server that hosts my DNS?

View Replies!   View Related
Mail Server - Setup Virtual Mail Boxes
AMD Athlon54 X2 512Kx2 socket AM2 3800
slamd64-11.0

Just completed installing the captioned OS with everything installed except GAME. This is an experiment. slamd64 is now running on the box.

I'm going to setup virtual mail boxes on this server, allowing my friends using the mail server sending and receiving mails. Please advise;

1) how to check whether sendmail is running and configured properly.
2) how to setup virtual mail boxes. Where can I find relevant tutorial.

View Replies!   View Related
Separate Mail Server- Deliver Mail To Hotmail
i'm thinking about building a separate mail server away from my cpanel/whm machine. that mail server will be located on a different IP address with "clean" record so that business email won't get deleted my strict rules of hotmail.

can you please tell me, generally, about this "buidling separate mail server", i.e. what MTA, software, web-mail software, will it be worth? ,etc. Pointing me in the right direction will allow me to complete the project in the shortest time.

View Replies!   View Related
Mail Server / Can't Send Or Receive Mail
In webmail, when a person trys to send an email they get this error:

Message not sent. Server replied: Requested action aborted: error in processing
451 Temporary local problem - please try later

We have tried all the mail processing apps on Webmail (horde/squirrel/roundcube) and all of them seem to do the same thing. We have restart exim and that doesn't do anything either.

I tried searching Google, but I didn't find too much luck there.

View Replies!   View Related
What Does Windows Server Web Ed. & Windows Server Standard Ed. Mean
Does someone know what that means? I can sometime choose this option if I want to buy a server.

View Replies!   View Related
Can't Access Server Via SSH
I've changed the shh port on my server and now I can't log in.

I changed the port to 4247 in the /etc/ssh/sshd_conf file.

I've tried using port 22 incase I messed it up but that doesn't work either.

Obviously I can't get back in to check it or change it.

Using WHM/cPanel.

View Replies!   View Related
Server Reboot, No SSH
I'm worried a server is dead, and I haven't made any backups of the database

Server went down last night, submitted a reboot request and now the server is not responding to SSH.

It does respond to ping, so I'm assuming Linux might have booted up OK

Has anyone experience with this type of issue?

View Replies!   View Related
Cannot Ping Ssh To Other Server
I have 2 CPanel servers. I wanted to transfer multiple accounts via WHM but it gives me error that I cannot SSH into the other server.

I tried to ping the 2nd server from 1st server and it gives me:
root@s [~]# ping xxx.xxx.xxx.7
PING xxx.xxx.xxx.7 (xxx.xxx.xxx.7) 56(84) bytes of data.
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
cping: sendmsg: Operation not permitted

I added both server IP into allowed list inside my APF firewall on each server as well.

I rebooted both server earlier before, but it is still not solving my problem.

View Replies!   View Related
Can't SSH Access Into Server
I have requested SSH access and they said they have enabled SSH on my account. The problem is, when I try to connect to my domain, I keep receiving Network error:

Connection timed out. There is no login window asking me for username and password. I'm using PuTTy and WinSCP, both with no success.

View Replies!   View Related
SSH / Server Admin
I am using putty to get SSH access to my server. What I need to do is create a backup of a directory on my server and then get that file on my computer somehow.

I do not have FTP access and don't know how to set this up.

I do have HTTP on the server but i get a 403 forbidden error when I try to access the file via my browser. I need help ASAP. If you can help I may be able to reward you.

Name your price if you can't do it for free or want some incentive

The faster the better. If you can get on AIM or MSN right now please get a hold of me. My aim is bikerjeg and MSN is bikerjeg -at- sbcglobal.net

View Replies!   View Related
I Can't Login To My Server By SsH
i have changed my servers ssH login port for more security.. After i changed port could'nt login to my server with ssH and i did ask to dedicated company to login my server and they able to login through the specified port by SSH.. But i can't still connect.. This is happened before on my old server.. It is very strange sometimes i can login sometimes can't login but i could'nt login on my new server yet.. I have changed PuTTY i did try SSH Explorer as well and i did try my laptop to login .. Still same can't login.

If they change the port to 22 i will login easyly i know but i should able to login on different port so that is my problem..

im using belkin modem rooter at home to connect internet.. i don't no if it is couse the problem..

View Replies!   View Related
SSH Server Keys
removing my ssh key from the server. I want to be able to login with just a password. I have to change one of my servers and I cannot do it with the keys enabled.

View Replies!   View Related
Cannot SSH Into The Server Since Sshd Keeps Failing
/dev/sda1 is mounted to / on my dedicated server, however, it is 100% full and cPanel is having problems with it. Is there a way I can clean out some files?

Additionally, I cannot SSH into the server since sshd keeps failing. Anyone know what I can do?

I'm sure /dev/sda1 isn't usually mounted to / but who knows.

View Replies!   View Related
Lost SSH On Dedicated Server
I edit "/etc/ssh/sshd_config" file to chang default ssh port. So I restart ssh and close my connection without test.

Now I can not access SSH on dedicated. I try restart ssh on WHM and I receive "sshd has failed, please contact the sysadmin."

View Replies!   View Related
Move Directory To Another Server SSH
I was just wondering is it possible to move a directory to another server through SSH?

I bought a website a few weeks ago and I have all the files on the server except 30gb of content, now I've tried to put the folder into a tar archive but every time I try it brings up this error:

So I need a way to drag that folder from the old server to my new server through SSH because it will take me ages downloading and uploading all the content.

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