|
-
Jun 14th, 2002, 10:39 AM
#1
Thread Starter
Stuck in the 80s
[Resolved] Apache Question
I'm so confused. I'm at this page: http://www.apache.org/dist/httpd/ what do I need to download? I know there's been many threads lately about setting up Apache, PHP, and MySQL. So I thought I'd give it a try.
Last edited by The Hobo; Jun 16th, 2002 at 03:34 PM.
-
Jun 14th, 2002, 10:42 AM
#2
PowerPoster
-
Jun 14th, 2002, 10:45 AM
#3
Thread Starter
Stuck in the 80s
So....do I download all of them?
-
Jun 14th, 2002, 11:01 AM
#4
no you need only one
apache_2.0.36-win32-x86-no_ssl.msi
or if you want SSL and no source you get this one
apache_1.3.24-win32-x86-no_src.msi
but that is an older version so it is up to you.
-
Jun 14th, 2002, 11:10 AM
#5
PowerPoster
-
Jun 14th, 2002, 11:14 AM
#6
Fanatic Member
you could download PhpTriad it installs apache, mysql, and php for u 
http://prdownloads.sourceforge.net/p...1.exe?download
-
Jun 14th, 2002, 11:44 AM
#7
Thread Starter
Stuck in the 80s
It's installed. Now what do I have to do? Is there any configuration that has to be done?
-
Jun 15th, 2002, 09:03 PM
#8
Thread Starter
Stuck in the 80s
-
Jun 15th, 2002, 09:25 PM
#9
Thread Starter
Stuck in the 80s
woo! I got Apache going. Now I'm gonna work on PHP.
-
Jun 15th, 2002, 09:25 PM
#10
Thread Starter
Stuck in the 80s
do the PHP files have to be in the htdocs folder for them to execute?
-
Jun 15th, 2002, 09:40 PM
#11
Thread Starter
Stuck in the 80s
I got this error when trying to run a simple PHP script:
Error message:
Premature end of script headers: php.exe
??
-
Jun 15th, 2002, 09:42 PM
#12
try running phpinfo() in a script
<?php
phpinfo()
?>
try that and see if it will run. if not you don't have apache configured to run php
-
Jun 15th, 2002, 09:43 PM
#13
Thread Starter
Stuck in the 80s
Nope, same error. Should the line in the httpd.config file be "Action application/x-httpd-php /php/php.exe" or "# Format: Action application/x-httpd-php /php/php.exe" ??
-
Jun 15th, 2002, 09:46 PM
#14
Thread Starter
Stuck in the 80s
I'm following the tutorial you have linked on your site btw, lameindustries.org or something like it.
-
Jun 15th, 2002, 09:46 PM
#15
Member
-
Jun 15th, 2002, 09:53 PM
#16
Thread Starter
Stuck in the 80s
filburt, that even takes me farther down a dead end road.
-
Jun 15th, 2002, 09:55 PM
#17
I have this in mine
Action application/x-httpd-php4 "/php/php.exe"
Action application/x-httpd-php4 "/php4/php.exe"
Action application/x-httpd-php4 "/php3/php.exe"
I think it just tells apache what to look for in extensions.
-
Jun 15th, 2002, 10:08 PM
#18
Thread Starter
Stuck in the 80s
I'm still dead. I restarted the .conf file from the default and went through that tutorial and the one on scouts site and both end up dry.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|