The Web Hosting Guide
Infotx
Hosting with Advanced Scripting.
Advanced Scripting
|
I cannot make an outbound connection from my script. |
|
Many shared ip addresses only allow outbound connection on ports 80(http), 443(https), 25/26(smtp), and 110(pop3). If you need to use a port other than these, you would need a dedicated ip. |
|
Can I compile my code programmed in C? |
|
You can usually use the 'gcc' compiler to do this. |
|
How do I change file permissions? |
|
Setting file permissions is very important in getting CGI scripts to work on your web site. Follow the below step to understand file permissions. |
|
Do many hosting companies support FFMPEG? |
|
Most Hosting companies do not support the FFMPEG module as it is too processor intensive. |
|
What is the absolute path to my site? |
|
The path to your site on the server would be: |
|
How to enable pdo_mysql? |
|
First see whether pdo_mysql.so is already installed on your server... |
If you require PDO_MYSQL on the server. |
|
If you require PDO_MYSQL chances are its already install on your server. All you need to do to get it running is make sure that the following is setup in your php.ini file. |