Web Server Logging
Firstly this question is not related to running a web hosting business, but to dedicated servers hosting our own websites.
I was just wondering, other than security reasons, what is the importance (if any) of keeping Apache/WWW logs? Are there legal reasons?
If it is best to keep Apache logs, how should we go about this? If we don't look after them properly there will be massive amounts of logs being kept - what is the best way to store them? I know they can be "rolled over" and kept for a certain amount of time, which is the best utility to do this?
The OS is Linux (CentOS) and the web servers are Apache and Lighttpd.
and should proxy/gateway/cache server logs be kept?
View Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
Remote Logging, To See Which Server Is Using Most Bandwidth
Does anyone have an app they use to track the bandwidth/usage for each connected computer/server? we have multiple servers hooked up to one internet connection, all running miscrosoft windows software. Ideally i would like ONE of the servers running microsoft 2003 to log all others network usage. All the servers do different things, so it would be great to check which are under most demand etc. The other thing is, naturally i dont have screens for them all, only one. So this is the main reason for remote logging. Would be hassle to have to Remote desktop into each one to check how there doing every hour etc.
View Replies!
View Related
MySQL Logging
Is it possible to log only SQL queries/transactions for a single account (domain)? I can easily enable logging for the entire server, but I really only need it for a single domain. MySQL version 5.0.67
View Replies!
View Related
Apache: Logging
I just bought a new dedicated server and have got Lxadmin on it. Now lxadmin , automatically uses a different loggin system than I would want it to use. It creates a seperate log file for each doamin. They are located in /home/httpd/EXAMPLE.com/stats EXAMPLE.com-error_log EXAMPLE.com-custom_log Now the problem is that I have literally hundreds of domains and I want it to instead log at a single place and not at these hundreds of seperate places. This is the root cause of my problem # The location and format of the access logfile (Common Logfile Format). # If you do not define any access logfiles within a <VirtualHost> # container, they will be logged here. Contrariwise, if you *do* # define per-<VirtualHost> access logfiles, transactions will be # logged therein and *not* in this file. I am unable to have any kind of centralised logging command because of the individual entries for each Virtual host. Even if i can manually remove those entries once, and new domain created by lxadmin will have that same problem. Morevoer, any kind of update of lxadmin which rebuilds the database will also ruin all the hardwork that I put in. Is there any suggestion / solution to this problem? Have centralised data at one place in a single file?
View Replies!
View Related
Logging Your Servers
We have quite a large number of servers now but I'm now finding it harder and harder to keep log of the number of details for it. How do the bigger guys keep control on this? Ie: Keeping logs of the serial/product keys of each part in the server, where they were ordered from, what date was it ordered etc? My collection of growing motherboard, ram, processor boxes (which all store the serials of the products on) are now slowly taking over the office even when flat packed. I normally just write on each of the boxes where the product was ordered from, date of order and server name. While this is all well and good.. 50 servers later it can be a bugger to find the serial of that dedi mobo without going to the DC. I tried my efforts at a simple Access database but I kept finding I spent more and more time typing in complex keycodes into the DB and just gave up. When this has been done it sounds nice and easy but then I hit another stump. Ontop of logging a new servers details, how do you log which server is available to be sold, who its been sold too? ATM we have a VPN shared spreadsheet with all the details in (praying that the other employees will actually update it) but Im not sure if it will stand up when it hits 100+ servers rather than the 50+ atm.
View Replies!
View Related
Sendmail (extended Logging)
Just turned on extended logging in exim. Went through the log (exim_mainlog) and have thousands of these: 2007-01-08 01:44:10 cwd=/tmp 2 args: /usr/sbin/sendmail -bS 2007-01-08 01:44:12 cwd=/tmp 2 args: /usr/sbin/sendmail -ti 2007-01-08 01:44:50 cwd=/tmp 2 args: /usr/sbin/sendmail -bS Looked in the /tmp dir. and see nothing interesting. Looks like sendmail has been hijacked. Not sure what to look for now.
View Replies!
View Related
Logging/saving All 'sent Mail'.
I have Cpanel VPS account, and have been regularly backing up all my outgoing emails (via SMTP, imap or webmail) with the following: Added to following lines in /etc/antivirus.exim Code: if first_delivery and ("$h_from:" contains "username@domain.com") then unseen deliver "backup@anotherdomain.com" endif So, this worked well for the longest time. At some point it 'disappeared' and stopped working which I guess was due to some update, and putting it back it got it working again. Recently, I had a new vps, moved my domain there and dropped the same bit in, but this time around, it didn't work. Is it possible that antivirus.exim isn't being parsed? How do I check? Or is there somewhere else I can stick it into so it'll always work and not get replaced by some cpanel update?
View Replies!
View Related
User Terminal Session Logging
I'm looking at allowing remote telnet into my server. like any security-minded administrator, I want to log what my users type on the telnet session. I'm using the script command to generate transcripts of the users session. I have /etc/profile set to automatically start the script command to log user activity, and in /etc/bash.bash_logout I have a command that emails me the transcript of the users' session. All of the above works well except for one thing: the users can type "exit" to escape from my script logging and any commands they type won't get logged.
View Replies!
View Related
Can't Turn Off Logging Of PHP Notices
Running Apache 2.2.2 and PHP 5.2.5, and my error_logs are filling up with PHP notices. I'd like to turn this feature off, but I must be missing something here. I've edited the php.ini and set error_reporting = E_ALL & ~E_NOTICE, and reloaded apache, but I still get the same php notices over and over again in the httpd error log.
View Replies!
View Related
No Log Handling Enabled - Turning On Stderr Logging
We have a box Cpanel 11 PHP5+ Zend 3.3 +eaccelerator 0.9.5.2+Gzip CentOS 4 our error_log keeps to have errors No log handling enabled - turning on stderr logging Cannot rename /var/net-snmp/snmpapp.conf to /var/net-snmp/snmpapp.0.conf We have make sure net-snmp is up to date, but still these erros time to time Client uses drupal system which seems not working well EA, causing a lot of segments fault The worse is that it seems error happen only when eaccelerator installed
View Replies!
View Related
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 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
My Own Web Server ...
Im tierd of searching for hosting!I heard that you can turn your PC in to a web server! Is it possible?! I have: DSL connection 4096 Kbps Down. /512 Kbps upload Unlimited transfer (after 100 GB the speed turns to 1024 Kbps)! And my PC is preaty strong (Intel Core2quad 2.4 8MB/2GB Ram/1 TB HDD (2x512)
View Replies!
View Related
Using A Second Web Server
in a site to help save some Ram: Use a 2nd server You can use a tiny, lightning fast server to handle static documents & images, and pass any more complicated requests on to Apache on the same machine. This way Apache won't tie up its multi-megabyte processes serving simple streams of bytes. You can have Apache only get used, for example, when a php script needs to be executed. is this Good? if yes how could it be done, having apache and another one at the same time
View Replies!
View Related
Web Server
we have 2 servers at different data centres we have successfully managed to have 2 A names that point to 2 different ip's/data centres so if we switch one server off the other is there seamlessly which wouldn't be a problem and is ideal for a website that doesn't rely on a database because you cant guarantee what server you will be viewing, so we need to find a way of having normal mysql replication (master/slave) on both servers but have the slave server hidden/disabled until the master server goes down then have the slave server come to life someway,
View Replies!
View Related
Web Server
I set up a server using Apache. Port 80 was blocked so i used port forwarding to Port 8080. ANywhere in my network, i can type my internal ip add. (192.168.1..40) and my files show up. Outside my network i can type my WAN IP (72.72.x.x:8080) and see my files. I bought a domain and used zoneedit to assign it to their DNS and am using the Zone edit updater to update my ip because it is dynamic and always changes. The zoneedit looks like its working because my current ip always shows up on the zone edit website..and running nslookup mydomain.com, the current ip also shows BUT when i type mydomain.com in a browser, it says that teh page cannot be found...
View Replies!
View Related
Web Server Has Been Attacked
Server info: Windows 2003 box Dedicated server currently hosted at the planet. Problem: It would appear there has been a security breach into the server recently. This morning we cleared off a Trojan, and also a new user that had been created on the server. All of our websites we host (around 200) had been affected. Almost every file had new javascript or links to an .swf, they load in iframes and are very malicious, actually giving any vistor to the site a virus. I tracked down the embed code that I found in most files appended to the end of each file. Below shows up in most .asp, .cfm, .html files (no spaces, just can't paste a url in here yet)... <scRipT s rc=[url] <scRipT sr c=[url] Below shows up any any .js file (no spaces, just can't paste a url in here yet)... document.writeln ("<script sr c=[url] document.writeln ("<script sr c=[url] So I got a script that opens up every file looking for this code and stripping it out. Seemed to work at first, but now all the sites have been rewritten again..... and again. So obviously something is overwriting this.
View Replies!
View Related
Home Web Server
I have a spare machine which is fairly fast, i like to know what are the steps to make a web server from home that actually works well, i have a static IP and a fast internet too. Which operating system works better and any guide to a step by step setup.
View Replies!
View Related
IIS Web Server
This past year our high school purchased a web server for Web Design classes to post their created pages to. This is great news, but as a teacher I’m not versed on its capabilities or functions. Over the course of the year, I got the students to post their pages through FTP process, but I’d like to add other features similar to those offered by other hosts. We are not going to be in the business to host pages, other than learning how-to. Things I see that I’d like to add and need direction: Email Control Panel – to allow student interaction. 2.0 technology (if you will) Simple Scripts Fantastico I have asked that they install mysql and php and they did. Where do I go from here?
View Replies!
View Related
Running Web Server
I want to start up my web server again. I have Windows XP hosting my web server right now. and, it's slow. Should i stick with Windows, run IIS and use httpZip from Port80? I really like microsoft, and don't want to change and adapt to something else. give me advice Or, should I run Linux I would run Linux on it, but I don't know how. And they have different version of Linux. Example Redhat, Ubuntu etc. Which one should I go for? Also, what do I do if I have a netgear ethernet card? Is that Linux? Is it compaitable with Redhat? And last question, what do I use for security? I'm a hacker, yeah.. I know what all people can do to websites. How do I stop them? DoSing, Cross Scripting, XML Attacks, MySql Injection.. Etc. If a linux fan can respond, that would be nice.
View Replies!
View Related
IIS Web Server
This past year our high school purchased a web server for Web Design classes to post their created pages to. This is great news, but as a teacher I’m not versed on its capabilities or functions. Over the course of the year, I got the students to post their pages through FTP process, but I’d like to add other features similar to those offered by other hosts. We are not going to be in the business to host pages, other than learning how-to. Things I see that I’d like to add and need direction: Email Control Panel – to allow student interaction. 2.0 technology (if you will) something similar to, but not limited to: Simple Scripts Fantastico I have asked that they install mysql and php and they did. Where do I go from here?
View Replies!
View Related
Home Web Server
I'm just wondering what the practicalities and problems might be in setting up a web server from home. At the moment we have a 2Mb cable connection but our provider offers a 20Mb connection. Would it be possible to set up a small hosting business from home with such a connection?
View Replies!
View Related
From Server To A Web Host
I was wondering if it's possible to transfer your site from a server to an addon domain on a webhosting plan at hostmonster.com? And is it possible to restore it back? Like for an example I bought a dedicated server and setup the domains: domain1.com domain2.com domain3.com And move them to a webhosting package: domain1.domain.com domain2.domain.com domain3.domain.com And then setup these as an addon domain, so it will a domain again instead of a subdomain.
View Replies!
View Related
Web Server Comparison
I am setting up a new server and would like to find an alternative to Apache. I would like to find something that uses less RAM, as Apache can run up to 15 MB on my machine. The three options I have selected include: Lighhtpd Nginx LiteSpeed I couldn't tell if Lighhtpd was RAM intensive but it was proprietary, so I don't think I'll use it.
View Replies!
View Related
Using My Web Server As Its Own Nameserver
I use my web server as its own nameserver. I know the potential draw backs of this, but it works fine for me. I have recently moved server and need to configure my new server to work as my nameserver. I use one of the server administration companies people talk about here, but they seem to be unable to configure this for me. As a result my server is down (can't be reached due to nameserver issues). Does anyone know off hand how I can do this myself?
View Replies!
View Related
Making Web Server
I was wondering I've been having problems with getting my web server going. I'm using Apache 2 on my Windows XP SP2 machine. I have a Linksys WRT54GX2 router, and I have Charter 3MB Cable internet. I already called charter to see if they allowed web servers and they said they do. I also asked if they block ports, and they said they don't. Now my problem... So, I originally thought maybe charter blocked port 80, so I used NO-IP to work around that, I did port forwarding through that. Well, I used there tool canyouseeme.org and it said it couldnt read any ports i put in. All my firewalls were off and i had my router firewall off. I even put my computer in the DMZ part of my router. I'm about to see if i can connect my modem directly to my computer without having a problem but i wasn't able to a bit ago. Anyone got any clues to waht i could do if nothing changes when i put my modem to my computer.
View Replies!
View Related
Recommend A Web Server
I've been shoping around for a web server and found this one from freecom: [url] does anyone know of any other/better products out there? It needs to have LAMP or WAMP along with FTP, and firewall.
View Replies!
View Related
LiteSpeed Web Server
Ive been planning to try LiteSpeed Web Server on my cPanel webhosting servers, but cant decide which license is best for my 2 x quadcore Xeon E5335 system and 2 x dualcore Xeon 5130 system.
View Replies!
View Related
Web Server Partition
My PHP/MySQL web application will be put in a unix/linux environment, and the guy who is setting up the server is asking me this: Do you have any partition requirements? I don't know too much about hardware, how should I answer him? do you have any suggestions?
View Replies!
View Related
Web Server Specs
I have been hired to build a web server for a fellow student at school. I am used to building desktops for personal use but this is my first time putting together a web server so I just wanted to verify with you web hosting pros what should go in it. Purpose of server: He wants a server that is capable of hosting a website mostly dedicated to a vBulletin community. He wants it to support a community of 30,000 members with a max of 1000 active users. He is also active in local politics and wants to host some local candidates web pages but I assume since they are local candidates and not very well known and most likely going to be very static pages this wont cause much of an extra load. Limitations:I know the connection is going to be a likely place for a bottle neck but he wants to have a server that is capable of hosting the above mentioned type of load and will upgrade the his connection as needed. Also he does not know how to use Linux or Unix so a windows based system would be strongly preferred even though its generally considered worse. what is the most necessary specs on such a system? I would greatly appreciate any input.
View Replies!
View Related
Setting Up A Web Server
We have a database developed in oracel which is accessed be a lot of clients in our organization in our own domain ( a lan within the same building). My own laptop is a cleint and I have access to the oracle sever finely. Now I have developed a website in asp which has several quries for the databse. I am using my laptop as a webserver and broweser and the website is working excellent. Now I want to (1)All the people in my domain should have access to this website. I dont know how to do it. As it should be using a local network and my own computer should be a webserver. Please advise. (2) Is it possible for my to uplodoad my site to a third-party webserver like yahoo or brainnet and people should have access to this site globally.
View Replies!
View Related
Creating A Web Server
I have an AMD Athlon 1.2MHz with 512MB of RAM. I would like to change this computer into a server where to host my websites. However I do not have any experiance on what web hosting includes. I am definitly going to use tomcat or jetty as application server. Would it be enough this computer? could I just upgrade it? would the people comming on my website experiance a very slow loading?
View Replies!
View Related
Which OS For Home Web Server
I am currently leasing a VPS and the kbps upload rate is below my upload rate at home, so I am going to save 50 bucks/ month and move it to home. I plan on using an older dell desktop with 512mb ram. I would like to use this also as sorta a sync host between my laptop and desktop. I would like to be able to sync certain folders and files which would be stored on the server. I also obviously need to have ftp access, smtp (no knowledge of this area), mysql, php, etc. My big question is which OS should I use? I have fiddled around had a local copy of my site working on my main desktop in windows using apache. Should I stick with windows or would I be better served using a linux distro such as ubuntu? I currently have a static IP address at home. How do I handle the nameservers? Another thing is how easily can I manage things like emails and subdomains?
View Replies!
View Related
Starting A New Web Server
I want to start my own web server it will be hosting company for future. I will host to 100-200 domain and web sites as begining. Os will be linux red hat with cpanel. My system will be; HP ProLiant DL385 G2 (438816-421 HP DL385G2 2220) Two opteron cpu's Ram 8gb HDD 8x HP 146GB 10K SAS 2.5 Hot Plug Hard Drive Fire wall Cisco Pix 515e My questions; What can I do for this server works non stop 7/24 if any problem happen hw or sw base? How many of same system I have to buy? For example if I need to buy 2 of them. What kind of setup I need? (Like mirror, load balancing, vps, proxy) or if there are some hw base systems, what is your succes?
View Replies!
View Related
Monitoring A Web Server
I am running windows 2003 on my web server and I am hosting a program which I have users accessing all day. I was wondering a way that I could monitor who accesses the server and how many times daily. They already access the server with a username and password
View Replies!
View Related
|