[users@httpd] Re: mod_rewrite in conjunction with mod_jk

2012-12-03 Thread Günter Hipler
Hi I solved it by myself - catching a glimpse through a book and sleeping a night... a) not used backreferences in RewriteRule -> I used the wrong syntax for backreferences $1 instead of %1 for backreferences to RewriteCond b) no activation of RewriteRule within a more general container as .htacc

Re: [users@httpd] Able to view .htaccess and .htpasswd files via user-agent under default configuration (Apache 2.4, Win32)

2012-12-03 Thread Ben Johnson
On 12/3/2012 5:51 PM, Eric Covener wrote: > What's in the with require valid-user? That effectively > replaces the w/ no AuthMerging. If you're passing that check, > the .ht* will be served. > Right you are, good sir! I would never have figured that out. If I remove the contents of that (s

Re: [users@httpd] Able to view .htaccess and .htpasswd files via user-agent under default configuration (Apache 2.4, Win32)

2012-12-03 Thread Eric Covener
What's in the with require valid-user? That effectively replaces the w/ no AuthMerging. If you're passing that check, the .ht* will be served. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands

Re: [users@httpd] Able to view .htaccess and .htpasswd files via user-agent under default configuration (Apache 2.4, Win32)

2012-12-03 Thread Ben Johnson
On 12/3/2012 4:07 PM, Eric Covener wrote: >> -- >> >> Require all denied >> >> >> >> Require all denied >> >> -- >> >> Any other ideas as to why none of these are effective? >> >> Thanks again, > > Are you sure these are static files se

Re: [users@httpd] Able to view .htaccess and .htpasswd files via user-agent under default configuration (Apache 2.4, Win32)

2012-12-03 Thread Eric Covener
> -- > > Require all denied > > > > Require all denied > > -- > > Any other ideas as to why none of these are effective? > > Thanks again, Are you sure these are static files served from disk and not e.g. proxied or passed through a CGI?

Re: [users@httpd] Able to view .htaccess and .htpasswd files via user-agent under default configuration (Apache 2.4, Win32)

2012-12-03 Thread Ben Johnson
On 12/3/2012 3:07 PM, Igor Cicimov wrote: > > On 04/12/2012 5:41 AM, "Ben Johnson" > wrote: >> >> Hello, everyone, >> >> I am able to view .htaccess and .htpasswd files on my development server >> from within a Web browser. >> >> My understanding is that the follow

Re: [users@httpd] Able to view .htaccess and .htpasswd files via user-agent under default configuration (Apache 2.4, Win32)

2012-12-03 Thread Igor Cicimov
On 04/12/2012 5:41 AM, "Ben Johnson" wrote: > > Hello, everyone, > > I am able to view .htaccess and .htpasswd files on my development server > from within a Web browser. > > My understanding is that the following configuration directive, which is > included in the default configuration file, shou

Re: [users@httpd] Compiled/linked executable CGI script crashes when run as CGI, runs to completion when run outside HTTPD

2012-12-03 Thread J.Lance Wilkinson
Jeff Trawick wrote: On Mon, Dec 3, 2012 at 11:17 AM, J.Lance Wilkinson > wrote: Jeff Trawick wrote: On Mon, Dec 3, 2012 at 10:28 AM, J.Lance Wilkinson mailto:jl...@psu.edu> >> wrote: Jeff

[users@httpd] Able to view .htaccess and .htpasswd files via user-agent under default configuration (Apache 2.4, Win32)

2012-12-03 Thread Ben Johnson
Hello, everyone, I am able to view .htaccess and .htpasswd files on my development server from within a Web browser. My understanding is that the following configuration directive, which is included in the default configuration file, should prevent this: --- # # The following

Re: [users@httpd] Compiled/linked executable CGI script crashes when run as CGI, runs to completion when run outside HTTPD

2012-12-03 Thread Jeff Trawick
On Mon, Dec 3, 2012 at 11:17 AM, J.Lance Wilkinson wrote: > Jeff Trawick wrote: > > On Mon, Dec 3, 2012 at 10:28 AM, J.Lance Wilkinson > jl...@psu.edu>> wrote: >> >> Jeff Trawick wrote: >> >> Run under valgrind from the shell, and if that doesn't work >> create a wrapper scri

Re: [users@httpd] Compiled/linked executable CGI script crashes when run as CGI, runs to completion when run outside HTTPD

2012-12-03 Thread J.Lance Wilkinson
Jeff Trawick wrote: On Mon, Dec 3, 2012 at 10:28 AM, J.Lance Wilkinson > wrote: Jeff Trawick wrote: Run under valgrind from the shell, and if that doesn't work create a wrapper script to be the CGI and use the wrapper script to invoke the real C

Re: [users@httpd] Configuration apache

2012-12-03 Thread Yehuda Katz
Then make sure that Drupal is actually installed in /var/www/. Drupal uses a bootstrap file called index.php and your error log shows that it is missing. On Mon, Dec 3, 2012 at 8:34 AM, Antonio Moreno < antonio.mor...@codebusters.es> wrote: > El 03/12/12 13:53, John Doe escribió: > >> From: Anton

Re: [users@httpd] Compiled/linked executable CGI script crashes when run as CGI, runs to completion when run outside HTTPD

2012-12-03 Thread J.Lance Wilkinson
Jeff Trawick wrote: Run under valgrind from the shell, and if that doesn't work create a wrapper script to be the CGI and use the wrapper script to invoke the real CGI under valgrind in that environment. Tried that already: (executable is /.../request; paths shortened and

Re: [users@httpd] Compiled/linked executable CGI script crashes when run as CGI, runs to completion when run outside HTTPD

2012-12-03 Thread J.Lance Wilkinson
Antonio Moreno wrote: El 03/12/12 15:37, J.Lance Wilkinson escribió: Title pretty much says it all. Doesn't look like your posting is related to mine at all... (No parece que su anuncio está relacionado con la mía en todo ...) HTTPD is 2.2.15 on RHEL6. Executable aborts, lo

Re: [users@httpd] Compiled/linked executable CGI script crashes when run as CGI, runs to completion when run outside HTTPD

2012-12-03 Thread Jeff Trawick
Run under valgrind from the shell, and if that doesn't work create a wrapper script to be the CGI and use the wrapper script to invoke the real CGI under valgrind in that environment. On Mon, Dec 3, 2012 at 10:17 AM, Antonio Moreno < antonio.mor...@codebusters.es> wrote: > El 03/12/12 15:37, J.La

Re: [users@httpd] Compiled/linked executable CGI script crashes when run as CGI, runs to completion when run outside HTTPD

2012-12-03 Thread Antonio Moreno
El 03/12/12 15:37, J.Lance Wilkinson escribió: Title pretty much says it all. HTTPD is 2.2.15 on RHEL6. Executable aborts, log files show glibc detected memory issues (messages vary). Run same executable outside of the CGI environment, on the same host and under an unprivileged user (can't ru

[users@httpd] Compiled/linked executable CGI script crashes when run as CGI, runs to completion when run outside HTTPD

2012-12-03 Thread J.Lance Wilkinson
Title pretty much says it all. HTTPD is 2.2.15 on RHEL6. Executable aborts, log files show glibc detected memory issues (messages vary). Run same executable outside of the CGI environment, on the same host and under an unprivileged user (can't run as "apache" because that's not a real ID, my s

Re: [users@httpd] Configuration apache

2012-12-03 Thread Antonio Moreno
El 03/12/12 13:53, John Doe escribió: From: Antonio Moreno El 03/12/12 11:59, John Doe escribió: Did you look into the log files...? Error.log file contents [Mon Dec 03 12:02:00 2012] [error] [client 10.0.0.107] File does not exist: /var/www/codebusters/es, referer: http://10.0.0.108/codeb

Re: [users@httpd] Configuration apache

2012-12-03 Thread Antonio Moreno
El 03/12/12 12:03, Antonio Moreno escribió: El 03/12/12 11:59, John Doe escribió: Did you look into the log files...? Error.log file contents [Mon Dec 03 12:02:00 2012] [error] [client 10.0.0.107] File does not exist: /var/www/codebusters/es, referer: http://10.0.0.108/codebusters/ [Mon Dec 0

[users@httpd] Configuration apache

2012-12-03 Thread Antonio Moreno
Hi, I have a configuration problem, the Apache documentation has not helped me. I have configured on my local system (localhost) my PHP website, works only the first page, clicking on any link gives an error: Not Found The requested URL /codebusters/es/products-page-view was not found on