Frequently Asked Questions

The NearlyFreeSpeech.NET FAQ (*)

Programming (*)

Can PHP safe_mode be turned off for my site?

How does CGI work at NearlyFreeSpeech.NET?

What can I do if I want a script to run every so often on my site (like cron)?

There is a web service that many of our members have been able to use successfully, www.webcron.org, that will enable you to set up periodic requests for a page on your site. By making that page a script, you can achieve the same effect. Note that this service now charges a few dollars per year as of October 2008.

We do not presently support this feature ourselves, because our shared hosting environment is highly dynamic, meaning that when no one is looking at your site, it "isn't there." This means that there is nowhere for cron to run. We do plan to add a similar feature in the future, but until we do, we are very grateful to webcron.org for offering this free service.

While we allow limited usage of this nature, please remember that our service is not designed for continuous automated access, and we take a dim view of excessive resource usage. Please exercise good judgment in your use of this type of automation.

As of October 2008, we are aware that webcron is no longer offering their free service to new users. We are working on an alternative and will post more information on our blog as soon as it is available.

What is the path to the root of my site in PHP?

What is the best HTML editor to use with your system?

Where can I read more about how PHP works at NearlyFreeSpeech.NET?

How do I avoid PHP safe_mode issues when writing files under PHP Fast?

Do you have register_globals enabled for PHP?

How do I increase the PHP memory limit?

I am just learning HTML. Do you have any tutorial sites that you recommend?

I used an absolute path in an SSI and it didn't work. What should I do?

What is the path to the root of my site for CGI scripts?

How do I change the version of PHP that my site uses?

How do I control what user a CGI script runs as?

Can I compile my own CGI application on your servers?

What is a site realm?