Displaying 20 results from an estimated 10000 matches similar to: "How to Stop the Image URL in apache"
2014 Oct 13
2
machine check exception
Hello,
Today, I got the below error server Console,
Cpu 1:machine check exception
Tcs c7f3d370acf17a ADDR 112d6c00040288 MISC c453176c00040200
This is not a softeware problem
Run through mcelog ascii to decode and contact your hW vendor
Kernel panic not syncing :machine check
Can anybody please provide the meaning of this. How can I pull the logs
from server ? Still not able to
2014 Jul 28
1
CentOS Digest, Vol 114, Issue 28
hi friends,
i am getting error for kvm virtualization as below , kindly share any if
solutions
Mount unknown file system type?DM_snapshot_cow?
kernel panic -not syncing :attempt to kill init
thanks and regards,
dina
On Mon, Jul 28, 2014 at 1:00 PM, <centos-request at centos.org> wrote:
> Send CentOS mailing list submissions to
> centos at centos.org
>
> To
2016 Jan 06
2
ICMP outoging traffic at centos 6.7
Yes, now I am dropping packets in OUTPUT chain for type 3. Initially, I
implemented the chain to drop type 0 and 8. But it wont worked and the
packets were hitting at firewall for multiple ICMP requests. I didn't
Understand the problem. After posting here I go through all the types of
ICMP types where I understand to drop packets for "Host unreachability" .
Thanks for your help Mr.
2016 Jan 06
2
ICMP outoging traffic at centos 6.7
Thanks, Dropped the ICMP type 3 port. Now question to find the cause.
On Wed, Jan 6, 2016 at 6:49 PM, Gordon Messmer <gordon.messmer at gmail.com>
wrote:
> On 01/06/2016 04:45 AM, Shital Sakhare wrote:
>
>> I have blocked icmp ports in iptables and if I execute the Ping manualy
>> its
>> blocking.
>>
> ...
>
>> How this can be controlled ?
>>
2016 Jan 06
2
ICMP outoging traffic at centos 6.7
Hi,
>From last some days I am facing the unexpected huge ICMP traffic is going
out from Server.
I have blocked icmp ports in iptables and if I execute the Ping manualy its
blocking.
Some process is send this huge traffic. Below is tcpdump output.
================================
16:23:27.817856 IP (tos 0xc0, ttl 64, id 55278, offset 0, flags [none],
proto ICMP (1), length 104)
2012 Dec 03
2
Stop User from Changing URL
I have an authentication and autherization system built on the same
lines outlined by Michael Hartl, rails tutorial.
Here is the employees_controller.rb:
class EmployeesController < ApplicationController
before_filter :signed_in_employee, only:
[:index, :edit, :update]
before_filter :correct_employee, only:
[:edit, :update]
etc
etc
2016 Jan 06
0
ICMP outoging traffic at centos 6.7
On 01/06/2016 04:45 AM, Shital Sakhare wrote:
> I have blocked icmp ports in iptables and if I execute the Ping manualy its
> blocking.
...
> How this can be controlled ?
Drop the incoming traffic in iptables, rather than rejecting it?
2016 Jan 06
0
ICMP outoging traffic at centos 6.7
On 01/06/2016 05:47 AM, Shital Sakhare wrote:
> Thanks, Dropped the ICMP type 3 port. Now question to find the cause.
Well, based on your tcpdump output, it looks like your rules were
rejecting unrelated packets, or tcp/443 packets. It's hard to be sure
since the ICMP was the first packet, so you didn't show the packet it
was actually replying to.
The ICMP traffic is a result of
2007 Feb 22
4
Modifying Apache Conf To Block Leachers
Howdy,
I''m using Apache 2.2 + Mongrel with great success, using the sample
configs from the Mongrel site.
We have some MP3s on the site and recently someone has been stealing
them and basically leaching them from the site, linking to them from
an off-site location.
I''ve been trying to modify my Apache conf to check the referrer and
adjust accordingly as below but no
2010 Aug 05
1
difficulties with read.table applied to files from URL
Hello,
I am using read.table to read files directly from a public ftp site. I have
a general list of files that may or may not exist in the ftp directory, but
my hope was that R would read the file if it existed and ignored it if it
didn't exist and move on to the next one. However, when R arrives at a file
that does not exist I get the error message "Error in file(file, "rt") :
2012 Jun 11
1
saving sublist lda object with save.image()
Greetings R experts,
I'm having some difficulty recovering lda objects that I've saved within sublists using the save.image() function. I am running a script that exports a variety of different information as a list, included within that list is an lda object. I then take that list and create a list of that with all the different replications I've run. Unfortunately I've been
2008 Jun 06
2
Prototype: Use of /proxy?url= to circumvent the Same Origin Policy
Hi, everyone.
I was able to get the Ajax.Request basically working, such that it
returns "Damn! You are beyond #10...", but I had to change the "/proxy?
url=" to "http://localhost/myApp/proxy.html?url=". Apparently, the
response is just my proxy.html page.
With "/proxy?url=" in place, WebSphere shows an error:
SRVE0017W: A WebGroup/Virtual Host to handle
2007 Feb 05
2
application 'allway sync' evades sticky bit?!
Hi,
am running:
Redhat EL4.4 i386, Samba 3.0.23d from Sernet, ext3 fs
Samba as PDC
Someone's got the idea to have one big share with access managed by
directory's sticky bit.
This works perfectly well when normal XP or W2k clients work with their
explorer.
But: With 'allway sync', an app to synchronize for example between
laptop and fileserver the program is somehow able to
2006 Jul 25
11
Prevent users from entering urls
How could I make it so that links on my page could link to a controllers
action, but if the user manually entered the url, it would redirect them
back to the main page? Is this possible?
Thank you,
-Ben Lisbakken
--
Posted via http://www.ruby-forum.com/.
2009 Feb 10
2
Rterm.exe stops responding to keyboard input
I've been trying to use Rterm.exe, mainly because of Rgui.exe's lack of
support for incremental history searching. But on my system (Win XP, SP3),
it (rterm from R-2.8.1) frequently just stops responding to keyboard input.
This happens often (enough to make it unusable), and generally after a
switch to another window. It doesn't seem to hang exactly, as if I leave it
a while (minutes)
2006 Jun 06
5
Functional tests and protected actions
Hello!
I have certain methods in my Application Controller, that I need to access.
Namely ApplicationController#logged_in_user
The problem is, that when I try to access it, I get:
NoMethodError: protected method `logged_in_user'' called for
#<AdminController>
Any ideas how I can circumvent that?
Or are functional tests really not suited for any kind of logins and session
work?
2018 Oct 30
2
PostgreSQL port accessible even though it should be blocked by firewall
On 10/29/2018 08:18 PM, Alexander Dalloz wrote:
> Am 29.10.2018 um 20:03 schrieb Frank Thommen:
>> PostgreSQL is running in a docker container:
>>
>> $ docker ps
>> CONTAINER ID??????? IMAGE???????????????????????? COMMAND
>> CREATED???????????? STATUS????????????? PORTS??????????????????? NAMES
>> 6f11fc41d2f0??????? postgres?????????????????
2012 Dec 15
3
How to speed up the for loop by releasing memeory
Dear list;
How can I speed up the run of following code (illustrative)
#========================================================================
con<-vector("numeric")
for (i in 1:limit)
{
if(matched data for the ith item found) {
if(i==1) {con<-RowOfMatchedData } else
{con<-rbind(con,matchedData)}
}
}
2014 Oct 20
1
Changing LDAP Password from Windows failes if referral is configured
Hi,
?
my problem is related to samba3 with openldap backend. i use syncrepl to replicate our openldap db to the slapd running on the samba server. slapd is configured to set a referrer for write requests via "updateref".
?
if i use smbpasswd to change the samba/ldap password from the console everything works fine. i can see the referrer offered by the local slapd and also a rebind to
2007 Nov 18
0
css image url''s and img problem
2nd post... the first didnt got here ?
======================================
Hi,
i have this controller class to serve static files. It works well for
the stylesheet file under a /static directory, locating it, but the
images referenced in the stylesheet do not appear. They are in the
same /static folder, next to the stylesheet.css file.
link :rel => ''stylesheet'', :href