473,466 Members | 1,404 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

How to install PHP + MySQL on pre-installed Apache ?

Hello.

I would like to add PHP and MySQL yo me local Apache server.

So, I've seen it exist simple packages like EasyPHP, WAMP and MOV'AMP,
but the three seems to install Apache too and I'm afraid to loose my
current Apache configuration (several vitual hosts configured).

What can I do to preserve my Apache and install PHP + MySQL the simple
way ?
Dec 17 '07 #1
9 2223
On 17 Dec, 11:48, YoLed <inva...@nospam.orgwrote:
Hello.

I would like to add PHP and MySQL yo me local Apache server.

So, I've seen it exist simple packages like EasyPHP, WAMP and MOV'AMP,
but the three seems to install Apache too and I'm afraid to loose my
current Apache configuration (several vitual hosts configured).

What can I do to preserve my Apache and install PHP + MySQL the simple
way ?
You could install one of teh packages and copy your apache config to
them.
Dec 17 '07 #2
YoLed wrote:
Hello.

I would like to add PHP and MySQL yo me local Apache server.

So, I've seen it exist simple packages like EasyPHP, WAMP and MOV'AMP,
but the three seems to install Apache too and I'm afraid to loose my
current Apache configuration (several vitual hosts configured).

What can I do to preserve my Apache and install PHP + MySQL the simple
way ?
Dunno.

I just installed the relevant (debian linux) packages and struggled
through the few config file tweaks needed to make it all spring to life.

Dec 17 '07 #3
YoLed wrote:
Hello.

I would like to add PHP and MySQL yo me local Apache server.

So, I've seen it exist simple packages like EasyPHP, WAMP and MOV'AMP,
but the three seems to install Apache too and I'm afraid to loose my
current Apache configuration (several vitual hosts configured).

What can I do to preserve my Apache and install PHP + MySQL the simple
way ?
You can install the packages separately. Once you've done it a few
times, it goes pretty quickly. It's just the first few times can be
difficult.

But it is easier to do in Apache than it is in IIS. So my recommendation
would be to go ahead and download the packages and read the directions.
Only a couple of modifications are required for your httpd.conf file.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Dec 17 '07 #4
Captain Paralytic wrote:
On 17 Dec, 11:48, YoLed <inva...@nospam.orgwrote:
>Hello.

I would like to add PHP and MySQL yo me local Apache server.

So, I've seen it exist simple packages like EasyPHP, WAMP and MOV'AMP,
but the three seems to install Apache too and I'm afraid to loose my
current Apache configuration (several vitual hosts configured).

What can I do to preserve my Apache and install PHP + MySQL the simple
way ?

You could install one of teh packages and copy your apache config to
them.
Except that will wipe out the changes needed to make PHP run...

Rather he'd need to modify the supplied httpd.conf to include his
virtual hosts.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Dec 17 '07 #5
On 17 Dec, 12:34, Jerry Stuckle <jstuck...@attglobal.netwrote:
Captain Paralytic wrote:
On 17 Dec, 11:48, YoLed <inva...@nospam.orgwrote:
Hello.
I would like to add PHP and MySQL yo me local Apache server.
So, I've seen it exist simple packages like EasyPHP, WAMP and MOV'AMP,
but the three seems to install Apache too and I'm afraid to loose my
current Apache configuration (several vitual hosts configured).
What can I do to preserve my Apache and install PHP + MySQL the simple
way ?
You could install one of teh packages and copy your apache config to
them.

Except that will wipe out the changes needed to make PHP run...

Rather he'd need to modify the supplied httpd.conf to include his
virtual hosts.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================
Yeah that's what I meant. In my mind copying the config isn't the same
as just copying the file, but what you said is much clearer.
Dec 17 '07 #6
I would like to add PHP and MySQL yo me local Apache server.

Apache is not an operating system. Do you have one? Distribution?
Dec 17 '07 #7
In article <O_******************************@comcast.com>,
js*******@attglobal.net says...
You can install the packages separately.
I think it's the way I'll go. And if I find it too complicated, I'll
switch to you second solution (you said : "Rather he'd need to modify
the supplied httpd.conf to include his virtual hosts.")

Thank you and to Captain and Philosopher too :)

Dec 17 '07 #8
On 17 Dec, 13:02, Jonas Werres <jo...@example.orgwrote:
I would like to add PHP and MySQL yo me local Apache server.

Apache is not an operating system. Do you have one? Distribution?
I don't think he suggested that Apache was an operating system.
And he effectively told us that he is using Windows in his first post.
Dec 17 '07 #9
I don't think he suggested that Apache was an operating system.
And he effectively told us that he is using Windows in his first post.
OK, there is WAMP. But this question is so obviously OS-dependend, that
one should always put it direktly right into the first post.

OK, Windows. Then my answer is: Save your config, install a package.
Or better: Install VMWare or Virtualbox and use a virtual *n*x-server.
Dec 17 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: joemyre | last post by:
Hi everyone, What I'm trying to do is take php variables i got from user input, and pass them as the MySQL query terms. $query = "select * from ident where ".$searchtype1."=".$searchterm1."";...
3
by: Armin Irger | last post by:
Hi, i'am running a debian sarge with the delivered apache2 mysql and php4. The file "mitarbeiter_eingabe.php" gets the data over a html <FORM> and send it to...
9
by: Lad | last post by:
I use XP windows and Python 2.3. How can I install MYSQL on my computer? I could not find any installer for MYSQL and Python 2.3 Thanks for help Lad.
0
by: Philip Stoev | last post by:
Hi all, Please tell me if any of this makes sense. Any pointers to relevant projects/articles will be much appreciated. Philip Stoev http://www.stoev.org/pivot/manifest.htm ...
0
by: Gary Cote | last post by:
>Description: I've recently compiled mysql 4.0.14 on redhat 8.0. The installation fails, however, when running mysql_install_db. I've attached a transcript below. I gather from searching the...
2
by: Shaun | last post by:
I've attempted to upgrade to MySQL 3.23 to 4.0. MySQL 4.0 server is working great, buy I couldn't get MySQL 4.0 client to install properly. Any help would be greatly appreciated. Here are the...
1
by: Maxim. V. | last post by:
Hello to everone, As mentioned in this *guide(1), i've compiled mysql on my fedora Core 2 system, with the following spec's : *(1) http://hulan.info/blog/index.php?itemid=576 ...
3
by: auron | last post by:
Hi there, I have a really stupid and banal problem with showing the results of a MySQL query in PHP, preciselly with MySQL count() function that gives to a variable in PHP the result. NOTE:...
4
by: inetquestion | last post by:
php has been configured with the following two configure lines and core's during "make install" on the PEAR section. Is there something simple i'm missing? Any help would be appreciated. ...
221
Atli
by: Atli | last post by:
You may be wondering why you would want to put your files “into” the database, rather than just onto the file-system. Well, most of the time, you wouldn’t. In situations where your PHP application...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.