On May 22, 2009, at 5:39 AM, John Hudak wrote:
WHY does the Debian distro 'relocate'
things such as apache?
Don't ask us, ask them.
S.
--
Sander Temme
scte...@apache.org
PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF
smime.p7s
Description: S/MIME cryptographic signature
On May 24, 2009, at 12:31 AM, Lyle Wincentsen wrote:
In short, I am trying to set up my document root to be /var/www/htdocs
and I want my php scripts to run in /var/www/cgi-bin.
Why? You can run PHP scripts in the same directory as your htdocs as
you want.
For some reason
I am getting "50
I am new to apache and php, so I suspect this will be an easy one to answer.
In short, I am trying to set up my document root to be /var/www/htdocs
and I want my php scripts to run in /var/www/cgi-bin. For some reason
I am getting "500 internal server error" when I try to run a script
(called phpa
Not to add to the hijack, but I hear ya brother. I've been trying to
get a local HTTPd/bugzilla set up for the last two weeks. I tried using
the Ubuntu/Debian packages and not only do they splay files (seemingly)
wherever they feel like it, they change the names so that the online
product doc is a
When I study my lsof logs on httpd instances, I'm seeing the use of a number
of image libraries, or instance, that I cannot imagine any use for in my
applications. then when I look at the yum log the DV provisioned by my host
I see those same libraries as default installs. To me there seem to be tw
It was thus said that the Great Ben Welsh once stated:
> I just had something of a "slap your forehead" moment on this one. It had be
> eating me about where all those extra lsof processes came from. And then it
> hit me. It's the "developer tools" kit from CentOS. Duh.
>
> http://www.linuxtopia.o
ok !!! Perfect Eric
Thank you very much !
It was great help
Ricardo
On Sat, May 23, 2009 at 2:51 PM, Eric Covener wrote:
> On Sat, May 23, 2009 at 1:36 PM, ricardo figueiredo
> wrote:
> > Hi,
> >
> > Thank you !!! good explanation ! Now, I know
> >
> > How I use the output exte
On Sat, May 23, 2009 at 1:36 PM, ricardo figueiredo
wrote:
> Hi,
>
> Thank you !!! good explanation ! Now, I know
>
> How I use the output external program in RewriteMap to ProxyPassReverse ??
> For example:
>
> The output of external program (in C) is /cluster2
> RewriteMap prgmap prg:externalPro
Hi,
Thank you !!! good explanation ! Now, I know
How I use the output external program in RewriteMap to ProxyPassReverse ??
For example:
The output of external program (in C) is /cluster2
RewriteMap prgmap prg:externalProgram
RewriteRule ^(.*) ${prgmap:1}
Then, there is directive ProxyPass that
André Warnier a écrit :
> Anthony Catel wrote:
> ...
>>
>> But if the client hand-up, the read() loop (of the client) will return.
>> So Apache know that the client is disconnected. Why Apache doesn't
>> shutdown the socket to the proxied server when this happen ?
>>
> Sorry, I was only loosely fol
Drew Tomlinson wrote:
> The two URLs are:
>
> http://drew.mykitchentable.net/fatblog
> http://fatblog.freehealthupdates.com
The first one is not a domain name, but a domain name + a subdir, that
make me think that you already have some sort of rewrite or redirect
rule that changes your URL adding
Anthony Catel wrote:
...
But if the client hand-up, the read() loop (of the client) will return.
So Apache know that the client is disconnected. Why Apache doesn't
shutdown the socket to the proxied server when this happen ?
Sorry, I was only loosely following this thread.
If indeed, at the ti
André Warnier a écrit :
> Anthony Catel wrote:
>> Eric Covener a écrit :
>>> On Sat, May 23, 2009 at 10:21 AM, Anthony Catel wrote:
>>>
I don't see any reasons why Apache couldn't be aware if the client
hung
up gracefully.
>>> Patches are always welcome.
>>>
>>>
>> Al
Anthony Catel wrote:
Eric Covener a écrit :
On Sat, May 23, 2009 at 10:21 AM, Anthony Catel wrote:
I don't see any reasons why Apache couldn't be aware if the client hung
up gracefully.
Patches are always welcome.
Alright ;) Just wanted to know if it was a bug or a feature.
It'
I'm running Apache 2.2.9 and am trying to grasp domain masking (I hope
that's the right term). Basically I have two virtual hosts defined on
my server that both point to the same DocumentRoot directory. The
directory is a wordpress installation if that matters.
The two URLs are:
http://drew
Eric Covener a écrit :
> On Sat, May 23, 2009 at 10:21 AM, Anthony Catel wrote:
>
>> I don't see any reasons why Apache couldn't be aware if the client hung
>> up gracefully.
>>
>
> Patches are always welcome.
>
>
Alright ;) Just wanted to know if it was a bug or a feature.
Thanks
---
On Sat, May 23, 2009 at 10:21 AM, Anthony Catel wrote:
> I don't see any reasons why Apache couldn't be aware if the client hung
> up gracefully.
Patches are always welcome.
--
Eric Covener
cove...@gmail.com
-
The official Use
Eric Covener a écrit :
> On Sat, May 23, 2009 at 9:16 AM, Anthony Catel wrote:
>
>> Eric Covener a écrit :
>>
>>> On Thu, May 21, 2009 at 7:55 PM, Anthony Catel wrote:
>>>
Hi all,
Hi, I have a question about mod_proxy_http. Apache keep the connection
alive with
On Sat, May 23, 2009 at 9:16 AM, Anthony Catel wrote:
> Eric Covener a écrit :
>> On Thu, May 21, 2009 at 7:55 PM, Anthony Catel wrote:
>>> Hi all,
>>>
>>> Hi, I have a question about mod_proxy_http. Apache keep the connection
>>> alive with the proxied server even if the user has disconnected.
>
Eric Covener a écrit :
> On Thu, May 21, 2009 at 7:55 PM, Anthony Catel wrote:
>> Hi all,
>>
>> Hi, I have a question about mod_proxy_http. Apache keep the connection
>> alive with the proxied server even if the user has disconnected.
>> (.htaccess http://apache.pastebin.ca/1430422).
>>
>> Any ide
Sean Conner wrote:
But I would wait a few hours for a real expert to comment, which I'm
sure one will do if I wrote something really stupid above.
Thanks, Sean, for the clarification. Usweful for me too.
-
The official Use
On Thu, May 21, 2009 at 7:55 PM, Anthony Catel wrote:
> Hi all,
>
> Hi, I have a question about mod_proxy_http. Apache keep the connection
> alive with the proxied server even if the user has disconnected.
> (.htaccess http://apache.pastebin.ca/1430422).
>
> Any idea ? ;)
Try setting the intenral
22 matches
Mail list logo