Jump to content

Plesk 10.4.4 + 500 Error


Webroy

Recommended Posts

Hi all,

 

I wunder if someone has it working Plesk 10.4 with WHMCS 5.

 

When i put i a new order het makes everything fine in plesk but the site gives a 500 error page not found.

 

The helpdesk said to me:

this just appears to be a configuration issue with Plesk. Perhaps there is an option in Plesk to not restart apache immediately after creating a new account

 

On advise on the helpdesk i changed the websrvmng

 

Unfortunatly no result.

 

Thisis the line i use for plesk 10.4.4 /websrvmng

 

#!/usr/bin/perl

 

# rebuild command line;

my $commandline='';

foreach $argnum (0 .. $#ARGV) {

$commandline .= ' ' . $ARGV[$argnum];

}

 

if( $commandline =~ /--restart/ ){

system("(sleep 10; /usr/local/psa/admin/sbin/websrvmng.ORIG -r) &");

} else {

$cmd="/usr/local/psa/admin/sbin/websrvmng.ORIG $commandline";

system $cmd;

}

 

Does anyone have any ideas how to resolve this problem?

Link to comment
Share on other sites

  • 4 months later...
  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated