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
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
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
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
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
> 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]
--
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