473,770 Members | 4,558 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Installation Question

I'm using Windows Server 2000 with Apache with a secondary hard drive
which will contain the http information. Does php have to be installed
in the http drive or the root windows directory?
Apr 5 '07 #1
5 1549
Try apachetriad, which is a software bundle consisting of Apache,PHP
and MySql. All the scripts should allow you to configure
to where you want to. I am pretty sure that php.ini file has to go
into windows directory, and that htdocs
will go where you install apache.

On Apr 5, 1:53 pm, bray <brad...@sonoma computer.comwro te:
I'm using Windows Server 2000 with Apache with a secondary hard drive
which will contain the http information. Does php have to be installed
in the http drive or the root windows directory?

Apr 5 '07 #2
On 2007-04-05 05-53-18, bray wrote:
I'm using Windows Server 2000 with Apache with a secondary hard drive
which will contain the http information. Does php have to be installed
in the http drive or the root windows directory?
You can put PHP wherever you want to. I'd strongly recommend to keep it out
of the document root directory, though.

Your PHP zip file should come with an install.txt. This has all the
information you need to set up PHP with Apache. Except maybe: If you're
running Apache 2.2, you'll have to get another server api dll,
php(4|5|whateve r)_apache2.dll won't ruun with an Apache 2.2, you'll need
php5_apache2_2. dll (should be packed as of 5.2.0)

HTH
Apr 5 '07 #3
I'm sorry, could you be a little more clear? Document root directory? Do
you mean the http root directory?

Simon Stienen wrote:
On 2007-04-05 05-53-18, bray wrote:
>I'm using Windows Server 2000 with Apache with a secondary hard drive
which will contain the http information. Does php have to be installed
in the http drive or the root windows directory?

You can put PHP wherever you want to. I'd strongly recommend to keep it out
of the document root directory, though.

Your PHP zip file should come with an install.txt. This has all the
information you need to set up PHP with Apache. Except maybe: If you're
running Apache 2.2, you'll have to get another server api dll,
php(4|5|whateve r)_apache2.dll won't ruun with an Apache 2.2, you'll need
php5_apache2_2. dll (should be packed as of 5.2.0)

HTH
Apr 5 '07 #4
On Apr 5, 7:52 am, bray <brad...@sonoma computer.comwro te:
I'm sorry, could you be a little more clear? Document root directory? Do
you mean the http root directory?

Simon Stienen wrote:
On 2007-04-05 05-53-18, bray wrote:
I'm using Windows Server 2000 with Apache with a secondary hard drive
which will contain the http information. Does php have to be installed
in the http drive or the root windows directory?
You can put PHP wherever you want to. I'd strongly recommend to keep it out
of the document root directory, though.
Your PHP zip file should come with an install.txt. This has all the
information you need to set up PHP with Apache. Except maybe: If you're
running Apache 2.2, you'll have to get another server api dll,
php(4|5|whateve r)_apache2.dll won't ruun with an Apache 2.2, you'll need
php5_apache2_2. dll (should be packed as of 5.2.0)
HTH

Hey, the Document root directory is the folder that contains the
webpages / webdata and is usually "apache/htdocs".
You should really try PHPTriad ( http://sourceforge.net/projects/phptriad/
) since it`s an apache / php / mysql bundle or you may try XAMPP
( http://www.apachefriends.org/en/xampp.html ) wich is basicly the
same thing.

Micky

Apr 5 '07 #5
bray wrote:
I'm using Windows Server 2000 with Apache with a secondary hard drive
which will contain the http information. Does php have to be installed
in the http drive or the root windows directory?
Your question is a bit non-descriptive. The server has a server root
(where the binaries, configs etc reside) and a document root.
The document root (default name is htdocs I think, even on Windows) can
sit anywhere you like, the httpd.conf file should be modified if you
change it to a new location.

PHP can be installed where you want it, placing the PHP software inside
your document root is not recommended, to put it mildly.

Like others said, try one of the single-installation AMP packages if
this is a bit new/difficult material for you.

And, please do not top-post in usenet. Put your replies below the quoted
part of the previous message.
Thx

Sh.
Apr 5 '07 #6

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

Similar topics

2
3463
by: mirandacascade | last post by:
O/S: Windows XP Home (with Service Pack 2) Downloaded python-2.4.msi from python.org (10,632KB). When I double click on the file from Windows Explorer, the installation process presents the window in which I am prompted to either install for all users (the default) or install for just me. I selected the defaulted value. Installation process presents a window in which the user may select the directory for python 2.4 files. I selected...
3
2057
by: Rob Brown | last post by:
I put together an installation program and it works great the first time. The problem I have is that we want the users to be able to rerun the installation without needing to uninstall the older package first. How can I set up the package to overlay the existing installation without forcing the user to run an uninstall first? Thanks, Rob Brown
5
2089
by: InstallAware | last post by:
For Press Inquiries: Sinan Karaca InstallAware Software Corporation 336 Guerrero Street, San Francisco CA 94103 415 358 4094 (voice/fax) sinank@installaware.com http://www.installaware.com/ InstallAware First (and Only) Installation Toolkit to Support .NET 2.0
6
8619
by: cat | last post by:
Hi Folks, We are going to start a grand new project, which is DB2v7 FP10a sitting on AIX4.3.3 on M80 server. Here is my question, 1) According to Fixpack installation guide, I have to install Fixpack1(Pre-request of Fixpack 3 installation), Fixpack 3(Pre-request of Fixpack 10a) in order to successful install Fixpack 10a.Question is do I have to follow this sequence or there is a way jump to fixpack 10a.
5
1101
by: Joe Delphi | last post by:
Hi, I purchased the ASP.NET Programming with Visual Basic .NET book from Microsoft Press by G. Andrew Duthie. It comes with a companion CD-ROM that contains examples. I am unable to open any of the projects from the CD-ROM inside the IDE. I keep getting a message that says that I need to re-run the .NET installation and this time - install the web components. I have attempted to re-run the installation, but the installation does...
5
1171
by: Jim | last post by:
Please don't laugh--I'm serious about this-- I finally got around to installing the copy of VBNet I bought last summer. I didn't see any installation instructions in the box--just a bunch of advertisements, a couple posters and a beginning programming book. So I put the Visual Studio CD in the hard drive. It said it couldn't install because it was missing some supporting files. So I put the VBNet CD in and the message box told me...
0
2202
by: Pavan | last post by:
I have my .NET code published in two servers http://server1/<ApplicationName>/Publish.htm and http://server2/<ApplicationName>/Publish.htm, and if i open IE on the client machine and type the link (http://server1/<ApplicationName>/Publish.htm) it would install the application in the client machine from server1. 1) Changing the server location on the same client machine (i.e. http://server2/<ApplicationName>/Publish.htm) should override...
16
2325
by: Jeremy S. | last post by:
I'm about to install VS.NET 2005 and SQL Server 2005 on a new/clean development machine (XP Pro/SP2 etc). Is the order of installation important (i.e., which product should I install first)? Thanks!
16
1844
by: eSolTec, Inc. 501(c)(3) | last post by:
Thank you in advance for any and all assistance. I'm looking for a way to programmatically retrieve the following if possible: Windows Installation Key or COA from the registry Windows installed applications, like: MS Office 97-2003 MS FrontPage MS Word MS Works
2
1728
by: =?Utf-8?B?R3JlZw==?= | last post by:
I have no idea where to post this question, or even if its appropriate for me to post it here. I don't know if installing a VB.Net program has caused the problem I'm having or not. All I know is I did install a VB.Net program on my desktop computer and lately its been acting very strangely. It could also be the result of something else, but I'm not sure. The symptom I'm having is the following. When I start up my desktop computer I am...
0
9602
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10237
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10071
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10017
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7431
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5326
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5467
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3589
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2832
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.