Know anyone I can hire to help me with these jobs. I need to get this up and running last week.
Posts by norcalhelpdesk
-
-
I put the file in mysite.com/cgi-bin, not htdocs/cgi-bin and now i get
[Mon Nov 07 14:53:07.823575 2016] [cgid:error] [pid 20138:tid 140218107610880] [client 73.189.236.9:60446] End of script output before headers: test.pl
-
http://brtechsupport.com/cgi-bin/test.pl
[Mon Nov 07 12:21:08.413590 2016] [cgid:error] [pid 20138:tid 140218267072256] [client 73.189.236.9:58166] AH01264: script not found or unable to stat: /var/www/virtual/brtechsupport.com/cgi-bin/test.plI also have an old program I use called DBman by Gossamer Threads. That gives the sae problems.
-
I just added a test script for perl. Perl is enabled on the domain.
Apache conf file
Alias /cgi-bin /var/www/virtual/mysite.com/cgi-bin
<Directory /var/www/virtual/mysite.com/cgi-bin>
DirectoryIndex index.cgi index.pl
AllowOverride AuthConfig Indexes Limit Options=Indexes
AddHandler cgi-script .cgi .pl
Options +ExecCGI
</Directory># ls -l
total 4
-rwxr-xr-x 1 root root 37 Nov 7 10:41 test.pl# perl test.pl
Hi there! -
I d/led the cpanel backup and copied the files over and imported the databases "the correct" way just now. Still same thing. Wordpress works now though. The Ioncube wizard show's it's working correctly. Any thoughts?
-
i-MSCP 1.3.7
Build: 20161021
# php -v
PHP 5.5.9-1ubuntu4.20 (cli) (built: Oct 3 2016 13:00:37)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v6.0.6, Copyright (c) 2002-2016, by ionCube Ltd.
with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies# uname -a
Linux server1 4.2.0-42-generic #49~14.04.1-Ubuntu SMP Wed Jun 29 20:22:11 UTC 2016 x86_64 x86_64 x86_64 GNU/LinuxWhen I go to mysite.com/whmcs I get this output. Any ideas?
<?php //00e57// *************************************************************************// * *// * WHMCS - The Complete Client Management, Billing & Support Solution *// * Copyright (c) WHMCS Ltd. All Rights Reserved, *// * Version: 6.3.1 (6.3.1-release.1) I have enabled and tested ioncube loader.
-
Sure, I sent you a PM.
thanks! -
- i-MSCP 1.3.7 Build: 20161021
- Codename: Horner
- Ubuntu 16.0
- Server name is server1.mydomain.com
I created all the files for wildcard ssl for my domain. I used Rapidssl from Enom.
I have the .crt, .key, and CA file in /etc/keys/
When I run /var/www/imscp/engine/setup/imscp-reconfigure --reconfigure
When it gets to do I want to use SSL, I pick all the files I need but the last one, the Cert file it gives an error "Wrong SSL Certificate". It does that in both areas when asks for the SSL. For the server and control panel. -
When I select the certificate it says "Wrong SSL Certificate" please select the right type. I added the crt to a vhosts and tested it, it worked.
-
I just bought a wildcard cert from rapidssl and when I go to add it in my config I get an error like "Wrong SSL type". When I create the cert I used *.mysite.com for the common name.
Please advise.