Server :: How To Create Erfect Web Server
Oct 7, 2010
I am designing a new production web server for our company. Probably will handles around a thousand unique visitors a day.I decided to use CentOS(Apache,PHP,MySQL)with DELL PowerEdge R710.Questions:
-What particular countermeasure should i implement with this server?
-What configuration should i make for the highest up time?
-Any suggestions regarding back up?
View 8 Replies
ADVERTISEMENT
Sep 29, 2010
have to create a webhost on an running fedora server which runs multiple webpages + a coldfusion serveri have to add an coldfusion virtual host to these.what i would do:*crate a new user & group*enter vhosts.conf and copy an existing host and modify it for the new one.*create an new folder and copy the main files (phpstarter and webroot) *chown the files for the right useri think an apache graceful would be needet
View 1 Replies
View Related
Nov 4, 2009
I bought a web hosting account(cPanel) and I want to create my own name server(ns1 and ns2.mydomain.com). So when I want to host addon domain, I can point them to my name server instead of hosting company name server.
View 10 Replies
View Related
Jun 15, 2011
i need to create a SSH server in my home and i should able to log in my SSH server over the internet from out site. what are the setup i have to do?
View 14 Replies
View Related
Jan 15, 2010
I am in need of the instructions of how to create a boot disk for my RED HAT Linux Enterprise Server. I have a floppy drive also it this helps.
View 2 Replies
View Related
Feb 25, 2010
I have a centos 5.4 64-bit machine. I installed the directory server following those steps.
I then added some users using the Centos Management Consolecentos-idm-console -a http://localhost:3890 &
View 3 Replies
View Related
Sep 11, 2011
I am new to Opensuse, I am trying to create my Opensuse server to be the DCHP server but as I check there is no dhcp on the Yast>Network services.
View 4 Replies
View Related
Jul 15, 2010
I have just configured a Directory Server and I have been able to login using the credentials as a Directory Manager on the server.
I am working on the server through VMWare.
After logging into the server, when I am trying to add a user, say "user1" I am unable to do so, in the name of the user name field, all I can see is a "u" and not the complete user name, the same thing happens in case I try to setup a password, so i really don't know whether the password that I am setting up is being accepted or not.
Also while trying to add a user, i can see the logs running in the background on the terminal, that a java program is running as I typing or clicking on any button.
Can someone suggest me what to do to proceed ahead, I know its a strange issue, but I have to do it.
View 4 Replies
View Related
May 28, 2010
in a PHP web page i need to run this following command to create a new domain:Code: virtualmin create-domain --domain DOMAIN --pass PASS --plan 'Standard Package' --limits-from-plan --features-from-plan.This is usually executed in a shell but i don't know how to do it from a web page and also i need to take the domain string and pass string from a web form. Can anyone help with the PHP code as my skills are basic and i have already tried a few things that just don't work.
View 1 Replies
View Related
Apr 17, 2010
I'm currently working on creating websites, I was wondering if it is possible to create an USB drive with a Linux server on it (so I could use it as an SVN server)? And in case this is possible, how I could achieve that...
View 2 Replies
View Related
Apr 2, 2010
I have installed a linux server in my office to run 16 machines. Its main use will be a internal mail server but will be also running websites.
I have installed Ubuntu 9.10 server x64 and have got apache running.
I am looking for the simplest more robust solution for smtp, pop3 and imap. I have only ever used qmail before and found it a pain to configure and its getting old so I though I should probably try something new. I have not much experience with running pop3 or imap on linux so would love a suggestion on that.
View 4 Replies
View Related
Apr 29, 2010
I try to run in php script..
================
shell_exec("ssh admin@192.168.1.13 reboot");
===============
in php....I have put the key on server...
i can ssh server without a password.. i got "Could not create directory ssh... " error message from that php script... if i did "ssh admin@192.168.15 reboot" from shell it works ok....
View 5 Replies
View Related
Oct 5, 2010
On my RHEL Box I have my web site running:
[URL]
How can I create a sub-domain such as the URL looks like:
[URL]
I am trying to figure out if it can be done in the configuration file:
Code:
/etc/httpd/conf/httpd.conf
View 1 Replies
View Related
Nov 4, 2010
I am now able to create the database using PHP and SQL. But it seems I can only do it as MySQL root user.. $dbuser = 'root'; but is there a way to do that as a regular MySQL user?
View 2 Replies
View Related
Jan 5, 2010
I'm trying to setup openswan but it will not create a key.Any ideas how to?
View 19 Replies
View Related
Mar 15, 2010
How to create a telnet server in ubuntu..?My students have unix Lab by next sem and so i would like to create telnet server so that they can access it from windows..
View 3 Replies
View Related
Feb 8, 2010
Is is possible to create a report which contains every Disk usage status, Exim mail q , and etc and generate it into the excel files monthly.
View 4 Replies
View Related
Sep 7, 2010
I working with open suse 11, and i have to create a proxy server using this O.S, so i bought a encore ENL832-TX-EN (an ethernet card), but suse didn't find the drivers, i read many documents and visit forums, but i can't do it.
I try this:
apt-get dist-upgrade
#make all
#insmod ./sundance.ko (or sundance.o)
#ifconfig eth0 xxx.xxx.xxx.xxx netmask yyy.yyy.yyy.yyy
eth0 is your network adapter,use dmesg to check it, ex: eth0, eth1...
xxx is your ip address, ex: 192.168.102.211
yyy is your netmask address, ex:255.255.255.0
that is from the notes in the cd that comes in te box with the card, but when i typed "make all", a error appers, something like doesn't exist, so I typed : " apt-get install build-essential linux-headers-$(uname -r)" (because I found it in some forum), then this: " apt-get install build-essential linux-he", and that didn't work, I did many this like:
"sudo apt-get update" and went to yast and look up for c/c++ demeloment (installing everything about it) and all about apt updates...
View 2 Replies
View Related
Mar 8, 2010
I want to create a Ptr record on the Dns server. Dns server is Fedora Core release 1 (Yarrow). And We have been using zone files. How can I create a Ptr record for an ip address on the Dns server?
View 2 Replies
View Related
Apr 7, 2011
I would like to boot any PC and make it work as an NFS Server. I like the concepts of liveCDs as they usually have drivers to recognize current and prior hardware to some extent. However, I do not need any GUI or any other services/applications; only what is required to run the NFS server and possibly copy/move files between exported folders from the command line. Can a liveCD be modified with a script to boot up as an NFS Server based on the following list? How do go about creating a bootable NFS Server based on the following list?
The NFS Server should do this upon boot:
- Check for NIC - eth0(?)
- if not present, stop booting with error message.
- if present, assign a specific IP address, mask, gateway.
[code]....
View 7 Replies
View Related
Dec 26, 2010
i installed Fedora 14 on my machine,then i installed postgresql in it i started it and configured it after seeing link [URL] i am able to do su - postgres but when i am trying to create database in it am getting error,It is asking for password then i am giving my root password
createdb company
Password:
createdb: could not connect to database postgres: FATAL: password authentication failed for user "postgres"
View 1 Replies
View Related
May 6, 2011
I recently expanded the RAID on an iSCSI device which is shared out to a linux server. Fdisk correctly sees the new size but it won't let me add a third partition. It complains about overlapping partitions whenever I try to add it.If I 'remove' the partition, the overlapping error goes away. The interesting thing here is that when attempting to use the default sizes to setup the partition the printed screen shows completely different results (which I can understand is why its complaining about overlapping)
I'm not sure why its not accepting the cylinder sizes I want. Anyone have any ideas as to what's wrong here?
View 9 Replies
View Related
Nov 16, 2009
I installed squidGuard under Fedora10 also i configured the blacklists. its working very well now i need to autorise one web site inside the blacklist
View 10 Replies
View Related
Jun 15, 2011
I have an apache server setup where I have different rules using <location>. Essentially, I have a test environment "/test/" and I would like to capture the logs for activity in this location and direct it into a separate log. I know that perhaps I should have set up virtual hosts, but I wasn't aware of them at the time and the change over can not be accommodated at the moment (the change control wouldn't be agreed). I was wondering if it could be done using environment variables.
At the moment I use:
Code:
tail -f /var/log/httpd/error_log | grep "/test/"
but this does miss out some messages, particularly multiple line SOAP messages.
View 5 Replies
View Related
Jul 1, 2010
I wanna know how to create an account in linux and it gets the cgi-bin and all that stuff.2nd) I wanna know what I gotta do in order to access that account via tilde.example 203.232.33.3/~tom(name of the account)
View 6 Replies
View Related
Apr 21, 2010
I've got a system in place to PXE boot new machines and automatically configuring them via anaconda. It works great.
However, I have a few older machines with no PXE capability that I would like to use a Flash drive or CD-ROM to boot and run the same anaconda config.
I'm running into an issue finding useful documentation on how to create this CD. I've tried mkisofs but it doesn't really give any details on the boot catalog or whatever is needed to make a CD bootable.
View 9 Replies
View Related
Nov 12, 2010
1.How create a Zone file
2.Named.conf file conf...
3.Dig check is not working......
View 1 Replies
View Related
Jan 4, 2011
I'm trying to setup PPTPd on my dedicated server and the IP ranges i put the in the config have to exist in one of the network interfaces otherwise the connection wont work,I currently only have eth0 with the direct internet IP which i can't use for this purpose,I need a new NIC with a LAN IP for this and I have no clue.
View 1 Replies
View Related
Jun 19, 2011
I wonder how i can get subdirectories (.INBOX/***/*** etc...) in dovecot.I just stardet a mail server and when i tried to create it from the mail client (MS Outlook) it says that the server wont allow it.
View 4 Replies
View Related
Apr 30, 2010
I am in the process of creating for the very first time Kickstart bootable CD.Anyone have any quick tips or level of details to create this process? I am new to Linux and doing this for the very 1st time, so please give me as much info as possible
View 7 Replies
View Related