| bio | website | ripper234.com |
|---|---|---|
| location | Israel | |
| age | 31 | |
| visits | member for | 4 years |
| seen | May 7 at 14:57 | |
| stats | profile views | 123 |
See blog or Delver profile
|
Apr 28 |
comment |
Heroku and VPS firewall The linked thread is no longer accessible. |
|
Jan 14 |
comment |
How to setup a robocall when your server is down? quora.com/Server-Monitoring/… |
|
Jan 14 |
comment |
How to setup a robocall when your server is down? Why the vote to close? |
|
Nov 12 |
comment |
What's the easiest way to back up EC2 instances automatically? See also some answers in here: serverfault.com/questions/238083/… |
|
Oct 28 |
comment |
Install php extensions on ubuntu + restart apache |
|
May 21 |
comment |
How to list s3fs mounts? Wait, actually I see this in mount: fusectl on /sys/fs/fuse/connections type fusectl (rw)
... but I still don't know what to make of it. |
|
May 21 |
comment |
How to list s3fs mounts? No, it does not. |
|
Apr 5 |
comment |
Empty rewrite.log on Windows, RewriteLogLevel is in httpd.conf Nothing interesting there: pastebin.com/iUrT73hm |
|
Apr 4 |
comment |
Empty rewrite.log on Windows, RewriteLogLevel is in httpd.conf @Ladadadada - sadly, nothing relevant. |
|
Apr 4 |
comment |
Empty rewrite.log on Windows, RewriteLogLevel is in httpd.conf @Ladadadada - Added. |
|
Apr 4 |
comment |
Empty rewrite.log on Windows, RewriteLogLevel is in httpd.conf @Ladadadada - I have RewriteEngine On and the actual rewrites inside a Virtual Host, inside a Directory (in httpd-vhosts.conf). I have made requests that hit rewrite. |
|
Mar 22 |
comment |
How to exclude a specific URL from basic authentication in Apache? I thought my description above was rather detailed ... what is missing? The specific URL I'm trying to exclude from basic auth is mysite.com/status. Truth be told, this question might not be so relevant to me now, because of this: serverfault.com/questions/371907/… |
|
Mar 21 |
comment |
Can you pass user/pass for HTTP Basic Authentication in URL parameters? @sam - Sorry, I just failed to parse your comment for some reason. |
|
Mar 21 |
comment |
Can you pass user/pass for HTTP Basic Authentication in URL parameters? Thanks, this is just what I was looking for ... it's not critical that it's GET parameters, just that I can craft it into the URL. |
|
Mar 21 |
comment |
Can you pass user/pass for HTTP Basic Authentication in URL parameters? @sam - what? How would the complete URL look like? |
|
Mar 19 |
comment |
Configuring mod_proxy to forward 503 errors instead of swalling them? When Apache is acting as a proxy, 503 can be caused by the backend server it is proxying. I am asking how to make Apache relay that error exactly, instead of generating its own error page. |
|
Mar 19 |
comment |
How can I configure mod_proxy not specifically not cache 503 errors? possible duplicate of mod_proxy returns 503 errors even after proxied service is back up |
|
Jan 18 |
comment |
how to collect and aggregate logs from multiple machines in Amazon AWS environment See stackoverflow.com/questions/83741/… |
|
Jan 16 |
comment |
How can I configure mod_proxy not specifically not cache 503 errors? @Khaled - check out the answer by Shane. |
|
Jan 16 |
comment |
How can I configure mod_proxy not specifically not cache 503 errors? Awesome, thanks. |