Web Hosting Talk







View Full Version : mod_frontpage


node9
11-21-2001, 02:57 PM
Hi guys
uhm
something came up, and i now realize that i do need mod_frontpage

where can i download it?
i have other things like mod_perl etc

when i installed apache iconfigured it for perl+php+ssl
so all the unpacked files were in one dir
such as below

Is mod_frontpage only for certain versions of apache ??
i hope not

drwxr-xr-x 8 1134 1134 4.0k Nov 18 19:26 apache_1.3.20
-rw-rw-r-- 1 node node 1.9M May 15 2001 apache_1.3.20.tar.gz
-rw-rw-r-- 1 root root 20M Nov 16 13:12 fp-5.0-upgrade.sea
drwxrwxr-x 10 root root 4.0k Nov 18 19:21 libs
drwxr-xr-x 24 500 popa3d 4.0k Nov 18 19:24 mod_perl-1.26
-rw-rw-r-- 1 node node 364k Jul 11 21:21 mod_perl-1.26.tar.gz
drwxrwxr-x 10 root root 4.0k Nov 18 18:37 mod_ssl-2.8.4-1.3.20
-rw-rw-r-- 1 node node 734k May 20 2001 mod_ssl-2.8.4-1.3.20.tar.gz
drwxrwxrwx 28 alias 234 4.0k Nov 18 18:09 mysql-3.23.43
-rw-rw-r-- 1 node node 11M Oct 12 00:37 mysql-3.23.43.tar.gz
drwxrwxr-x 4 root root 4.0k Nov 20 00:59 new
drwxrwxr-x 20 root root 4.0k Nov 18 18:35 openssl-0.9.6a
-rw-rw-r-- 1 node node 2.0M Apr 5 2001 openssl-0.9.6a.tar.gz
drwxrwxr-x 20 root root 4.0k Nov 18 17:36 openssl-engine-0.9.6a
-rw-rw-r-- 1 node node 2.1M Apr 5 2001 openssl-engine-0.9.6a.tar.gz
drwxr-xr-x 29 504 504 4.0k Nov 18 18:45 perl-5.6.1
drwxr-xr-x 16 7801 7801 4.0k Nov 18 18:39 php-4.0.6
-rw-rw-r-- 1 node node 3.0M Jun 23 04:40 php-4.0.6.tar.gz
-rw-rw-r-- 1 node node 15M Oct 23 18:31 php.tar.gz
-rw-rw-r-- 1 node node 35k Mar 1 1999 rinetd.tar.gz
-rw-rw-r-- 1 node node 5.7M Oct 23 10:01 stable.tar.gz

node9
11-21-2001, 06:44 PM
basically, i have my apache compiled with:
http_core.c
mod_env.c
mod_log_config.c
mod_mime.c
mod_negotiation.c
mod_status.c
mod_include.c
mod_autoindex.c
mod_dir.c
mod_cgi.c
mod_asis.c
mod_imap.c
mod_actions.c
mod_userdir.c
mod_alias.c
mod_access.c
mod_auth.c
mod_so.c
mod_setenvif.c
mod_perl.c
mod_php4.c

all im doing is
installing mysql first
installing openssl
then going in mod_ssl unpacked dir
./configure --with-apache=../apache_1.3.20 --with-ssl=../openssl-0.9.6a --prefix=/usr/local/apache
then hop to php
cd ../php-*
then
./configure --with-mysql --with-apache=../apache_1.3.20 --enable-track-vars
then make make install
then hop over to mod perl
cd ../mod_perl*
perl Makefile.PL USE_APACI=1 EVERYTHING=1 SSL_BASE=/usr/local/ssl APACHE_PREFIX=/usr/local/apache APACI_ARGS=--activate-module=src/modules/php4/libphp4.a,--enable-module=so
then make and make install
after doing al that... i can type /usr/local/apache/bin/httpd -l and it will give the following:
Compiled-in modules:
http_core.c
mod_env.c
mod_log_config.c
mod_mime.c
mod_negotiation.c
mod_status.c
mod_include.c
mod_autoindex.c
mod_dir.c
mod_cgi.c
mod_asis.c
mod_imap.c
mod_actions.c
mod_userdir.c
mod_alias.c
mod_access.c
mod_auth.c
mod_so.c
mod_setenvif.c
mod_perl.c
mod_php4.c
whcih is good...... bu ti need to know hwo to do mod_frontpage with all those steps
so it'll show mod_Frontpage
i have mod_frontpage.c , if that helps any...

bitserve
11-22-2001, 02:38 AM
I would recommend the improved mod_frontpage.

http://www.webhostingtalk.com/showthread.php?s=&threadid=25040

They have a doc on how to compile it with mod_ssl and PHP. You should be able to figure out how to add mod_perl yourself.

bobcares
11-27-2001, 08:59 AM
Hi!
You can download the latest Frontpage Extensions module from here.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservext/html/fpse02unix.asp
The installation is quite straight forward if it is in Redhat. (on BSD it's real bad.... :()
Also remember to compile only with the apache version they recommend.
Have a great day :)

Regards
Amar

bitserve
11-27-2001, 01:10 PM
I highly recommend staying away from microsoft/rtr's apache-fp patch, and sticking with the improved mod_frontpage.

Go to mod_frontpage's website for more information on why this is recommended.