Re: [EMAIL PROTECTED] Apache http server has stopped working

2008-11-27 Thread André Warnier
sojin wrote: Hi, I've installed Apache 2.2.10 and PHP 5 on Vista. But when I tried to access a page (index.php with phpinfo() embedded) at my localhost, the php informataion page is getting displayed for 1-2 seconds and "Apache HTTP server has stopped working" window is appearing and the index.p

[EMAIL PROTECTED] Apache http server has stopped working

2008-11-27 Thread sojin
Hi, I've installed Apache 2.2.10 and PHP 5 on Vista. But when I tried to access a page (index.php with phpinfo() embedded) at my localhost, the php informataion page is getting displayed for 1-2 seconds and "Apache HTTP server has stopped working" window is appearing and the index.php page is not

Re: [EMAIL PROTECTED] URL protection with Encryption on the HTML Source Code

2008-11-27 Thread Krist van Besien
On Sun, Nov 23, 2008 at 9:48 PM, Lucio Godoy <[EMAIL PROTECTED]> wrote: > if the unscrupulous user cuts and pastes the above url, they can access the > content directly without any authentication. So you should disable unauthenticated access to these urls. Trying to restrict access by somehow hid

Re: [EMAIL PROTECTED] quesiton for Apache url rewrite module

2008-11-27 Thread Tom Evans
On Thu, 2008-11-27 at 07:38 -0500, Eric Covener wrote: > > RewriteCond %{REQUEST_URI} ^/[^\/\.]*\.jsp # is the url like /foo.jsp > > OT, but FWIW your / never needs escaping (because it's not a delimeter > in the regex in httpd), and inside the character the "." is taken > literally as well

Re: [EMAIL PROTECTED] mod_proxy sends reverse proxy request twice

2008-11-27 Thread Nick Kew
On Thu, 27 Nov 2008 00:20:56 -0700 "Ryan Warnick" <[EMAIL PROTECTED]> wrote: > It looks like for Apache 2.2.10 on Windows, mod_proxy sends reverse > proxy requests twice. I've verified this using two different packet > sniffers. I also tracked the problem to the 'WSAsend' winsock call. > If you

Re: [EMAIL PROTECTED] quesiton for Apache url rewrite module

2008-11-27 Thread Eric Covener
> RewriteCond %{REQUEST_URI} ^/[^\/\.]*\.jsp # is the url like /foo.jsp OT, but FWIW your / never needs escaping (because it's not a delimeter in the regex in httpd), and inside the character the "." is taken literally as well, -- Eric Covener [EMAIL PROTECTED] --

Re: [EMAIL PROTECTED] quesiton for Apache url rewrite module

2008-11-27 Thread Tom Evans
On Wed, 2008-11-26 at 09:56 -0800, caesarkim wrote: > Yes. I want the latter. > > > > Tom Evans-3 wrote: > > > > On Wed, 2008-11-26 at 08:49 -0800, caesarkim wrote: > >> I am trying to use url rewrite module, but i am not familar with it. > >> > >> I want to rewrite any request (http://localho