How to Bin Deploy ASP.NET Assemblies on Shared Servers

Last Updated on Tuesday, 6 November 2012 08:29 Written by Abner Myloth Friday, 9 November 2012 12:00

On ASP.NET platform it is quite common to use 3rd party assemblies like MVC, MS chart controls to add features accessible from your code which are not present in the .NET framework by default.

In your development machine, you do this by installing the required assembly server-wide. Assemblies get installed in Global Assembly Cache (GAC) and all you need to do is to reference that in web.config file.

However, it may not be possible to install all these 3rd party assemblies in a shared server as different users might be using different versions of the same assembly.

Learn More

How to add custom php.ini for servers running FastCGI

Last Updated on Wednesday, 11 August 2010 11:36 Written by Abner Myloth Tuesday, 10 August 2010 02:24

Most of our servers run PHP as CGI module (needed for suPHP).

Check http://stats.server.arvixe.com/phpinfo.php

say, http://stats.monkey.arvixe.com/phpinfo.php

The Server API will be listed as “CGI”.

In these servers you can create a custom php.ini inside your public_html and the domains will load this configuration instead of the global php.ini

Our few servers have PHP as FastCGI. Setting a custom php.ini for this PHP handler will need a few settings to be done at the customer’s end.

In these servers the Server API will be listed as CGI/FastCGI.

http://stats.server.arvixe.com/phpinfo.php

say, http://stats.mole.arvixe.com/phpinfo.php

Below are the steps to enable custom php.ini for FastCGI PHP handler:

Open .htaccess of the user and add the below codes:

AddHandler php5-fastcgi .php
Action php5-fastcgi /cgi-bin/php5.fcgi

Move to the cgi-bin folder of the account

cp /usr/local/lib/php.ini /home/user/public_html/cgi-bin/

Note: (contact us to copy the global php.ini to your cgi-bin or you can create an empty php.ini file)

chmod 755 /home/user/public_html/cgi-bin/php.ini

cd /home/user/public_html/cgi-bin/

vi php5.fcgi (insert the below codes and save)

#!/bin/sh
export PHP_FCGI_CHILDREN=1
export PHP_FCGI_MAX_REQUESTS=10
exec /usr/local/cpanel/cgi-sys/php5

Save and quit the file

chmod 755 /home/user/public_html/cgi-bin/php5.fcgi

Learn More

Search

Authors

Web Hosting

Linux Hosting
ASP .NET Hosting
Business Hosting
Reseller Hosting
E-Commerce Hosting
Dedicated Servers

Acceptable Use Policy
Terms of Service
Privacy Policy

Affiliate Program
Site Map

Blog Hosting

PostNuke Hosting
WordPress Hosting
b2evolution Hosting
Textpattern Hosting
Habari Hosting


CMS Hosting

CMS Made Simple Hosting
phpNuke Hosting
Geeklog Hosting
phpWCMS Hosting
phpWebSite Hosting
Shopping Cart Hosting

OpenCart Hosting
osCommerce Hosting
CubeCart Hosting
Buy Safe Hosting
Zen Cart Hosting


Video Sharing Software Hosting

iVidPlay Hosting
ClipBucket Hosting
ClipShare Hosting
osTube Hosting
vShare Hosting
Forum Hosting

XMB eXtreme Hosting
phpBB Hosting
Simple Machines Hosting
Vanilla Forum Hosting
AEF Hosting


Social Network and Community Website Hosting

SocialEngine Hosting
Jcow Hosting
Skadate Hosting
Dolphin Hosting
Elgg Hosting
Copyright © 2003-2013 Arvixe, LLC. All trademarks are property of their legal owner.