Re: [users@httpd] Core dump in Oracle HTTP Server build on Apache 1.3

2013-04-12 Thread Jeff Trawick
On Fri, Apr 12, 2013 at 2:51 AM, Techienote com wrote: > Hi Folks, > > > > Recently we are facing core dump in Oracle HTTP Server which is build on > Apache 1.3 > > > > Following is the output of httpd -V command > > > ---

[users@httpd] RewriteRule help

2013-04-12 Thread Dean Del Ponte
Would someone be so kind as to provide an example solution for the following problem. I would like all requests to the base url "/products/flash/**" redirected to /flash/** For example /products/flash/awesomenessredirects to/flash/awesomeness /products/flash/really/cool/stuffredirect

Re: [users@httpd] RewriteRule help

2013-04-12 Thread Pete Houston
No need to use RewriteRule for that, simply use Redirect. Redirect /products/flash /flash http://httpd.apache.org/docs/2.4/mod/mod_alias.html#redirect Pete -- Openstrike - improving business through open source http://www.openstrike.co.uk/ or call 01722 770036 / 07092 020107 pgp4dt348

Re: [users@httpd] Core dump in Oracle HTTP Server build on Apache 1.3

2013-04-12 Thread Techienote com
On Fri, Apr 12, 2013 at 4:59 PM, Jeff Trawick wrote: > On Fri, Apr 12, 2013 at 2:51 AM, Techienote com > wrote: > >> Hi Folks, >> >> >> >> Recently we are facing core dump in Oracle HTTP Server which is build on >> Apache 1.3 >> >> >> >> Following is the output of httpd -V command >> >> >> ---

Re: [users@httpd] RewriteRule help

2013-04-12 Thread Dean Del Ponte
Thanks Pete! I guess I have something wonky with my Apache config. Rewrites work but Redirects don't. Redirects have no affect. I'll look into it a bit more. Thanks again! Dean On Fri, Apr 12, 2013 at 9:44 AM, Pete Houston wrote: > No need to use RewriteRule for that, simply use Redirect.

[users@httpd] root process running Apache

2013-04-12 Thread wejii
I am running apache2 with Ubuntu so that I can practice writing CGI/SQL scripts with perl. In ports.conf I have: NameVirtualHost *:80 Listen 127.0.0.1:80 the intention being to limit access only to my laptop (keep the outside world out). I read several times "don't run apache as root". ps -

Re: [users@httpd] Core dump in Oracle HTTP Server build on Apache 1.3

2013-04-12 Thread Jeff Trawick
On Fri, Apr 12, 2013 at 12:10 PM, Techienote com wrote: > > > On Fri, Apr 12, 2013 at 4:59 PM, Jeff Trawick wrote: > >> On Fri, Apr 12, 2013 at 2:51 AM, Techienote com < >> techienote@gmail.com> wrote: >> >>> Hi Folks, >>> >>> >>> >>> Recently we are facing core dump in Oracle HTTP Server w

[users@httpd] Missing QUERY_STRING

2013-04-12 Thread Ian C
Hi everyone, I'm new to web configurations etc. I hope someone can help me with this, I've been googling and reading docs for many hours. I have Apache 2.2.19 which has been running fine, until I needed a new CGI which needed the QUERY_STRING from the Get (eg. ?SBC=A1... ) My CGI can obtain a

[users@httpd] client disconnect (httpd 2.4.2)

2013-04-12 Thread Jonghyun Kahng
We tried httpd 2.4.2 and mod_jk 1.2.37 with tomcat 7.0. One of our service is to download files. After httpd was upgrade from 2.2.19 to 2.4.2, we are not able to download large files (~2 GB). A download prematurely terminates. Below is the error message in tomcat log when it happens. We had to

Re: [users@httpd] client disconnect (httpd 2.4.2)

2013-04-12 Thread Eric Covener
What about the HTTP server logs? On Fri, Apr 12, 2013 at 12:58 PM, Jonghyun Kahng wrote: > We tried httpd 2.4.2 and mod_jk 1.2.37 with tomcat 7.0. One of our service > is to download files. After httpd was upgrade from 2.2.19 to 2.4.2, we are > not able to download large files (~2 GB). A download

Re: [users@httpd] root process running Apache

2013-04-12 Thread Torsten Förtsch
On 12/04/13 18:38, wejii wrote: > I read several times "don't run apache as root". > ps -ef gives me the following: > > root 1448 1 0 Apr11 ?00:00:04 /usr/sbin/apache2 -k start > www-data 1712 1448 0 Apr11 ?00:00:00 /usr/sbin/apache2 -k start > www-data 1713 1448 0

[users@httpd] Biggest Fake Conference in Computer Science

2013-04-12 Thread nelsonsteves
We are researchers from different parts of the world and conducted a study on the world’s biggest bogus computer science conference WORLDCOMP ( http://sites.google.com/site/worlddump1 ) organized by Prof. Hamid Arabnia from University of Georgia, USA. We submitted a fake paper to WORLDCOMP 20

Re: [users@httpd] Core dump in Oracle HTTP Server build on Apache 1.3

2013-04-12 Thread Techienote com
On Fri, Apr 12, 2013 at 10:12 PM, Jeff Trawick wrote: > On Fri, Apr 12, 2013 at 12:10 PM, Techienote com < > techienote@gmail.com> wrote: > >> >> >> On Fri, Apr 12, 2013 at 4:59 PM, Jeff Trawick wrote: >> >>> On Fri, Apr 12, 2013 at 2:51 AM, Techienote com < >>> techienote@gmail.com>

[users@httpd] htaccess priority

2013-04-12 Thread Ezequiel M. Cardinali
Hi Is there any way to priorize one .htaccess file to the others? I need to restrict users from a shared hosting server to change some configurations in the server. I cannot use AllowOverride, because I need to permit to use the Rewrites directives but not SetHandler and this directives are in

Re: [users@httpd] client disconnect (httpd 2.4.2)

2013-04-12 Thread Jonghyun Kahng
Nothing particular in error log. In access log, there is a corresponding record like [10/Apr/2013:00:30:00 -0700] 213.198.82.5 "213.198.82.5" "-" - "-" abc.com "GET /download/5713001080022099 HTTP/1.1" "-" "-" "-" "-" 65235073usec. 200 245752 X Note "X" at the end. Jong On 4/12/2013 10:03

Re: [users@httpd] Core dump in Oracle HTTP Server build on Apache 1.3

2013-04-12 Thread Jeff Trawick
On Fri, Apr 12, 2013 at 1:22 PM, Techienote com wrote: > > > On Fri, Apr 12, 2013 at 10:12 PM, Jeff Trawick wrote: > >> On Fri, Apr 12, 2013 at 12:10 PM, Techienote com < >> techienote@gmail.com> wrote: >> >>> >>> >>> On Fri, Apr 12, 2013 at 4:59 PM, Jeff Trawick wrote: >>> On Fri, Ap

Re: [users@httpd] Core dump in Oracle HTTP Server build on Apache 1.3

2013-04-12 Thread Jeff Trawick
On Fri, Apr 12, 2013 at 2:51 AM, Techienote com wrote: > Hi Folks, > > > > Recently we are facing core dump in Oracle HTTP Server which is build on > Apache 1.3 > > > > Following is the output of httpd -V command > > > ---

Re: [users@httpd] Core dump in Oracle HTTP Server build on Apache 1.3

2013-04-12 Thread Techienote com
On Fri, Apr 12, 2013 at 11:39 PM, Jeff Trawick wrote: > > On Fri, Apr 12, 2013 at 2:51 AM, Techienote com > wrote: > >> Hi Folks, >> >> >> >> Recently we are facing core dump in Oracle HTTP Server which is build on >> Apache 1.3 >> >> >> >> Following is the output of httpd -V command >> >> >>

[users@httpd] Re:Re: [users@httpd] client disconnect (httpd 2.4.2)

2013-04-12 Thread Esmq
i also observed the problem, the connection closed by server before the transfer complete~ and v2.4.4 also affected At 2013-04-13 01:38:43,"Jonghyun Kahng" wrote: >Nothing particular in error log. In access log, there is a corresponding >record like > >[10/Apr/2013:00:30:00 -0700] 213.1

[users@httpd] Strange Apache logs - very slow loading time

2013-04-12 Thread Karol Pomaski
Hi All, I need a help. I believe something is wrong. I have recently found a strange information on my apache error.log: [Sat Apr 13 00:08:32 2013] [error] (110)Connection timed out: proxy: HTTP: attempt to connect to 107.6.106.10:80 (*) failed root@ip-10-145-204-53:~# tail /var/www/shops/88/logs

Re: [users@httpd] Strange Apache logs - very slow loading time

2013-04-12 Thread Tom Evans
On Sat, Apr 13, 2013 at 1:12 AM, Karol Pomaski wrote: > Hi All, > > I need a help. I believe something is wrong. I have recently found a strange > information on my apache error.log: > > [Sat Apr 13 00:08:32 2013] [error] (110)Connection timed out: proxy: HTTP: > attempt to connect to 107.6.106.10

Re: [users@httpd] Strange Apache logs - very slow loading time

2013-04-12 Thread Karol Pomaski
On Apr 12, 2013, at 7:19 PM, Tom Evans wrote: > On Sat, Apr 13, 2013 at 1:12 AM, Karol Pomaski > wrote: >> Hi All, >> >> I need a help. I believe something is wrong. I have recently found a strange >> information on my apache error.log: >> >> [Sat Apr 13 00:08:32 2013] [error] (110)Connectio

Re: [users@httpd] Strange Apache logs - very slow loading time

2013-04-12 Thread Tom Evans
On Sat, Apr 13, 2013 at 1:45 AM, Karol Pomaski wrote: > Well I have already blocked the proxy and disabled to mod_proxy module but > still the log appears > > > [Sat Apr 13 00:43:57 2013] [error] [client 198.136.28.2] File does not exist: > /var/www/shops/88/store/creative, referer: http://www.h

Re: [users@httpd] Strange Apache logs - very slow loading time

2013-04-12 Thread Karol Pomaski
On 12/04/2013, at 19:52, Tom Evans wrote: > On Sat, Apr 13, 2013 at 1:45 AM, Karol Pomaski > wrote: >> Well I have already blocked the proxy and disabled to mod_proxy module but >> still the log appears >> >> >> [Sat Apr 13 00:43:57 2013] [error] [client 198.136.28.2] File does not >> exi

Re: [users@httpd] Missing QUERY_STRING

2013-04-12 Thread Ian C
Sorry for reposting but I'm still stumped.  If anyone has any advice at all... thanks Hi everyone, I'm new to web configurations etc. I hope someone can help me with this, I've been googling and reading docs for many hours. I have Apache 2.2.19 which has been running fine, until I needed a ne

Re: [users@httpd] Missing QUERY_STRING

2013-04-12 Thread Eric Covener
> >REQUEST_URI'='/cgi-bin/SBC.cgi'\n > 29.148 - - [11/Apr/2013:23:13:10 -0400] "GET /JC84/SBCs.html?SBC=A1 HTTP/1.1" > 304 - Those really the same URL? Seems like you're missng an important detail. - To unsubscribe, e-mail: user

Re: [users@httpd] Missing QUERY_STRING

2013-04-12 Thread Ian C
the request string makes it to the log, but i can't access it from my cgi via environment vars --- On Fri, 4/12/13, Eric Covener wrote: From: Eric Covener Subject: Re: [users@httpd] Missing QUERY_STRING To: users@httpd.apache.org Received: Friday, April 12, 2013, 9:43 PM > >REQUEST_URI'='/cgi