hipwebdesign
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by hipwebdesign-
RewriteMaps over SSL?
I have a RewriteMap `prg` in the Pre VirtualHost Include (pre_virtualhost_global.conf) like this: RewriteMap livemap "prg:/home/USER/applications/DOMAIN/public/rewriteMap.php" The script listens ...
-
PHP require() not working with cronjob executed scripts
When I run a PHP script using a cronjob, a require() function halts the script without returning an error, but when I run the script directly, it executes without issue. I'm using an absolute path...