Roey Almog r...@gmail.com schrieb:
Hi,
I have installed apache 2.2.15 with mod_fcgid on Windows XP SP3 and
tried the perl example script in the mod_fcgid reference page but it
is not working
I get this in error log
[Thu Jul 29 11:26:07 2010] [warn] [client 127.0.0.1] (OS 109)The pipe
has been
On Sat, Aug 21, 2010 at 7:41 PM, Eric Covener wrote:
> On Sat, Aug 21, 2010 at 6:34 AM, hadi motamedi
> wrote:
> >
> >
> > On Sat, Aug 21, 2010 at 2:42 PM, MegaBrutal
> wrote:
> >>
> >> Errm... I don't get the problem. You said, the guest already see your
> >> page. It seems you just need to st
Freek Dijkstra wrote:
> Curious,
> is never matched
> is matched.
> Logically, I would have expected both regexps to yield the same result.
I did some more testing, and it just seems that the the end of line
anchor is just never matched. I can easily reproduce it with only a few
configuration l
James Coyle wrote:
> Ever since I reinstalled Snow Leopard on my Mac, i've had some serious
> Apache issues. Judging from this diagnostic information:
>
>> httpd: Syntax error on line 54 of /private/etc/apache2/httpd.conf:
>> Cannot load /private/etc/apache2/libexec/apache2/mod_authn_file.so
>> int
Dear All
Can you please let me know how can I add Alias to the location of a file and
thus to be able to download it from the Apache http web page @
http://localhost/ ?
Thank you
> Sorry. You mean I have to add the following lines to my httpd.conf ?
> DocumentRoot "C:/qemu"
> Alias /disk/ "C:/qemu/disk"
i don't think you'd add a DocumentRoot. If you did, you wouldn't
create an Alias for a directory underneath it.
I expected you'd identify where you want to serve your con
On Mon, Aug 23, 2010 at 5:37 AM, hadi motamedi wrote:
> Dear All
> Can you please let me know how can I add Alias to the location of a file and
> thus to be able to download it from the Apache http web page
> @http://localhost/ ?
> Thank you
>
Please don't create a new thread for such a followup.
[My apologies for the many posts; I just notices that my mailer removed
the thinking it was HTML]
Freek Dijkstra wrote:
> Curious,
> is never matched
> is matched.
> Logically, I would have expected both regexps to yield the same result.
I did some more testing, and it just seems that the the
On Mon, Aug 23, 2010 at 3:51 PM, Freek Dijkstra wrote:
> [My apologies for the many posts; I just notices that my mailer removed
> the thinking it was HTML]
>
> Freek Dijkstra wrote:
>
> > Curious,
> > is never matched
> > is matched.
> > Logically, I would have expected both regexps to yield
Sorry as I am following from here as all of the replies to previous post
permanently failed.
'Please be informed that there is an default /icons/ Alias that I put my
intended file under its folder. At now, browsing the
http://10.0.2.2/icons/will show the intended file but as I am using
lynx as brow
2010/8/23 hadi motamedi :
> At now, browsing the http://10.0.2.2/icons/
> will show the intended file but as I am using lynx as browser I cannot
> download it. Can you please let me know how to get it?
If you can download the file with other browsers, then it's not an
Apache-related question. If y
El 23/08/2010 13:51, hadi motamedi escribió:
Sorry as I am following from here as all of the replies to previous
post permanently failed.
'Please be informed that there is an default /icons/ Alias that I put
my intended file under its folder. At now, browsing the
http://10.0.2.2/icons/ will sh
On Mon, Aug 23, 2010 at 7:21 AM, Freek Dijkstra wrote:
> [My apologies for the many posts; I just notices that my mailer removed
> the thinking it was HTML]
>
> Freek Dijkstra wrote:
>
>> Curious,
>> is never matched
Confirmed in the source that $ is treated as a literal for
DirectoryMatch only
On Tue, Dec 8, 2009 at 1:49 PM, Nick Kew wrote:
> Rich Bowen wrote:
>
>>> If I file an issue on Apache's Bugzilla, will this be considered a bug?
>>
>> Please do submit it, but perhaps as a documentation bug? I'll try to
>> remember to add a mention of this to the documentation, but a bugzilla
>>
On Mon, Aug 23, 2010 at 8:32 AM, Eric Covener wrote:
> On Mon, Aug 23, 2010 at 7:21 AM, Freek Dijkstra wrote:
>> [My apologies for the many posts; I just notices that my mailer removed
>> the thinking it was HTML]
>>
>> Freek Dijkstra wrote:
>>
>>> Curious,
>>> is never matched
>
> Confirmed in
Hendrik
It is not a time out - it is happens very fast it using process
monitor I see perl.exe start running but for very short time and it
stops, I cannot debug the script and as it runs fine using both CGI
and FastCGI I can only think that mod_fcgid does something else
obviously the pipe commun
Eric Covener wrote:
I see the same with php5-cgi but not with short shell scripts. Seems
like a bug.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49810 submitted
-
The official User-To-User support forum of the Apac
Eric Covener wrote:
> https://issues.apache.org/bugzilla/show_bug.cgi?id=49809
>
> I had looked into this august 2009 and couldn't figure out any good
> reason why it should be matched as a literal.
Eric,
Thanks for looking into this. It is highly appreciated.
Is there anything I can do to help?
On Mon, Aug 23, 2010 at 2:24 PM, Freek Dijkstra wrote:
> Eric Covener wrote:
>
>> https://issues.apache.org/bugzilla/show_bug.cgi?id=49809
>>
>> I had looked into this august 2009 and couldn't figure out any good
>> reason why it should be matched as a literal.
>
> Eric,
>
> Thanks for looking int
Eric Covener wrote:
> The patch is very easy, but I am afraid it might not be suitable to
> backport to 2.2.x.
>
> I struggled with finding some fancy PCRE feature that would make this
> work as most people expect it to -- \Z or negative lookahead, but
> AFAICT they all fail to simulate the $ due
Freek Dijkstra wrote:
> Steps to reproduce
> 1. Add the following configuration to httpd.conf:
>
> Alias /test/ /var/www/test/
>
>
> Options Indexes
> Order deny,allow
> Deny from all
>
>
>
> Allow from all
>
>
>
> Expected results:
> - requesting http://localhost/test/pro
On Mon, Aug 23, 2010 at 4:55 PM, Freek Dijkstra wrote:
> Eric Covener wrote:
>
>> The patch is very easy, but I am afraid it might not be suitable to
>> backport to 2.2.x.
>>
>> I struggled with finding some fancy PCRE feature that would make this
>> work as most people expect it to -- \Z or negat
Eric Covener wrote:
> I didn't realize that was an option, or that it would help matters.
I am not sure if it does helps; Frankly, this is the first time I look
at the Apache code. I still don't understand how things relate, so the
above contains a few assumptions. Take it as a suggestion how I w
Freek Dijkstra wrote:
> Again, I really still don't understand the purpose of the AP_REG_NOTEOL
> flag. [...] The
> more I think about it, the less sense it makes.
Here is the history:
r76312 (1996-01-14)
src/main/http_request.c, initial revision
if (is_matchexp(entry_dir) && !strcmp_match(th
On 8/7/2010 3:44 AM, Karthik Nanjangude wrote:
>
> URL : http://apache.tradebit.com/pub/httpd/
>
> Does not define the download oftype ZIP of Apache HTTP s/w ,
>
> In such case Can I Download “httpd-2.3.6.tar.gz“ and run the same on
> Windows 2000 ?
You can't run either the .zip or
I tried to subscribe but it bounced?
Is it active list?
- Forwarded Message
From: "mailer-dae...@n10.bullet.mail.in.yahoo.com"
To: jamesgod...@yahoo.in
Sent: Mon, 23 August, 2010 11:17:16 PM
Subject: failure notice
Sorry, we were unable to deliver your message to the following address
Plain Text??
James Godrej wrote:
I tried to subscribe but it bounced?
Is it active list?
- Forwarded Message
*From:* "mailer-dae...@n10.bullet.mail.in.yahoo.com"
*To:* jamesgod...@yahoo.in
*Sent:* Mon, 23 August, 2010 11:17:16 PM
*Subject:* failure notice
Sorry, we were unable to d
Hello Team,
I have recently installed apache 2.0.63 on solaris 5.10. I have compiled all
the modules.
Now, I am unable to start the apache server as receiving following error on the
prompt.
Invalid command includes/log.std', perhaps mis-spelled or defined by a module
not included in the serve
On Tue, August 24, 2010 08:29, Amol Puglia wrote:
> Hello Team,
>
> I have recently installed apache 2.0.63 on solaris 5.10. I have compiled
> all the modules.
>
> Now, I am unable to start the apache server as receiving following error
> on the prompt.
>
> Invalid command includes/log.std', perhap
29 matches
Mail list logo