On earlier versions of Apache+FrontPage, and after installation, I always
ran "fp_install.sh" which fully installed the extensions on the sites and
set up webs. I have never run the fpsrvadm command but willing to try it if
it will help. But, I've looked at all the docs on this command and I don't
see anything in the description about it loading the extensions. I have
found it is not enough to just intall frontpage, but the extensions have to
be loaded somehow. This seems to change with every version of frontpage +
Apache.... For instance on the apache13_fp in FBSD ports, to load the
extensions requires
# /usr/local/sbin/httpd -DMOD_FP ...this is in the bootup script
"apache.sh" for version apache-1.23, but will not work in the present
apache-ssl (apache ver 1.24).

Following the install of Frontpage, the instructions say to add these to
the http.conf to enable FrontPage, but it is crytic about WHERE to put the
lines (to enable... the default is disabled) and when I put them in,
apachectl configtest doesn't like the syntax. (Sheesh! It shouldn't be this
hard!)

FrontPageEnable         # Enable Frontpage Extensions
FrontPageDisable        # Disable Frontpage Extensions
FrontPageAdminEnable    # Enable Frontpage Extensions fpadmcgi.exe
FrontPageAdminDisable   # Disable Frontpage Extensions fpadmcgi.exe

The above seems to be a logical solution, but am puzzled by how to use it.

I'm obviously not doing something right here. Please just a little more
help from anyone who is trying to run frontpage with
apache+ssl-1.24./2.8.8. This is maddening.... sorry for the lengthy
message, but as brief as I could explain it... THANKS!!!!!

At 03:53 PM 4.12.2002 -0500, Robert Covell wrote:
>You have to run the fpsrvadm.exe on the site you want to all fp access to.
>From my experience it is picky about DocumentRoot and UserDir.  Hope this
>helps...
>
>Sincerely,
>
>Robert T. Covell
>President / Owner
>Rolet Internet Services, LLC
>Web: www.rolet.com
>Email: [EMAIL PROTECTED]
>Phone: 816.471.1095
>Fax: 816.471.3447
>24x7: 816.210.7145
>
>-----Original Message-----
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED]]On Behalf Of Server Admin
>Sent: Friday, April 12, 2002 3:46 PM
>To: [EMAIL PROTECTED]
>Cc: Mike Loiterman; [EMAIL PROTECTED];
>[EMAIL PROTECTED]
>Subject: Re: mod_perl
>
>
>HURRAY!!!! I got apache+modssl plus, mod_php, mod_perl, mod_frontpage all
>installed and the things works! Loads right up without complaint.
>
>BUT, now.... can anyone tell me how to get the FrontPage extensions
>actually loaded so that the FP client can access the site...??? FrontPage
>says "no extensions on the server". I've tried starting apache with
>"apachectl -DMOD_FP", but no dice....
>
>This is my LAST obstacle.... please, anyone who can advise about staring
>those darn extensions with ssl loaded... or is that possible....???
>
>At 10:01 AM 4.11.2002 -0500, Philip M. Gollucci wrote:
>>Do this:
>>
>>cvsup /usr/share/examples/cvsup/ports-supfile
>>cd /usr/ports/www/apache13-modssl
>>make install distclean
>>cd ../mod_frontpage
>>make install distclean
>>cd /usr/local/sbin
>>./apachectl startssl
>>tail /var/log/httpd-error.log
>>[Thu Apr 11 15:53:21 2002] [notice] Apache/1.3.24 (Unix)
>>FrontPage/5.0.2.2623 mod_ssl/2.8.8 OpenSSL/0.9.6a configured
>>-- resuming normal operations
>>[Thu Apr 11 15:53:21 2002] [notice] Accept mutex: flock (Default: flock)
>>
>>For reference, I just did this myself 5
>>minutes ago with FreeBSD4.5-RELEASE and ports as of 5 minutes ago
>>Works like a charm.
>>
>>
>>END
>>---------------------------------------------------------------------------
>---
>>Philip M. Gollucci (p6m7g8) [EMAIL PROTECTED] 301.314.3118 301.646.3011
>>
>>Science, Discovery, & the Universe (UMCP)
>>        Webmaster & Webship Teacher
>>        URL: http://www.sdu.umd.edu
>>
>>EJournalPress.com
>>        Database/PERL Programmer & System Admin
>>        URL : http://www.ejournalpress.com
>>
>>Homepage    : http://p6m7g8.com
>>Resume      : http://p6m7g8.com/Work/index.html
>>Software    : http://p6m7g8.com/Developement/
>>
>>
>>
>>On Thu, 11 Apr 2002, Server Admin wrote:
>>
>>> Hello: Running FBSD 4.5, I've been struggling with my first Apache+modssl
>>> install from ports and get the need to recompile with -DEAPI error as
>well
>>> when I run configtest. I'm unfamiliar as to what to do about that except
>>> most likely some modifications need to be made to the Makefile in each
>>> port... This are the latest ports with apache+mod_ssl-1.3.24+2.8.8.
>>>
>>> It doesn't like the mod_ssl2.8.8 port that is supposed to be alright for
>>> the SSL install...., so wondered why it didn't make install right.... and
>>> what would be the modifications?... sorry to impose on your time, but
>>> tearing out my hair and not much left before going bald!
>>>
>>> Here's the error, if you have a moment to look and advise. Need a secure
>>> server setup badly.... thanks in advance!
>>>
>>> INSTALL ERROR
>>> ======================================================================
>>> [Wed Apr 10 18:26:46 2002] [warn] Loaded DSO libexec/apache/libphp4.so
>uses
>>> plain Apache 1.3 API, this module might crash under EAPI! (please
>recompile
>>> it with -DEAPI)
>>> [Wed Apr 10 18:26:46 2002] [warn] Loaded DSO
>>> libexec/apache/mod_frontpage.so uses plain Apache 1.3 API, this module
>>> might crash under EAPI! (please recompile it with -DEAPI)
>>> ======================================================================
>>>
>>> At 03:01 AM 4.11.2002 -0500, Philip M. Gollucci wrote:
>>> >if you install apache from ports then just go to the mod_perl port and
>>> >install that too.  It will work fine.
>>> >
>>> >
>>> >END
>>>
>>---------------------------------------------------------------------------
>>> ---
>>> >Philip M. Gollucci (p6m7g8) [EMAIL PROTECTED] 301.314.3118 301.646.3011
>>> >
>>> >Science, Discovery, & the Universe (UMCP)
>>> >        Webmaster & Webship Teacher
>>> >        URL: http://www.sdu.umd.edu
>>> >
>>> >EJournalPress.com
>>> >        Database/PERL Programmer & System Admin
>>> >        URL : http://www.ejournalpress.com
>>> >
>>> >Homepage    : http://p6m7g8.com
>>> >Resume      : http://p6m7g8.com/Work/index.html
>>> >Software    : http://p6m7g8.com/Developement/
>>> >
>>> >
>>> >
>>> >On Thu, 11 Apr 2002, Mike Loiterman wrote:
>>> >
>>> >>
>>> >> -----BEGIN PGP SIGNED MESSAGE-----
>>> >> Hash: SHA1
>>> >>
>>> >> I currently have apache installed via its port, but I need to use
>>> >> mod_perl.  It is my understanding that apache needs to be recompiled
>>> >> in order for this to work.  How should I go about doing this?  Should
>>> >> I just cd in /usr/ports/mod_perl and do a make && make install?  Will
>>> >> this recompile and reinstall apache?
>>> >>
>>> >> Mike Loiterman
>>> >> [EMAIL PROTECTED]
>>> >> PGP Key 0xD1B9D18E
>>> >>
>>> >>
>>> >> -----BEGIN PGP SIGNATURE-----
>>> >> Version: PGP 7.0.4
>>> >> Comment: Message digitally signed by Mike Loiterman
>>> >>
>>> >> iQA/AwUBPLV80WjZbUnRudGOEQJFFACgup8vH4RnPy7tsbTAQcskaXLYmGoAnjUS
>>> >> 50eHNtMkvIv7+20+DY+xA4lu
>>> >> =SaGN
>>> >> -----END PGP SIGNATURE-----
>>> >>
>>> >>
>>> >> 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
>>> >
>>> >
>>>
>>> .... our website: http://www.sage-one.net/
>>>
>>> Best regards,
>>>
>>> Jack L. Stone
>>> Server Admin
>>>
>>> To Unsubscribe: send mail to [EMAIL PROTECTED]
>>> with "unsubscribe freebsd-questions" in the body of the message
>>>
>>______________________________________________________________________
>>Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
>>User Support Mailing List                      [EMAIL PROTECTED]
>>Automated List Manager                            [EMAIL PROTECTED]
>>
>>
>
>.... our website: http://www.sage-one.net/
>
>Best regards,
>
>Jack L. Stone
>Server Admin
>______________________________________________________________________
>Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
>User Support Mailing List                      [EMAIL PROTECTED]
>Automated List Manager                            [EMAIL PROTECTED]
>
>______________________________________________________________________
>Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
>User Support Mailing List                      [EMAIL PROTECTED]
>Automated List Manager                            [EMAIL PROTECTED]
>
>

.... our website: http://www.sage-one.net/

Best regards,

Jack L. Stone
Server Admin
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to