similar to: Strange httpd problem

Displaying 20 results from an estimated 20000 matches similar to: "Strange httpd problem"

2012 Feb 24
1
Strange queries in httpd log
How is it possible that I get this kind of queries on my webserver (extract from httpd access log): 58.218.199.250 - - [22/Feb/2012:15:23:06 +0200] "GET http://financeande.com/feed/feed.php HTTP/1.1" 404 291 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)" ...when the DNS shows that the domain financeande.com is hosted elsewhere? What kind of query can
2012 Nov 28
3
[OT] Playing mp4's on centos httpd
Sorry for the off topic, but hoping someone here can point me in a direction and end my endless googling... I have some mp4 training videos that our users need to be able to download or stream directly to their browser. I have the h.264 module loaded on httpd on centos (using http://swimminginthought.com/streaming-mp4-video-webserver-solved/#). So I think I have most of the infrastructure in
2010 Jan 15
4
Logrotate in CentOS 5.4 more brutal (to httpd at least) than in 5.3?
I've just updated a few CentOS 5.3 servers to 5.4. One of them were a Apache Webserver. Doing a diff/check on the new ".rpmnew" config files that are made, I saw that the logrotate command for apache was changed. In 5.3 it did a reload, but in 5.4 it does a hard kill: CentOS 5.3: /var/log/httpd/*log { missingok notifempty sharedscripts postrotate
2024 Dec 08
1
Exposing native httpd server
I absolutely appreciate the desire for minimalism. On the other hand Rserve has no dependencies other than R >= 1.5.0 (!!!), so you would in any case be cutting your dependencies way down (`servr` has 16 recursive dependencies of which 5 seem to be base/recommended, presumably this is where your count of 12 came from; `Rserve` has none). On 12/8/24 14:57, Ji?? Moravec wrote: > Dear
2010 Jan 16
3
httpd and robots.txt
would anyone out there care to share their robots.txt experience using centos as a webserver and their robots.txt files? i realize this is a somewhat simple exercise, yet i am sure there are both large and small hosters out there and possibly those that have high traffic modify their robots.txt files differently that others ??? please share if you can or care to please? for years we have just
2024 Dec 05
2
Exposing native httpd server
R has a native HTTP server that is used for serving R help pages interactively, at least on the loopback device (127.0.0.1) But all of the working are internal, not exposed to user and not documented. This is quite shame since the server seems to be fully capable of handling basic tasks, be it serving static websites or even interactively processing queries. This was previously noticed by
2024 Dec 06
1
Exposing native httpd server
Ji??, in a sense there are two quite different issue that you are touching upon. On one hand, your request for exposing the http server is something I was pretty much expecting. In order to judge the appetite for it I have included the support for custom handlers back then as inofficial API specifically so that if anyone cares we could work on refining it (really only Jeff and Hadley ever asked
2024 Dec 08
2
Exposing native httpd server
Dear Simon and Jeroen, thank you for your answers. I have to reiterate that I am out of my depth in here. My knowledge of http is clicking links and not much beyond that. I will definitely look into `webutils` and `Rserve`. One of the reason why I brought this issue is that I have a static site generator that uses the pkg `servr` to serve the static site locally, before I push it to github
2016 Dec 27
2
Help with httpd userdir recovery
I lost my harddrive on my little personal webserver that only serves some private files from my userdir. So I am trying to build this from notes on a new Centos7.3 installation (well really Centos7.3-arm, but supposedly same sources). Right now the server is running on a test subnet, not the production, but I have set up the hostname and my standard httpd edits. I have enabled userdir and
2007 May 22
0
Strange behaviour from http install
The Symptoms; ============= While watching a CentOS5 install hammer my webserver ( i used "askmethod' to point the machine to the webserver) i noticed a bunch of 404s; 10.1.1.119 - - [22/May/2007:15:01:53 +1200] "GET /cd/1/CentOS/termcap-5.5-1.20060701.1.noarch.rpm HTTP/1.1" 404 319 "-" "urlgrabber/3.1.0" and the installation failed to get started (the
2009 May 19
0
Does anyone use pmacct?
Hi all, I've been advised to use pmacct on a CentOS server, in order to keep track of network traffic used by the XEN domU's / VPS' / VM's on the server. I don't see a .rpm on their website so I don't know if it's safe to install the tarball. I also don't see an rpm in the dag wiers repository. Has anyone installed it on CentOS before? And if so, did you run into
2006 Mar 03
0
pmacct
Does any know how to use pmacct. I would like to use something like this to measure network traffic on some of our hosts. I can download the package fine however i cannot find any documentation on this software anywhere. Regards, Peter K
2005 Aug 10
2
CentOS 4 HTTPD strange dependencies problem
Hello i found a problem with dependencies in Centos 4 What I did: I installed CentOS from my >>> 4.0 <<< CD media with httpd server. this are installed versions: httpd-2.0.52-9.ent.centos4.1.i386.rpm and one of its dependecy apr-0.9.4-24.1.i386.rpm then I tried make update "yum update" and I get ... ... ... --> Running transaction check --> Processing
2008 Aug 31
1
strange httpd error page using apache
I get this error page re-direct while opening a local webpage on my server, which carries me to yahoo for the error page filled with adverts. I'd really like to know how this one got here, as I just installed centOS a few weeks ago. http://wwwwh.found-not-help.com/search?qo=www.wayward4now.net&rn=3D9F6PY8wdYwGYX&rg= This just doesn't strike me as Kosher. And, I'm a southern
2018 Sep 10
2
linear-scan RA
How precise is the interference checking (to my mind, a great weakness of linear scan)? Is there way to do coalescing (the great strength of coloring)? I ask these questions because we (guys I work with) see loops where there's a little register juggling that seems unnecessary. Is there a paper that describes what y'all do? Thanks, Preston On Mon, Sep 10, 2018 at 9:57 AM, Matthias
2007 Apr 04
6
Best practice, dev/test/staging/production environments
I like the Stanford Best Practices guide for puppet. One thing I didn''t see it address was handling of separate environments, for example Dev, Test, Staging, Production. My thoughts on this so far, are: brainstorm #1) Handle environment differences with metadata: node devProductName01 { $env = "dev" include ProductName-webserver } node testProductName01 {
2018 Sep 11
2
linear-scan RA
Hi, Using Chaitin's approach, removing a copy via coalescing could expose more opportunities for coalescing. So he would iteratively rebuild the interference graph and check for more opportunities. Chaitin was also careful to make sure that the source and destination of a copy didn't interfere unnecessarily (because of the copy alone); that is, his approach to interference was very
2005 Mar 22
0
Centos 3.3 ( Apache WebServer integration with Tomcat
Hello all, I am new to CentosOS. I am trying to connect Apache Webserver with Tomcat 5.5.7 using mod_jk. Well, if you go there: http://www.export4u.co.uk ( Apacher webserver is running but it is not integrated with Tomcat. ) Java , Tomcat are already installed on the my machine 1) I have installed mod_jk.so ( I put into modules directory in etc/httpd/modules/ ? Am I putting mod_jk.so in
2020 Jun 16
1
Apache (httpd) fails to start at boot - Centos 8.1
> > > Il 16/06/20 08:11, Alessandro Baggi ha scritto: >> >> >> Il 16/06/20 06:21, Gordon Messmer ha scritto: >>> On 6/15/20 7:06 PM, Jay Hart wrote: >>>> If I do 'systemctl start httpd', apache will start right up.? But >>>> during boot, it doesn't and I >>>> get the resulting errors below. >>>>
2018 Sep 11
2
linear-scan RA
> On Sep 10, 2018, at 5:25 PM, Matthias Braun <mbraun at apple.com> wrote: > > > >> On Sep 10, 2018, at 5:11 PM, Preston Briggs <preston.briggs at gmail.com <mailto:preston.briggs at gmail.com>> wrote: >> >> The phi instruction is irrelevant; just the way I think about things. >> The question is if the allocator believes that t0 and t2