<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.hostek.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=KalebL</id>
		<title>Hostek.com Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.hostek.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=KalebL"/>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Special:Contributions/KalebL"/>
		<updated>2026-05-25T08:40:51Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=ASP_Debugging&amp;diff=2031</id>
		<title>ASP Debugging</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=ASP_Debugging&amp;diff=2031"/>
				<updated>2014-03-17T23:58:10Z</updated>
		
		<summary type="html">&lt;p&gt;KalebL: Created page with &amp;quot;If you are seeing custom errors that you did not set, or you are not seeing the full error reporting you wish, there is a setting that controls the debugging output for ASP pa...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you are seeing custom errors that you did not set, or you are not seeing the full error reporting you wish, there is a setting that controls the debugging output for ASP pages.&lt;br /&gt;
&lt;br /&gt;
There is a simple way to turn this feature On or Off in the IIS control panel of your server.&lt;br /&gt;
&lt;br /&gt;
:1: Open IIS control panel on your server.&amp;lt;br /&amp;gt;&lt;br /&gt;
:2: Select the site you wish to enable or disable debugging for.&amp;lt;br /&amp;gt;&lt;br /&gt;
:3: Click the &amp;quot;ASP&amp;quot; icon.&amp;lt;br /&amp;gt;&lt;br /&gt;
:4: Find the tab that says &amp;quot;Debugging Properties&amp;quot; and expand it.&amp;lt;br /&amp;gt;&lt;br /&gt;
:5: Send Errors To Browsers to &amp;quot;True&amp;quot; if you wish to display the errors, or &amp;quot;False&amp;quot; if you wish to hide them. &amp;lt;br /&amp;gt;&lt;br /&gt;
:6: Click &amp;quot;Apply&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You may wish to restart the IIS service to complete the change. This can be done by accessing the command prompt on the server an running the command &amp;lt;code&amp;gt;iisreset&amp;lt;/code&amp;gt; in the console.&lt;br /&gt;
&lt;br /&gt;
[[Category:VPS]]&lt;br /&gt;
[[Category:ASP]]&lt;br /&gt;
[[Category:Debugging]]&lt;/div&gt;</summary>
		<author><name>KalebL</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Perl&amp;diff=1939</id>
		<title>Perl</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Perl&amp;diff=1939"/>
				<updated>2014-01-22T01:16:18Z</updated>
		
		<summary type="html">&lt;p&gt;KalebL: /* How do I enable execute permission for Perl scripts? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
==How do I enable execute permission for Perl scripts?==&lt;br /&gt;
&amp;lt;B&amp;gt;Windows servers:&amp;lt;/B&amp;gt;&lt;br /&gt;
Our Windows servers, no extra steps are needed to set permissions to run your Perl scripts.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;Linux servers:&amp;lt;/B&amp;gt;&lt;br /&gt;
Using your FTP program like CuteFTP or Ws_ftp, CHMOD the files to have 755 permissions. This will give the script execute permissions. &amp;lt;br /&amp;gt;&lt;br /&gt;
- Alternatively, you can change these permissions in the cPanel file manager. This is done by right clicking on the PERL file and going to &amp;quot;Change Permissions&amp;quot; then selecting &amp;quot;Execute&amp;quot; for User, Group, and World.&lt;br /&gt;
&lt;br /&gt;
NOTE: All Perl (.cgi and .pl) files MUST be uploaded in ASCII (text) format, NOT binary.&lt;br /&gt;
&lt;br /&gt;
==In my HTM (HTML) page, how do I reference my PERL scripts?==&lt;br /&gt;
You should place your Perl CGI scripts in your cgi-bin&lt;br /&gt;
directory. Then in your HTM (HTML) page you would have&lt;br /&gt;
a line something like this...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;FORM Method=POST Action=&amp;quot;cgi-bin/yourscript.cgi&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==What is the path to PERL pl .pl cgi .cgi?==&lt;br /&gt;
&amp;lt;B&amp;gt;Windows servers:&amp;lt;/B&amp;gt;&lt;br /&gt;
On our Windows servers, Perl is associated via&lt;br /&gt;
the .pl or .cgi extension. The exact path to Perl doesn't&lt;br /&gt;
really matter. However, you still need something like&lt;br /&gt;
 #!d:/perl/bin/perl.exe&lt;br /&gt;
as the very first line of your script.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;Linux servers:&amp;lt;/B&amp;gt;&lt;br /&gt;
 #!/usr/bin/perl&lt;br /&gt;
&lt;br /&gt;
==What is ActivePerl?==&lt;br /&gt;
ActivePerl is the Windows version of Perl. ActivePerl works just like Perl, except it's been ported to Windows servers. &lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>KalebL</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Perl&amp;diff=1938</id>
		<title>Perl</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Perl&amp;diff=1938"/>
				<updated>2014-01-22T01:15:16Z</updated>
		
		<summary type="html">&lt;p&gt;KalebL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
==How do I enable execute permission for Perl scripts?==&lt;br /&gt;
&amp;lt;B&amp;gt;Windows servers:&amp;lt;/B&amp;gt;&lt;br /&gt;
Our Windows servers, no extra steps are needed to set permissions to run your Perl scripts.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;Linux servers:&amp;lt;/B&amp;gt;&lt;br /&gt;
Using your FTP program like CuteFTP or Ws_ftp, CHMOD the files to have 755 permissions. This will give the script execute permissions. &amp;lt;br /&amp;gt;&lt;br /&gt;
- Alternatively, you can change these permissions in the cPanel file manager. This is done by right clicking on the PERL file and  going to &amp;quot;Permissions&amp;quot; then selecting &amp;quot;Execute&amp;quot; for User, Group, and World.&lt;br /&gt;
&lt;br /&gt;
NOTE: All Perl (.cgi and .pl) files MUST be uploaded in ASCII (text) format, NOT binary.&lt;br /&gt;
&lt;br /&gt;
==In my HTM (HTML) page, how do I reference my PERL scripts?==&lt;br /&gt;
You should place your Perl CGI scripts in your cgi-bin&lt;br /&gt;
directory. Then in your HTM (HTML) page you would have&lt;br /&gt;
a line something like this...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;FORM Method=POST Action=&amp;quot;cgi-bin/yourscript.cgi&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==What is the path to PERL pl .pl cgi .cgi?==&lt;br /&gt;
&amp;lt;B&amp;gt;Windows servers:&amp;lt;/B&amp;gt;&lt;br /&gt;
On our Windows servers, Perl is associated via&lt;br /&gt;
the .pl or .cgi extension. The exact path to Perl doesn't&lt;br /&gt;
really matter. However, you still need something like&lt;br /&gt;
 #!d:/perl/bin/perl.exe&lt;br /&gt;
as the very first line of your script.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;Linux servers:&amp;lt;/B&amp;gt;&lt;br /&gt;
 #!/usr/bin/perl&lt;br /&gt;
&lt;br /&gt;
==What is ActivePerl?==&lt;br /&gt;
ActivePerl is the Windows version of Perl. ActivePerl works just like Perl, except it's been ported to Windows servers. &lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>KalebL</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Wiki/Self_Signed_SSL&amp;diff=1271</id>
		<title>Wiki/Self Signed SSL</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Wiki/Self_Signed_SSL&amp;diff=1271"/>
				<updated>2013-04-12T03:20:28Z</updated>
		
		<summary type="html">&lt;p&gt;KalebL: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''''SITES WILL NEED DEDICATED IP'''''&lt;br /&gt;
&lt;br /&gt;
== Certificate Setup For IIS 7 ==&lt;br /&gt;
&lt;br /&gt;
:1: Open IIS 7&lt;br /&gt;
:2: Click on the server name.&lt;br /&gt;
:3: Click on the &amp;quot;Server Certificates&amp;quot; icon.&lt;br /&gt;
:4: In the menu on the right click &amp;quot;Create Self-Signed Certificate&amp;quot;&lt;br /&gt;
:5: Name the certificate after the domain or subdomain that will be using the certificate.&lt;br /&gt;
:6: Click &amp;quot;OK&amp;quot;. Once that is complete, you should see the SSL in the list of Self-Signed certificates.&lt;br /&gt;
&lt;br /&gt;
== Certificate Setup For Linux ==&lt;br /&gt;
&lt;br /&gt;
;Create a self-signed SSL certificate.&lt;br /&gt;
:1: Login to WHM for the server the domain is located on.&lt;br /&gt;
:2: Search for and click “Generate a SSL Certificate &amp;amp; Signing Request”.&lt;br /&gt;
:3: Enter the details you are using for the site as well as an active email account.&lt;br /&gt;
:4: Enter or generate a password.&lt;br /&gt;
:5: Under “Host to make cert for”, enter the domain on which you want the SSL.&lt;br /&gt;
:6: Click &amp;quot;Create&amp;quot;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Install a self-signed SSL certificate&lt;br /&gt;
:1: In WHM, click “Install an SSL Certificate and Setup the Domain”.&lt;br /&gt;
:2: Enter the domain name, account user name, and IP address for the certificate in the Domain, User, and IP Address fields.&lt;br /&gt;
:3: Click “Fetch” to paste the .key and .crt files for the domain into the available display spaces, if they are currently on your server.&lt;br /&gt;
:4: Leave the CA Bundle blank.&lt;br /&gt;
:5: Click “Submit”, then wait for all processes to complete.&lt;br /&gt;
:6: Go to https://thedomainyouarewokring.on&lt;br /&gt;
:7: If the site does not load, repeat the second set of steps.&lt;/div&gt;</summary>
		<author><name>KalebL</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Self_Signed_SSL&amp;diff=1270</id>
		<title>Self Signed SSL</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Self_Signed_SSL&amp;diff=1270"/>
				<updated>2013-04-12T03:14:31Z</updated>
		
		<summary type="html">&lt;p&gt;KalebL: Created page with &amp;quot;'''''SITES WILL NEED DEDICATED IP'''''  == Certificate Setup For IIS 7 ==  :1: Open IIS 7 :2: Click on the server name. :3: Click on the &amp;quot;Server Certificates&amp;quot; icon. :4: In the...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''''SITES WILL NEED DEDICATED IP'''''&lt;br /&gt;
&lt;br /&gt;
== Certificate Setup For IIS 7 ==&lt;br /&gt;
&lt;br /&gt;
:1: Open IIS 7&lt;br /&gt;
:2: Click on the server name.&lt;br /&gt;
:3: Click on the &amp;quot;Server Certificates&amp;quot; icon.&lt;br /&gt;
:4: In the menu on the right click &amp;quot;Create Self-Signed Certificate&amp;quot;&lt;br /&gt;
:5: Name the certificate after the domain or subdomain that will be using the certificate.&lt;br /&gt;
:6: Click &amp;quot;OK&amp;quot;. Once that is complete, you should see the SSL in the list of Self-Signed certificates.&lt;br /&gt;
&lt;br /&gt;
== Certificate Setup For Linux ==&lt;br /&gt;
&lt;br /&gt;
;Create a self-signed SSL certificate.&lt;br /&gt;
:1: Login to WHM for the server the domain is located on.&lt;br /&gt;
:2: Search for and click “Generate a SSL Certificate &amp;amp; Signing Request”.&lt;br /&gt;
:3: Enter the details you are using for the site as well as an active email account.&lt;br /&gt;
:4: Enter or generate a password.&lt;br /&gt;
:5: Under “Host to make cert for”, enter the domain on which you want the SSL.&lt;br /&gt;
:6: Click &amp;quot;Create&amp;quot;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Install a self-signed SSL certificate&lt;br /&gt;
:1: In WHM, click “Install an SSL Certificate and Setup the Domain”.&lt;br /&gt;
:2: Enter the domain name, account user name, and IP address for the certificate in the Domain, User, and IP Address fields.&lt;br /&gt;
:3: Click “Fetch” to paste the .key and .crt files for the domain into the available display spaces, if they are currently on your server.&lt;br /&gt;
:4: Leave the CA Bundle blank.&lt;br /&gt;
:5: Click “Submit”, then wait for all processes to complete.&lt;br /&gt;
:6: Go to https://thedomainyouarewokring.on&lt;br /&gt;
:7: If the site does not load, repeat the second set of steps.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;Keywords: Self Signed SSL, Temporary SSL, Temp SSL&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;/div&gt;</summary>
		<author><name>KalebL</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Wiki/Self_Signed_SSL&amp;diff=1269</id>
		<title>Wiki/Self Signed SSL</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Wiki/Self_Signed_SSL&amp;diff=1269"/>
				<updated>2013-04-12T03:14:00Z</updated>
		
		<summary type="html">&lt;p&gt;KalebL: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>KalebL</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Wiki/Self_Signed_SSL&amp;diff=1268</id>
		<title>Wiki/Self Signed SSL</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Wiki/Self_Signed_SSL&amp;diff=1268"/>
				<updated>2013-04-12T03:12:43Z</updated>
		
		<summary type="html">&lt;p&gt;KalebL: /* Certificate Setup For Linux */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''''SITES WILL NEED DEDICATED IP'''''&lt;br /&gt;
&lt;br /&gt;
== Certificate Setup For IIS 7 ==&lt;br /&gt;
&lt;br /&gt;
:1: Open IIS 7&lt;br /&gt;
:2: Click on the server name.&lt;br /&gt;
:3: Click on the &amp;quot;Server Certificates&amp;quot; icon.&lt;br /&gt;
:4: In the menu on the right click &amp;quot;Create Self-Signed Certificate&amp;quot;&lt;br /&gt;
:5: Name the certificate after the domain or subdomain that will be using the certificate.&lt;br /&gt;
:6: Click &amp;quot;OK&amp;quot;. Once that is complete, you should see the SSL in the list of Self-Signed certificates.&lt;br /&gt;
&lt;br /&gt;
== Certificate Setup For Linux ==&lt;br /&gt;
&lt;br /&gt;
;Create a self-signed SSL certificate.&lt;br /&gt;
:1: Login to WHM for the server the domain is located on.&lt;br /&gt;
:2: Search for and click “Generate a SSL Certificate &amp;amp; Signing Request”.&lt;br /&gt;
:3: Enter the details you are using for the site as well as an active email account.&lt;br /&gt;
:4: Enter or generate a password.&lt;br /&gt;
:5: Under “Host to make cert for”, enter the domain on which you want the SSL.&lt;br /&gt;
:6: Click &amp;quot;Create&amp;quot;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Install a self-signed SSL certificate&lt;br /&gt;
:1: In WHM, click “Install an SSL Certificate and Setup the Domain”.&lt;br /&gt;
:2: Enter the domain name, account user name, and IP address for the certificate in the Domain, User, and IP Address fields.&lt;br /&gt;
:3: Click “Fetch” to paste the .key and .crt files for the domain into the available display spaces, if they are currently on your server.&lt;br /&gt;
:4: Leave the CA Bundle blank.&lt;br /&gt;
:5: Click “Submit”, then wait for all processes to complete.&lt;br /&gt;
:6: Go to https://thedomainyouarewokring.on&lt;br /&gt;
:7: If the site does not load, repeat the second set of steps.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;Keywords: Self Signed SSL, Temporary SSL, Temp SSL&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;/div&gt;</summary>
		<author><name>KalebL</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Wiki/Self_Signed_SSL&amp;diff=1267</id>
		<title>Wiki/Self Signed SSL</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Wiki/Self_Signed_SSL&amp;diff=1267"/>
				<updated>2013-04-12T03:10:45Z</updated>
		
		<summary type="html">&lt;p&gt;KalebL: Created page with &amp;quot;'''''SITES WILL NEED DEDICATED IP'''''  == Certificate Setup For IIS 7 ==  :1: Open IIS 7 :2: Click on the server name. :3: Click on the &amp;quot;Server Certificates&amp;quot; icon. :4: In the...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''''SITES WILL NEED DEDICATED IP'''''&lt;br /&gt;
&lt;br /&gt;
== Certificate Setup For IIS 7 ==&lt;br /&gt;
&lt;br /&gt;
:1: Open IIS 7&lt;br /&gt;
:2: Click on the server name.&lt;br /&gt;
:3: Click on the &amp;quot;Server Certificates&amp;quot; icon.&lt;br /&gt;
:4: In the menu on the right click &amp;quot;Create Self-Signed Certificate&amp;quot;&lt;br /&gt;
:5: Name the certificate after the domain or subdomain that will be using the certificate.&lt;br /&gt;
:6: Click &amp;quot;OK&amp;quot;. Once that is complete, you should see the SSL in the list of Self-Signed certificates.&lt;br /&gt;
&lt;br /&gt;
== Certificate Setup For Linux ==&lt;br /&gt;
&lt;br /&gt;
;Create a self-signed SSL certificate.&lt;br /&gt;
:1: Login to WHM for the server the domain is located on.&lt;br /&gt;
:2: Search for and click “Generate a SSL Certificate &amp;amp; Signing Request”.&lt;br /&gt;
:3: Enter the client's details from WHMCS with &amp;quot;support@hostek.com&amp;quot; as the email account.&lt;br /&gt;
:4: Enter or generate a password.&lt;br /&gt;
:5: Under “Host to make cert for”, enter the domain on which you want the SSL.&lt;br /&gt;
:6: Click &amp;quot;Create&amp;quot;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Install a self-signed SSL certificate&lt;br /&gt;
:1: In WHM, click “Install an SSL Certificate and Setup the Domain”.&lt;br /&gt;
:2: Enter the domain name, account user name, and IP address for the certificate in the Domain, User, and IP Address fields.&lt;br /&gt;
:3: Click “Fetch” to paste the .key and .crt files for the domain into the available display spaces, if they are currently on your server.&lt;br /&gt;
:4: Leave the CA Bundle blank.&lt;br /&gt;
:5: Click “Submit”, then wait for all processes to complete.&lt;br /&gt;
:6: Go to https://thedomainyouarewokring.on&lt;br /&gt;
:7: If the site does not load, repeat the second set of steps.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;Keywords: Self Signed SSL, Temporary SSL, Temp SSL&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;/div&gt;</summary>
		<author><name>KalebL</name></author>	</entry>

	</feed>