Web program migration to a new server.

home | blog | Terrible people and places | Covid-19 links | Teh Internet | guest blog |rants | placeholder | political | projects | Gwen and Liam | Citadel patched | Tools | Scouts




Moving a Web program to a new server, and having errors with functionality?
Are the logs proving to be less than verbose?
You might want to check for missing host OS packages.
Some applications skip the language built ins in favor of shelling out to an OS utility.
For example:
For PHP
exec

For Python
os.system Popen



[æ]