Support
- Advanced Backup
- Client Side
- Cloud Enterprise
- ColdFusion
- Control Panel
- cPanel
- Customer Portal
- DNS Information
- Dedicated Servers
- DirectAdmin
- Domain Name
- dotDefender
- Dreamweaver
- FileCatalyst
- Front Page
- FTP
- General Information
- Hosted Exchange & SharePoint
- IIS6
- IIS7
- Juniper Netscreen Firewalls
- Linux
- List Server
- MIVA Merchant
- MySQL
- Patching / Server Updates
- phpMyAdmin
- Plesk
- Policies and Procedures
- Premium Spam Filtering
- Programming
- 500 Error
- Accessdb 1
- Accessdb 2
- Aspmail
- Aspsqlinjection
- Aspupload
- Connectionstrings
- Faq Windows
- Locked Db
- Programming
- Use a JSP (Java) Redirect Script
- Conditional 301 Redirect
- Using ADOdb to Build a Database Agnostic PHP Application
- Store PHP Session Data in a Database with ADODB
- Use JQueryUI Sortable to Manipulate Sort Order in a Database Table
- Use PHP GD to Resize Images on Upload
- Add a Facebook Like Button to Your Website
- Add a Twitter Tweet Button to Your Website
- Enhance User Experience with JavaScript Form Validation
- Get Started Integrating FaceBook with the PHP-SDK
- Get Started with the Twitter API
- Ruby on Rails
- Search Engine Submission
- SharePoint 3
- SharePoint 2010
- SiteDesigner
- SmarterMail 3
- SmarterMail 4
- SmarterMail 5
- SmarterMail 6
- SmarterMail 7
- SmarterStats
- SmarterTrack
- SQL Server
- Secure Socket Layer (SSL)
- Uploading Your Website
- Video Tutorials
- Windows Server 2003
- Windows Server 2008
- Web Design
- WordPress
- Advanced Monitoring
- MediaWiki
- Enkompass
- Microsoft Outlook 2010
- Android
- Outlook Web Access
- Critical Availability Service
- NAS Data Transfer
- Customer Portal Demos
- Joomla
- Moodle
- Cloud Dedicated
- Gallery CMS
- phpBB
- Standard Monitoring
- Righteous Restore
- NAS (Network Attached Storage)
- Networking
- SmarterMail 8
- PCI Security Scan
- LinkTiger
- Windows Cloud VPS
- Linux Cloud VPS
- Linux VPS
- Windows VPS
- Hyper V
- ENSIM
- Alert Logic
- Webmin
- e107
- Vbulletin
- VPN
- Visual Vault
- Mozilla Thunderbird
- PyroCMS
- Active Directory
- Vmware Related
- Drupal
Windows 2003, CGI, and Perl FAQ
- Question:
- Does this system have a Perl interpreter installed? If so, what version of Perl is available?
- Answer:
- Yes. We are running the latest release of ActiveState Perl. This should also be backwards compatible with anything you might have that uses an older version.
- Question:
- What is the script comment line (shebang) used to make a Perl script execute? (eg, #!/user/bin/perl)
- Answer:
- In a Windows environment you do not need to specify this line within your code. The web service (IIS) will control how perl scripts are executed based on the extension of the file (.pl, .cgi)
- Question:
- Are my scripts required to reside in a special directory within my website?
- Answer:
- No, your scripts are able to run from any directory within your websites folder. If you require special permissions for your cgi or perl scripts to run we recommend you place them all within one folder so we can assign the proper permissions to that one folder. We recommend you name this folder cgi-bin.
- Question:
- What operating system does the Web server use?
- Answer:
- Windows 2000 and Windows 2003 with IIS 6.0 (You can log into your ControlPanel for verification)
- Question:
- Can I use the Server Side Includes (SSI) #exec command on this Web server?
- Answer:
- #exec directive is always disabled for security reasons.
- Question:
- Do I need to change anything to activate the Server Side Includes (SSI) feature (e.g., modify a .htaccess file etc.)?
- Answer:
- No.
- Question:
- Do my files need a special extension to use SSI (e.g., .shtml)?
- Answer:
- Yes. Please use .shtml or .shtm for Server Side Includes (SSI).
