Re: Apache + Frontpage question

2003-07-30 Thread Sunil Sunder Raj
Hi,

Install apache-fp. Or compile mod_frontpage with apxs.

Regards
SSR

From: "Darryl Hoar" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
Subject: Apache + Frontpage question
Date: Tue, 29 Jul 2003 16:37:25 -0500
Greetings,
I have just be nailed by the sales folks.  They won't listen to reason at
all.
They demand that the webserver (apache) have frontpage extensions and
support subwebs.  I'm going to have to strip my freebsd server down and
install a version of apache that does this support.  What should I do
(/usr/port wise) to facilitate this ?
thanks,
Darryl
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"
_
E-mail just got better. Find out why. 
http://server1.msn.co.in/features/general/extrastorage/index.asp Click here!

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Apache + Frontpage question

2003-07-29 Thread Raider
yes you can install without remove the old using mod_frontpage
be aware to take a look of security holes that mod_frontpage
have..

good luck

raider

- Original Message -
From: "Mike Maltese" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, July 29, 2003 10:57 PM
Subject: Re: Apache + Frontpage question


> Take a look at the following:
>
> /usr/ports/www/apache13-fp
> /usr/ports/www/mod_frontpage
>
> I believe that you can add frontpage support by adding mod_frontpage
without
> having to remove your current installation.
>
>
> - Original Message -
> From: "Darryl Hoar" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, July 29, 2003 2:37 PM
> Subject: Apache + Frontpage question
>
>
> > Greetings,
> > I have just be nailed by the sales folks.  They won't listen to reason
at
> > all.
> > They demand that the webserver (apache) have frontpage extensions and
> > support subwebs.  I'm going to have to strip my freebsd server down and
> > install a version of apache that does this support.  What should I do
> > (/usr/port wise) to facilitate this ?
> >
> > thanks,
> > Darryl
> >
> > ___
> > [EMAIL PROTECTED] mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Apache + Frontpage question

2003-07-29 Thread Mike Maltese
Take a look at the following:

/usr/ports/www/apache13-fp
/usr/ports/www/mod_frontpage

I believe that you can add frontpage support by adding mod_frontpage without
having to remove your current installation.


- Original Message - 
From: "Darryl Hoar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 29, 2003 2:37 PM
Subject: Apache + Frontpage question


> Greetings,
> I have just be nailed by the sales folks.  They won't listen to reason at
> all.
> They demand that the webserver (apache) have frontpage extensions and
> support subwebs.  I'm going to have to strip my freebsd server down and
> install a version of apache that does this support.  What should I do
> (/usr/port wise) to facilitate this ?
>
> thanks,
> Darryl
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: apache frontpage question

2003-02-10 Thread Matthew Emmerton
> If I want to support the MS frontpage extentions I need to install
> "www/apache13-fp" and "www/frontpage" from ports (as I understand).
> I do not understand the warning in the (ports) message, stating that
> libcrypt.* needs to be linked against libdescrypt.* insteadof
> libscrypt.* My question is: how can I be sure this will be true?
> Do I need to recompile some libcrypt things too or will this be done by
> the ports of apache/frontpage?
>
> Another question is: how safe is supporting the FP extentions these
> days?

It's not, and probably never will be.

You have to change the libcrypt symlinks (manually) to point to libdescrypt;
this may break some other things on the system.

--
Matt


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: apache frontpage question

2003-02-10 Thread Stephen Hovey
PS - with FP we make client sign a waiver stating we are not responsible
if their stuff gets cracked into etc due to known secutiry issues with FP.

On Mon, 10 Feb 2003, Dick Hoogendijk wrote:

> If I want to support the MS frontpage extentions I need to install
> "www/apache13-fp" and "www/frontpage" from ports (as I understand).
> I do not understand the warning in the (ports) message, stating that
> libcrypt.* needs to be linked against libdescrypt.* insteadof
> libscrypt.* My question is: how can I be sure this will be true?
> Do I need to recompile some libcrypt things too or will this be done by
> the ports of apache/frontpage?
> 
> Another question is: how safe is supporting the FP extentions these
> days?
> 
> -- 
> dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
> ++ Running FreeBSD 4.7 ++ Debian GNU/Linux (Woody)
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: apache frontpage question

2003-02-10 Thread Stephen Hovey

its to force DES instead of MD-5

On Mon, 10 Feb 2003, Dick Hoogendijk wrote:

> If I want to support the MS frontpage extentions I need to install
> "www/apache13-fp" and "www/frontpage" from ports (as I understand).
> I do not understand the warning in the (ports) message, stating that
> libcrypt.* needs to be linked against libdescrypt.* insteadof
> libscrypt.* My question is: how can I be sure this will be true?
> Do I need to recompile some libcrypt things too or will this be done by
> the ports of apache/frontpage?
> 
> Another question is: how safe is supporting the FP extentions these
> days?
> 
> -- 
> dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
> ++ Running FreeBSD 4.7 ++ Debian GNU/Linux (Woody)
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message