General :: How To Configure Network Redundancy In LAMP - CentOS
Jan 18, 2011
Our machine has two NIC on it but i'm only using one NIC, how do i make the most of the other one? I'm wondering if i can use it as a redundancy or load balanced but i dont know how.
View 2 Replies
ADVERTISEMENT
May 16, 2010
I have a LAMP server and need a web page to send email messages. I could do it with my Win 2k server through my cable service but can't seem to get it to work here.
View 9 Replies
View Related
Jun 28, 2010
I am trying to configure LAMP environment on ubuntu10.04 Lucid system.I am writing the output & attaching files of output of different issues. PHP is not running,I cant figure out why its not working. To add this issue I would like to inform you that nanoweb server is working{I can see the page in web browser"It Works"}.Also MySQL is working fine. To summarize Linux-->Apache/Nanoweb but no bridge between MySQL--X--> PHP. guide me for right direction,how to approach this problem as i am unable to crack this common problem.
[Code]....
View 9 Replies
View Related
Oct 5, 2010
I have a server that is on both a standard network and a virtual network, as follows: server1 attached to standard network server1 acting as Dom0 with two linux DomU guests (under Xen) I only have one network card. How do I configure server1 to have a different hostname on the standard network than on the virtual network? Here are the relevant network configuration files for server1:
/etc/sysconfig/network-scripts/ifcfg-eth0:1
DEVICE=eth0:1
BOOTPROTO=none
NETMASK=255.255.255.0
IPADDR=192.168.122.9
[Code]...
View 1 Replies
View Related
Jul 26, 2009
I try to install CentOS 5.3 with DVD. After choosing option for disk format, next step should have been Network configuration (for dynamic or static) but I found no thing. I chech many times but still can not find any steps so that I can configure network before anaconda starts to install CentOS. Note that, I choose option to install from dvd not via network.
View 3 Replies
View Related
Oct 18, 2009
how to configure my network for web traffic.Here is my setup:I have the following virtual machines, (all guest are running on CentOS 5.3);
firewall: Smoothwall 3.0, (hardware, not virtual)
guest # 1: Apache http server
guest # 2: Qmail server
guest # 3: Proftp server
I want all of these services on different machines for security reasons, (mainly the ftp server) how do I route the traffic from the firewall to the different machines? I have been looking at setting up a reverse proxy, however, everything that I have read says that a reverse proxy will not handle the smtp/pop3 traffic. Can I just use a DNS server to route the traffic?
View 5 Replies
View Related
Oct 29, 2010
I'm quite new to Linux/CentOS. I installed LAMP from official CentOS repositories and I'm wondering why the PHP (5.1.6) or MySQL (5.0.77) versions are so old. Why there is now the latest versions available.
Is it recommended to use these versions or should I update to the newest one - if so could you plesae provide me some links to official repositories&tutorials.
View 2 Replies
View Related
Aug 9, 2011
I have tried to install and configure Hudson in centos distro version 5.Installed hudson with tomcat by deploying .war files.after configuration was completed, builded a project.It displayed build was completed successfully.but I was not able to download output of build.
So I rechecked configuration,found that i havent set artifact file pattern to archive. how to set artifact file pattern and how to get build output. how to manage hudson by using configure system and configure options.what is the correct way to configure public hudson?.
View 3 Replies
View Related
Jan 6, 2011
I am a newbie to CentOS and I am trying to build a webserver for development of my website. I installed CentOS 5.5 with server gui and server and knome settings but cant get the LAMP installed right?
View 3 Replies
View Related
Nov 30, 2009
I am looking for the CentOS LAMP system (all in one) that can fit onto a CD or a DVD. When I check the download section there are 6 files of 700MBs or so. How come there are CentOS versions of Asterisk (for example Trixbox) that has LAMP and CentOS 5 and yet fits on one CD?
Is that a stripped down version? if so, can you please guide me to a simple CentOS version on this site so that I can download it and build LAMP on it?
View 6 Replies
View Related
Nov 13, 2009
is it possible to install LAMP via groupinstall? yum groupinstall 'groupname' I cannot see it in the list when I do yum grouplist
View 3 Replies
View Related
Jun 19, 2011
We've got to move a LAMP web application from a Red Hat box over to Cent OS. Actually it might wind up being a few applications. Basically are there any scary monsters to watch out for?
I will have some more details tomorrow morning as to exactly what we're moving and off of and on to what. The Cent OS installation I believe is 5ish. Red Hat could be a wildcard. <-It might be Red Hat, Red Hat Enterprise or Fedora
View 2 Replies
View Related
Feb 17, 2011
I have an offline computer with centos5.5 running on it. I want to do some tests on mediawiki or any other opensource tools. However, I can't access localhost from the browser because I don't have a webserver. How do I install apache or LAMP in general without the "yum" command? Where can I find all the dependencies needed?
View 6 Replies
View Related
Apr 22, 2010
PHP can't resolved while openSUSE11.2 LAMP updated.2010-4-21
View 1 Replies
View Related
Oct 23, 2010
I'm needing to stand up a Lamp server for a SugarCRM migration. I've been told I need to ensure php 5.2 on the box along with ensuring several mod's are installed as well for php and apache. I was planning on using the lamp provided from xampp (apache friends) but they're current build is using PHP 5.3, any suggestions on how to get around it? If I have to build the whole thing from several packages (apache, php, mysql) then no problem, but I really like the myphpadmin page that comes with the xampp installer.
View 2 Replies
View Related
Apr 9, 2011
as title, is there someone who switched a 5.5 lamp server to 5.6 simply with a yum update?Is it a safe and painless procedure?
View 7 Replies
View Related
May 23, 2010
I currently have a LAMP server running with multiple virtual hosts configured. I have one virtual host with a sub directory that contains pdf news letters.do not want the directory browsable and tried putting an index.php file that re-directshe user to the root directory but when I go to the [web address]/[directory name] in any browser I see the contents of the folder listed.
Currently the news letter list is drawn from a database table and displayed as links on a page in the root directory. The links point to the file name in the sub directory. How do I block users from going to that sub directory and seeinge contents of that directory listed? Would I add another <directory> statement in the vhosts.conf file? If so how would I structure that directive?
View 1 Replies
View Related
May 23, 2010
setting up my LAMP server to send email messages through my cable network SMTP server. If you respond please realize that I am new to linux/apache. I cannot send emails out with the built in email server on Suse and don't even know if it is enabled. I used to do it with my IIS/ColdFusion server but there were options for the outbound SMTP server and authentication. I have searched and think I have to use something called Pear but to be honest the instructions are vague to say the least and it all looks greek to me.
View 2 Replies
View Related
Jan 16, 2011
i am trying to set up LAMP on an old pc i have installed linux, apache, mySQL and PHP following this guide Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.3 (LAMP) | HowtoForge - Linux Howtos and Tutorials. i have installed phpMyAdmin but when i try and acess it i get this error
Error
MySQL said:
Cannot connect: invalid settings.
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.
[Code]...
View 1 Replies
View Related
Oct 30, 2010
I am sure there is a nice guide out there somewhere but I cannot find it. My question is: The company I work for has a fully windows environment, servers and clients. The current server is on a Windows 2000 Server and I plan on replacing that. I wish to use Ubuntu server with Joomla for this purpose. This is my first venture into a purely command line interface, although I have played around with Ubuntu desktop in the past. My first question right now is: How do I log onto the Windows Network (active directory) from the ubuntu server. eth0 is reporting a valid internal IP on the network, so its been picked up okay.
Edit: I also want to assign a static internal IP address instead of grabbing from the DHCP. Edit2: Thinking about it, as the ubuntu server and windows server can ping each other do I even need to log into the domain? The server will only be serving web pages.
View 3 Replies
View Related
Nov 22, 2010
I'm wondering a couple of things about my LAMP stacks:
1) How do I get a list of all the network cards installed in a linux box? I've run this command and it shows 2 network cards which is probably all of them:
Code:
mii-tool -v
2) How can I check the percent utilization of a given network card? I.e., at any given time, what linux command will tell me the how much of a network card's bandwidth is being consumed? I've checked both ethtool and mii-tool and I don't really see any helpful stats.
3) How can I make sure that a linux box will optimally use both network cards? I'm a bit fuzzy on how IP addresses and network cards and hostnames work together.
View 1 Replies
View Related
May 23, 2010
How do you configure the firewall to allow external web access (it's a LAMP server) and internal access for samba shares ?
View 6 Replies
View Related
May 18, 2010
identify the right network structure for a data intensive website, built on LAMP. I'm thinking of a load balanced website, and that it should have a mysql master/slave setup server. I'm no expert in this area, so any online resources are welcome. You can check out the website [URL] - but it will have 10 million items once the hardware can support it.
View 1 Replies
View Related
Jan 17, 2011
How to Configure VNC Server In CentOS 5-5;
View 1 Replies
View Related
Mar 6, 2011
I've beenhaving some trouble getting my wireless network card working on my Slackware 12 box. Currently it identifies the card and can scan for networks, but I can't seem to join a network. Here's some output:
{8:46:29}gibson:/lib/modules/2.6.33.4-smp## iwlist wlan0 scan
wlan0 Scan completed :
Cell 01 - Address: F8:1E:DF:FF:DA:39
ESSID:"MasterControl"
[code]....
It doesn't seem to be accepting the essid setting, and it's giving an error for the key setting. Also, I'm noticing an inconsistency in the wireless protocols. The AP claims that it's 802.11g with rates up to 54 Mb/s. But it should be 802.11n. It's an Apple Airport Extreme and the Radio Mode is set to Automatic and displays "802.11a/n-02.11b/g/n" on the Airport Utility. The interface also claims that it's 802.11g, though shows a rate of 300 Mb/s. It's a Belkin "Play" Wireless USB Adapter (F7D4101).
(Note: I'm using ndiswrapper and the WinXP drivers which were installed from the Belkin software.)
View 1 Replies
View Related
Jun 1, 2011
how do you configure your network time protocol to use a specific time server ip address
View 2 Replies
View Related
May 27, 2010
I am working as a system administrator, i got challenging work from my team leader i.e., configuring network printer in redhat 4.2/centos 5. Initially i started with redhat linux 4.2. Unfortunately i didn't get any default man pages. I downloaded the rpm package mit-lprng.3.8.27-10-rhe4.i386.rpm and ran it. I got man pages of lpd but i couldn't able to start lpd services. then i downloaded the lpd daemon startup script from this site :Now i could able start lpd services.In server system i have configured the printer locally (shared and used LPD protocol). In client system i am unable to take test page even though it is connected to desired print server.Even some times it shows "remote host cannot accept control file(data file) 32
View 2 Replies
View Related
Oct 8, 2010
I HAVE DUAL BOOTING SYSTEMVISTA + RED HAT 5.0ON VISTA I CAN RUN WI FIBUT ON RED HAT IT CANT WORK AND SAYS CANNOT ACTIVATE NETWORK DEVICE eth13c501 device eth1 does not seem to be present delaying initialisation.
View 1 Replies
View Related
Mar 22, 2010
i am trying to configure below commands and it through error some one can advise where to check and how to fix this issue
[root@2rem .vnc]# vncserver :1 -name 2rem -depth 16 -geomatry 800x600
You will require a password to access your desktops.
Password:
Verify:
xauth: creating new authority file /root/.Xauthority
Unable to start Xvnc, exiting
View 1 Replies
View Related
Aug 8, 2011
How do I configure a EDUP wireless network card
View 1 Replies
View Related