entete eBusiness.be
imagegauche
 
 




La FAQ eBusiness

FAQ  > Hosting > Can I use CGI scripts ?

If you have a DYNA 50 or DYNA 100 plan, you can use CGI scripts in PERL or C.
For the PERL scripts, you have to know that the compiler is in /usr/bin/perl.
Your PERL scripts, thus have to start with #!/usr/bin/perl
For C scripts, they have to be compiled on a Linux platform (we use a patched version of Redhat 7.1).
You can put your scripts in the directory cgi-bin or in the directory public_html. If you put them in public_html, the extension has to be .cgi.
Don’t forget to apply sufficient rights to your scripts (chmod 755)
rect