Tagged Questions
3
votes
3answers
4k views
How to debug an issue of cron's not executing a given script — or other?
I have a Rails script that I would like to run daily. I know there are many approaches, and that a cron'd script/runner approach is frowned upon by some, but it seems to meet my needs.
However, my ...
0
votes
1answer
1k views
phpMyAdmin + CentOS 6.0 - Forbidden
I always get this message when I would like access my phpMyAdmin.
w3m localhost/phpmyadmin
Forbidden
You don't have permission to access /phpmyadmin/ on this server.
Apache/2.2.15 (CentOS) Server ...
0
votes
0answers
303 views
PHP Clamav PHP extension: virus definitions missing
I have been attempting to get the Clamav PHP extension working on a
Centos 5.6 (i386) server running PHP 5.1.6. For testing, I have disabled
SELinux, though I would like to get this back on-line once ...
0
votes
3answers
530 views
OCI8 extensions load in CLI but not browser
We are having almost the same issue as this person:
OCI8 functions not found when run by apache with php5
The difference between their issue and ours is that we only have one php.ini (/etc/php.ini). ...