• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

i found solution for frontpage and 8.1

I followed the howto but i got the following error

mkdir frontpage-5.0
[root@plesk-test local]# cp -a /usr/local/frontpage ./frontpage-5.0/
[root@plesk-test local]# tar czf frontpage-5.0.tgz ./frontpage-5.0/
[root@plesk-test local]# cd /usr/src/redhat/
[root@plesk-test redhat]# tar xzvf frontpage-ce5-spec+patches.tgz
SOURCES/mod_fpcgid_ap22.patch
SOURCES/mod_frontpage_ap22.patch
SPECS/frontpage.spec
[root@plesk-test redhat]# rpmbuild -bb SPECS/frontpage.spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.55075
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd /usr/src/redhat/BUILD
+ rm -rf frontpage-5.0
+ /bin/gzip -dc /usr/src/redhat/SOURCES/frontpage-5.0.tgz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd frontpage-5.0
/var/tmp/rpm-tmp.55075: line 29: cd: frontpage-5.0: No such file or directory
error: Bad exit status from /var/tmp/rpm-tmp.55075 (%prep)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.55075 (%prep)
 
Take a look in /usr/src/redhat/BUILD, I will bet you that the directory in there is not called "frontpage-5.0". What you'll have to do is modify the %setup line in the .spec file and change it to:

%setup -n <directoryname>
 
THX it works a liitle bit now ;)
but some problems still exists :(

but how can i get the needed files / folders back in the document root from the domain?
with skeleton?

and how can i fix this error

/etc/init.d/httpd restart
Stopping httpd: [FAILED]
Starting httpd: httpd: Syntax error on line 205 of /etc/httpd/conf/httpd.conf: Cannot load /usr/lib/httpd/modules/mod_frontpage.so into server: /usr/lib/httpd/modules/mod_frontpage.so: undefined symbol: apr_filename_of_pathname
[FAILED]
 
mmmh onestly im must say i don´t now....it´s a fresh centos-5 install with plesk.....nothing more
can you tell me how can i fix that or what to do?
 
Thats a tough one, If I were to guess I'd say either its using the wrong axps, or the code itself is not compatible with the version of apr you are using.
 
f*** i need a solution cause we have a lot of costumers that use this program....no ideas?
 
Did you try editing /etc/httpd/conf.d/mod_frontpage.conf and change:

LoadModule frontpage_module modules/mod_frontpage.so
to
LoadModule frontpage_module /usr/lib/httpd/modules/mod_frontpage.so

Maybe you also need to install the original frontpage-5.0-72psa.centos4.2.i586.rpm first for mod_frontpage.so to exist in that location... and then afterwards force an install of the new rpm you made following crash's how-to.

Haven't tested it with an active domain yet, but I can restart httpd without any errors...
 
Hi

i think that´s it :)....THX A LOT now it works for me...but i have uncomment this in the httpd.conf

#LoadModule frontpage_module /usr/lib/httpd/modules/mod_frontpage.so

otherwise the httpd service tells me that if i restart the service

Starting httpd: [Tue Dec 11 10:52:05 2007] [warn] module frontpage_module is already loaded, skipping

BIG THX now my costumers are lucky ;-)

regards
ACID25
 
I'm still getting the error:

attempt to invoke directory as script: /usr/local/frontpage/version5.0H\x0f\xc9\xbf2523

Did you fix this? How?
 
Ah, fixed it. I needed to fix some permissions.

chown -R bin:bin /usr/local/frontpage/version5.0/
chmod 775 /usr/local/frontpage/version5.0/

And voila - it works!
 
...or maybe not. After I did the ownership/permission changes described in my previous post, the FP Webadmin started asking me for username/password which I though meant that it was working. But when sypplying the u/p I get a new error:

File does not exist: /var/www/vhosts/fehr.no/httpdocs/_vti_bin/_vti_adm/fpadmcgi.exe

Anyone?
 
Back
Top