AmanWills
Member-
Posts
17 -
Joined
-
Last visited
About AmanWills

Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
AmanWills's Achievements
Junior Member (1/3)
0
Reputation
-
Found these today on a web hosting forum. Figured would share here: /http://solidshellsecurity.com/tools/chkrootkit-automatic-script-installer.php Chkrootkit Automatic Script Installer /http://solidshellsecurity.com/tools/rkhunter-automatic-script-installer.php RKHunter Automatic Script Installer
-
this look right? http://i48.tinypic.com/34zds42.png dont get emails about cron jobs though also using litespeed. seems to have broken stuff when i switched to it awhile ago
-
and how can you tell if it runs everything?
-
New to this. Are there any examples to help me learn how to do the following? User signs up with custom fields, I want those custom fields to be displayed under products/services. For example, they submit server information, I would like that to come up under their information for easy access.
-
could having a disabled version of cpanel cause this?
-
Anyone have a .vcl that works with WHMCS and caches content?
-
yea, billing is the directory everything is in but the admin area is ip whitelisted to my external ip so maybe local needs be added? /lost.
-
linux litespeed crontab -u hostmes -e 0 6 * * * php -q /home/hostmes/public_html/billing/admin/cron.php EDIT: can IP white listing in .htaccess without allowing 127.0.0.1 be an issue?
-
my code: backend default { .host = "127.0.0.1"; .port = "8080"; } acl purge { "127.0.0.1"; } sub vcl_recv { #cloudflare remove req.http.X-Forwarded-For; if (req.http.cf-connecting-ip) { set req.http.X-Forwarded-For = req.http.cf-connecting-ip; } else { set req.http.X-Forwarded-For = client.ip; } # Remove has_js and CloudFlare/Google Analytics __* cookies. set req.http.Cookie = regsuball(req.http.Cookie, "(^|;\s*)(_[_a-z]+|has_js)=[^;]*", ""); # Remove a ";" prefix, if present. set req.http.Cookie = regsub(req.http.Cookie, "^;\s*", ""); # Let's make sure we aren't compressing already compressed formats. if (req.http.Accept-Encoding) { if (req.url ~ "\.(jpg|png|gif|gz|tgz|bz2|mp3|mp4|m4v)(\?.*|)$") { remove req.http.Accept-Encoding; } elsif (req.http.Accept-Encoding ~ "gzip") { set req.http.Accept-Encoding = "gzip"; } elsif (req.http.Accept-Encoding ~ "deflate") { set req.http.Accept-Encoding = "deflate"; } else { remove req.http.Accept-Encoding; } } if (req.request == "PURGE") { if (!client.ip ~ purge) { error 405 "Not allowed."; } return(lookup); } if (req.url ~ "^/$") { unset req.http.cookie; } } sub vcl_hit { if (req.request == "PURGE") { set obj.ttl = 0s; error 200 "Purged."; } } sub vcl_miss { if (req.request == "PURGE") { error 404 "Not in cache."; } if (!(req.url ~ "wp-(login|admin)")) { unset req.http.cookie; } if (req.url ~ "^/[^?]+.(jpeg|jpg|png|gif|ico|js|css|txt|gz|zip|lzma|bz2|tgz|tbz|html|htm)(\?.|)$") { unset req.http.cookie; set req.url = regsub(req.url, "\?.$", ""); } if (req.url ~ "^/$") { unset req.http.cookie; } } sub vcl_fetch { if (req.url ~ "^/$") { unset beresp.http.set-cookie; } if (!(req.url ~ "wp-(login|admin)")) { unset beresp.http.set-cookie; } } sub vcl_pipe { set bereq.http.connection = "close"; if (req.http.X-Forwarded-For) { set bereq.http.X-Forwarded-For = req.http.X-Forwarded-For; } else { set bereq.http.X-Forwarded-For = regsub(client.ip, ":.*", ""); } } sub vcl_pass { set bereq.http.connection = "close"; if (req.http.X-Forwarded-For) { set bereq.http.X-Forwarded-For = req.http.X-Forwarded-For; } else { set bereq.http.X-Forwarded-For = regsub(client.ip, ":.*", ""); } }
-
I installed varnish as a cache proxy but I get Lic Invalid. But when I turn it off everything works fine. How can I fix this?
-
Is there a way to log? I only see mention in /var/log/cron but its just the cron line
-
I have root on the box. Where would the cron job tasks be located at?
-
Filter: Cron Job 31/07/2012 06:01 Cron Job: Generating Invoices System 31/07/2012 06:01 Cron Job: Updating Currency Exchange Rates System 31/07/2012 06:00 Cron Job: Starting System 30/07/2012 06:00 Cron Job: Generating Invoices System 30/07/2012 06:00 Cron Job: Updating Currency Exchange Rates System 30/07/2012 06:00 Cron Job: Starting System 29/07/2012 06:00 Cron Job: Sending Invoice Reminders System 29/07/2012 06:00 Cron Job: Credit Card Processing System 29/07/2012 06:00 Cron Job: Adding Late Fees System 29/07/2012 06:00 Cron Job: Generating Invoices System 29/07/2012 06:00 Cron Job: Updating Currency Exchange Rates System 29/07/2012 06:00 Cron Job: Starting System 28/07/2012 06:00 Cron Job: Generating Invoices System 28/07/2012 06:00 Cron Job: Updating Currency Exchange Rates System 28/07/2012 06:00 Cron Job: Starting System 27/07/2012 06:00 Cron Job: Sending Invoice Reminders System 27/07/2012 06:00 Cron Job: Credit Card Processing System 27/07/2012 06:00 Cron Job: Adding Late Fees System 27/07/2012 06:00 Cron Job: Generating Invoices System 27/07/2012 06:00 Cron Job: Updating Currency Exchange Rates System 27/07/2012 06:00 Cron Job: Starting System 26/07/2012 06:00 Cron Job: Sending Invoice Reminders System 26/07/2012 06:00 Cron Job: Credit Card Processing System 26/07/2012 06:00 Cron Job: Adding Late Fees System 26/07/2012 06:00 Cron Job: Generating Invoices System 26/07/2012 06:00 Cron Job: Updating Currency Exchange Rates System 26/07/2012 06:00 Cron Job: Starting System 25/07/2012 06:00 Cron Job: Generating Invoices System 25/07/2012 06:00 Cron Job: Updating Currency Exchange Rates System 25/07/2012 06:00 Cron Job: Starting System 24/07/2012 06:00 Cron Job: Generating Invoices System 24/07/2012 06:00 Cron Job: Updating Currency Exchange Rates System 24/07/2012 06:00 Cron Job: Starting System 23/07/2012 06:00 Cron Job: Generating Invoices System 23/07/2012 06:00 Cron Job: Updating Currency Exchange Rates System 23/07/2012 06:00 Cron Job: Starting System 22/07/2012 06:00 Cron Job: Generating Invoices System 22/07/2012 06:00 Cron Job: Updating Currency Exchange Rates System 22/07/2012 06:00 Cron Job: Starting System 21/07/2012 06:00 Cron Job: Generating Invoices System 21/07/2012 06:00 Cron Job: Updating Currency Exchange Rates System
-
How do I do that? Everything worked fine till I upgraded to latest version....
-
Should also mention.. accounts never got suspended or terminated.
