Ghetto Planet

Rants & Random Information

Entries Tagged ‘freebsd’

Wget not running with cron

Are getting a ‘wget: not found’ cron error,  but the same wget command works from the command line?
Try using the entire path to the wget command.  Find the path to wget by using the locate OR whereis from the command line.  ( Example: locate wget or whereis wget )
Good luck

Comments Off

FreeBSD Apache HTTP Accept Filter Error

I recently took on the task of configuring a server with FREEBSD.
I ran into some errors so I will post some of the resolutions I found:
FreeBSD Apache HTTP Accept Filter Error
The resolution to the above problem is to a accf_http module, which function is to buffer incoming connections until a certain complete HTTP requests arrive, [...]

Comments Off