• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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