Re: [EMAIL PROTECTED] redirect to url w/query_string ???

2008-06-19 Thread Mike Schleif
Please, advise. Any ideas how to do this server-side redirect? * On 2008:06:17:00:11:14-0500 I, Mike Schleif <[EMAIL PROTECTED]>, scribed: > I want the URL's similar to the following: > > http://domain.tld > http://www.domain.tld > http://domain.tld/ > http://domain.tld/fjlxasdf

[EMAIL PROTECTED] calls "script" TWICE!!!

2008-06-19 Thread Kanito 73
Hi I have a very strange problem!!! sending a to my apache server results in duplicate execution of (action=)script, the first one the sript receives the full variables, the second "ghost" call to the script is with NO VARIABLES just the script is executed again with empty data!!! what may be

Re: [EMAIL PROTECTED] Packet debugging when using mod_ssl

2008-06-19 Thread Krist van Besien
On Thu, Jun 19, 2008 at 18:34, Ian Lord <[EMAIL PROTECTED]> wrote: > I compiled mod_dumpio, load the module and activated it using > > DumpIOLogLevel debug > DumpIOInput On > > I try it both into Server context and Virtual context and nothing was > logged... You must set "loglevel" to debug. Kri

[EMAIL PROTECTED] Question about mod_ssl patch for Apache 2.0.46

2008-06-19 Thread Tan, Liao
Guys: 1)I want to know if there´s mod_ssl patch for Apache 2.0.x. I saw in modssl.org, and strangely the latest version has the date of 2007, and is for Apache 1.3. 2)I already have my apache installed, that´s why I´m looking for a patch for mod_ssl, the final purpose is enable my current http

[EMAIL PROTECTED] slightly wierd redirect

2008-06-19 Thread Martyn Routley
Hi I would be grateful for assistance with this Apache22 problem. Running "Apache/2.2.8 (FreeBSD) mod_ssl/2.2.8 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.6 with Suhosin-Patch" on FreeBsd 6.3 I have the standard httpd-userdir.conf, the active bits are: UserDir public_html UserDir disabled root toor daemo

Re: [EMAIL PROTECTED] zpx520.com hidden iframe in stock Win32 install?

2008-06-19 Thread Greg Mortensen
On Wed, 18 Jun 2008, Mark H. Wood wrote: http://www.threatexpert.com/report.aspx?uid=681ac5d0-36d8-4217-8e0f-38f5b928fb14 It turns out that another machine on the network had become infected with "something" (we haven't determined with what, yet) and was advertising itself as the local d

Re: [EMAIL PROTECTED] Submitting jobs remotely over CGI, closing file handles etc

2008-06-19 Thread Patrick Horgan
michael watson (IAH-C) wrote: OK, so no answers from this then... Instead, can anyone tell me how I can monitor whether (and which) file handles are open whilst the CGI script is running? lsof -unameofuserrunningcgiscript for example on my machine apache runs as www-data, so I'd type l

RE: [EMAIL PROTECTED] Packet debugging when using mod_ssl

2008-06-19 Thread Ian Lord
From: Krist van Besien [mailto:[EMAIL PROTECTED] Sent: 18 juin 2008 11:15 Yes. mod_dumpio will do this for you: http://httpd.apache.org/docs/2.0/mod/mod_dumpio.html Krist I compiled mod_dumpio, load the module and activated it using DumpIOLogLevel debug DumpIOI

RE: [EMAIL PROTECTED] Apache2 authenticating via LDAP on Active Directory

2008-06-19 Thread David Dyer-Bennet
De Filippo Andrea [mailto:[EMAIL PROTECTED] said: My question is how to authenticate apache2 via LDAP on Active Directory. This is my configuration in /etc/apache2/sites-enabled/000-default: # LDAP Authentication LDAPShar

Re: [EMAIL PROTECTED] Redirect a old dynamic URL to a new dynamic URL

2008-06-19 Thread Nick Kew
On Thu, 19 Jun 2008 15:01:18 +0100 Ian Munday <[EMAIL PROTECTED]> wrote: > I'm using the .htaccess file Ouch! That makes for slow and complex. > However, using the old URLs with parameters does not work. Indeed, that's the point where you need RewriteRule rather than Redirect[1]. If you have

RE: [EMAIL PROTECTED] Redhat patch level cheatsheet?

2008-06-19 Thread Brandie.B.Huber
RedHat Enterprise AS 4 Update 6 maps to HTTP Server 2.0.63 (no Tomcat or Geronimo packages); RedHat Enterprise AS 5 Update 2 maps to HTTP Server 2.2.3 and Tomcat 5.5.23(no Geronimo packages). Latest releases straight from Apache are 2.2.9 and 2.0.63. RedHat backports (and changes the release nu

Re: [EMAIL PROTECTED] Weird Ip in access log, need help to understand

2008-06-19 Thread André Warnier
Artem Kuchin wrote: André Warnier пишет: Artem Kuchin wrote: I recently upgraded to 2.2 and now i see thing which i have never seen mefore in the access log: 74.6.29.159, 74.6.8.118 - - [11/Jun/2008:06:28:55 +0400] "GET /Go/ViewProduct/id=883 HTTP/1.1" 200 7195 "-" "Mozilla/5.0 (compa

Re: [EMAIL PROTECTED] Problem displaying index.html by default

2008-06-19 Thread Lester Caine
Lester Caine wrote: Not sure when this started since I mainly run index.php, but I've just been setting up a new machine with 2.2.9 and cloned the settings what was a working machine. I have DirectoryIndex index.html, index.php ^ That is the problem - but it has bee

[EMAIL PROTECTED] Redirect a old dynamic URL to a new dynamic URL

2008-06-19 Thread Ian Munday
Hi, I'm using Apache 2.2.3 on Debian. I'm trying to redirect a number of URLs that were generated by an old content management system to those generated by a new content management system. The parameter values do not map directly, so I simply intend to explicitly redirect the old style UR

Re: [EMAIL PROTECTED] Weird Ip in access log, need help to understand

2008-06-19 Thread Artem Kuchin
André Warnier пишет: Artem Kuchin wrote: I recently upgraded to 2.2 and now i see thing which i have never seen mefore in the access log: 74.6.29.159, 74.6.8.118 - - [11/Jun/2008:06:28:55 +0400] "GET /Go/ViewProduct/id=883 HTTP/1.1" 200 7195 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; ht

[EMAIL PROTECTED] Problem displaying index.html by default

2008-06-19 Thread Lester Caine
Not sure when this started since I mainly run index.php, but I've just been setting up a new machine with 2.2.9 and cloaned the settings what was a working machine. I have DirectoryIndex index.html, index.php in httpd.conf, but while index.php is running fine, when I switch to a directory with

Re: [EMAIL PROTECTED] Weird Ip in access log, need help to understand

2008-06-19 Thread André Warnier
Artem Kuchin wrote: I recently upgraded to 2.2 and now i see thing which i have never seen mefore in the access log: 74.6.29.159, 74.6.8.118 - - [11/Jun/2008:06:28:55 +0400] "GET /Go/ViewProduct/id=883 HTTP/1.1" 200 7195 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://he lp.yahoo.com/he

Re: [EMAIL PROTECTED] allow from "hostname" not working..

2008-06-19 Thread André Warnier
Michael Alipio wrote: [...] Though I'm still wondering if there is a way to tell apache to just skip reverse resolving before evaluating the "allow from hostname" rule... The rest is ok, but the phrase above shows that you are still missing a part of the explanation. Apache /does not kno

Re: Re: [EMAIL PROTECTED] mod_mem_cache on a proxy server

2008-06-19 Thread Frederic Paillart
Hi Francois, I've already sent a POST regarding the mod_mem_cache usage. http://httpd.markmail.org/search/?q=paillart#query:paillart+page:1+mid:bws5recajzhtqc7k+state:results >From my point of view, this module is not really usable. I've benchmarked the mod_disk_cache module and found same re

[EMAIL PROTECTED] R: [EMAIL PROTECTED] Apache2 authenticating via LDAP on Active Directory

2008-06-19 Thread De Filippo Andrea
When i try to bind with ldp (in windows environment) all is fine: res = ldap_simple_bind_s(ld, 'windroot\de filippo', ); // v.3 Authenticated as dn:'windroot\de filippo'. But in my linux debian etch environment, it doesn't work. Some suggestion ? Thanks

[EMAIL PROTECTED] Weird Ip in access log, need help to understand

2008-06-19 Thread Artem Kuchin
I recently upgraded to 2.2 and now i see thing which i have never seen mefore in the access log: 74.6.29.159, 74.6.8.118 - - [11/Jun/2008:06:28:55 +0400] "GET /Go/ViewProduct/id=883 HTTP/1.1" 200 7195 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://he lp.yahoo.com/help/us/ysearch/slurp)"

[EMAIL PROTECTED] Apache2 authenticating via LDAP on Active Directory

2008-06-19 Thread De Filippo Andrea
Hi, this is my first post. My question is how to authenticate apache2 via LDAP on Active Directory. This is my configuration in /etc/apache2/sites-enabled/000-default: # LDAP Authentication LDAPSharedCacheSize 20 LDAPCacheEntries 1024 LDAPCacheTTL 600 LDAPOpC

Re: [EMAIL PROTECTED] allow from "hostname" not working..

2008-06-19 Thread Michael Alipio
Hi, Alright. I was right about the reverse lookup thing. And I already thought about that "allow from .myispdomain.com" and also thought that it wouldn't be good idea because i would be allowing the entire IP address space of my ISP. I think i'll probably just write a script that will resolve the

Re: [EMAIL PROTECTED] how to make apache http server accessible to other pc

2008-06-19 Thread Krist van Besien
On Thu, Jun 19, 2008 at 11:16, joaquinbordado <[EMAIL PROTECTED]> wrote: > ># ># Controls who can get stuff from this server. ># > > # onlineoffline tag - don't remove >Order Deny,Allow >Deny from all >Allow from 127.0.0.1 > > This is your problem: You are only allowing

Re: [EMAIL PROTECTED] Submitting jobs remotely over CGI, closing file handles etc

2008-06-19 Thread André Warnier
If you type fast, lsof ? michael watson (IAH-C) wrote: OK, so no answers from this then... Instead, can anyone tell me how I can monitor whether (and which) file handles are open whilst the CGI script is running? -Original Message- From: michael watson (IAH-C) [mailto:[EMAIL PROTECTED

Re: [EMAIL PROTECTED] allow from "hostname" not working..

2008-06-19 Thread André Warnier
Hi. Michael Alipio wrote: I have the following directives in .htaccess in one of my directories. order allow,deny allow from myhost.dyndns.org Now for the testing: dig myhost.dyndns.org.. the hostname resolves properly. When i tried it on my browser, i kept getting denied. When I looked a

Re: [EMAIL PROTECTED] how to make apache http server accessible to other pc

2008-06-19 Thread joaquinbordado
awarnier wrote: > > > > joaquinbordado wrote: >> guys do you know what to configure in apache httpd.conf >> i have an application...my teammate wants to access my ip. >> when trying to access >> http://localhost/tuesday/real.php?mobile=&message=3234244 > >> the page is working but w

Re: [EMAIL PROTECTED] how to make apache http server accessible to other pc

2008-06-19 Thread André Warnier
joaquinbordado wrote: guys do you know what to configure in apache httpd.conf i have an application...my teammate wants to access my ip. when trying to access http://localhost/tuesday/real.php?mobile=&message=3234244 the page is working but when im using my ip... http://10.32.16.24/

RE: [EMAIL PROTECTED] Submitting jobs remotely over CGI, closing file handles etc

2008-06-19 Thread michael watson (IAH-C)
OK, so no answers from this then... Instead, can anyone tell me how I can monitor whether (and which) file handles are open whilst the CGI script is running? -Original Message- From: michael watson (IAH-C) [mailto:[EMAIL PROTECTED] Sent: 16 June 2008 09:42 To: users@httpd.apache.org Subj

Re: [EMAIL PROTECTED] editing httpd.conf file through shell script

2008-06-19 Thread Matus UHLAR - fantomas
On 18.06.08 19:09, Agnello George wrote: > i am trying to edit my httpd.comf file through a shell script .. (( > actually I trying to set up a control panel )) > now through a shell script i need to add mime type for domain > vodafone.com, i would need to add the following bellow "Doucm

[EMAIL PROTECTED] allow from "hostname" not working..

2008-06-19 Thread Michael Alipio
I have the following directives in .htaccess in one of my directories. order allow,deny allow from myhost.dyndns.org Now for the testing: dig myhost.dyndns.org.. the hostname resolves properly. When i tried it on my browser, i kept getting denied. When I looked at my error log, it says, deni

[EMAIL PROTECTED] how to make apache http server accessible to other pc

2008-06-19 Thread joaquinbordado
guys do you know what to configure in apache httpd.conf i have an application...my teammate wants to access my ip. when trying to access http://localhost/tuesday/real.php?mobile=&message=3234244 http://localhost/tuesday/real.php?mobile=&message=3234244 the page is working but whe