Web Hosting Talk







View Full Version : where is apache?


tymonhall
04-05-2001, 07:52 PM
Hi I am trying to recompile php4 to have support for FTP but I need to recompile apache and I cant figure our where it is one the system. I am using a RAQ3.

thewebbie
04-05-2001, 08:31 PM
Chances are that you will not find the apache source on the cobalt machine. The cobalt is Red Hat 6.0 compatable so all you need is the mod_php rpm. Good luck finding one for php4 though. try rpmfind.org.

If you insist on the compile method then you do not need to update your apache. Just compile php4 like so:

./configure --with-mysql --with-apxs=/usr/sbin/apxs

You may have to update the httpd.conf to reflect the correct php module.

You can get php4 from
http://us.php.net/downloads.php

If you want to find where apache is then try the following commands as root:

httpd -? (for help)
httpd -V
httpd -S

tymonhall
04-05-2001, 09:08 PM
Well, can you or anyone tell me how to setup the ftp part of php?

thewebbie
04-06-2001, 01:17 PM
to get FTP just add --with-ftp to the configure command.

tymonhall
04-06-2001, 01:40 PM
With php4 I thought you cant. I will try it if this works it will make my life a whole lot better.

tymonhall
04-06-2001, 01:44 PM
The command that suppost to work is --enable-ftp but for some reason it still don't show up after I remake the program

thewebbie
04-06-2001, 06:20 PM
You can try this site..

http://www.php.net/manual/en/install.configure.php

You right --with-ftp was for php3

Cael
04-07-2001, 05:35 AM
http://www.sakuralover.com/raq3/upgrade_raq3.htm

I think it can help you a bit in recompiling apache and installing php4

tymonhall
04-07-2001, 03:22 PM
No permission to access that page.

Cael
04-08-2001, 02:18 AM
Which one?