The web server questions

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat The web server questions
# 1  
Old 12-07-2016
The web server questions

Hi
is it logically is better Mysql Have to be installed on the apache machine ? Or a separate machine to consider e for that separate
if the machine is spearate has any effect to performance ?
thank you for guidance Smilie
# 2  
Old 12-07-2016
It depends what you want to achieve. There is the LAMP style of server (Linux, Apache, MySQL, PHP/Perl) that performs a specific role with direct database access (sort of) through the web-server or you may prefer to go for the 3-tier model. One server with the web-server/application, one with the database and one with 'the middle tier', typically a message queuing service, (e.g. IBMs MQ, Oracle's AQ) and worker processes to move messages and trigger processing according to the messages passed.

The latter works best where there are multiple databases to be queried, typically after company merger where a single front-end is required. it takes more to set up but is more flexible afterwards.


What is you eventual goal?



Robin
# 3  
Old 12-07-2016
Thanks for replay
Where database was replicated is supposed to work on joomla and web server or Wordpress in terms of security and performance Would you recommend database is on the web server or data base is out of it ??
( for private web server)
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. HP-UX

Questions Regarding Upgrading To New Version Of Apache Web Server

In September 2010, HP released the following bulletin: Subject: End of Support Life for “Apache version 2.0 along with WSS version 2.x” on 11iv2 and 11iv3. Reference: http://www.hp.com/softwarereleases/releases-media2​/notices/082010Apache.pdf I have some questions about this... (4 Replies)
Discussion started by: Rob Sandifer
4 Replies

2. UNIX for Dummies Questions & Answers

Web Server - uploading Frontpage web - will there be problems??

hiya All, New to this Web site stuff. Will be installing Fedora's latest O/S (including Apache) - onto a spare PC Then... Gulp... setting up a Web server. Designing a Web site using WINDOWS FRONT PAGE 2002: * Simply easiest/quickiest way to knock up a basic site. * There won't be... (6 Replies)
Discussion started by: marty 600
6 Replies

3. UNIX for Dummies Questions & Answers

Web browser and web server for Unix

Hi there all I am looking for both a web browser as well as a web server (Ie. Netscape Fasttrack) that will run on HPUX 10. If you know where I can get these free via FTP, please contact me as soon as possible!! Thanks, Mark (1 Reply)
Discussion started by: mleathers
1 Replies

4. UNIX for Dummies Questions & Answers

Dynamic web pages for Unix Web Server

Hi, my company is considering a new development of our web site, which used to run on Apachi over Solaris. The company who is going to do this for us knows only about developing it in ASP. I guess this means we'll have to have another ISS server on NT for these dynamic pages :( What are... (5 Replies)
Discussion started by: me2unix
5 Replies
Login or Register to Ask a Question