thanks a lot!
-- TY
On Tue, Jan 3, 2012 at 10:50 PM, William A. Rowe Jr. wrote:
> On 1/4/2012 12:47 AM, Tianyin Xu wrote:
> >
> > Could anyone tell me how can I find the implementation of the function
> > "ap_run_translate_name" and "ap_run_map_to_storage"?
>
> Please jump on over to modules-...
Hi,
I am using Apache 2.2.16-3 on Debian (2.6.21-1-486 kernel version).
I configured my apache server to serve Zope Requests, Tomcat Requests and
apache document root files
something like the below:
***
On 1/4/2012 12:47 AM, Tianyin Xu wrote:
>
> Could anyone tell me how can I find the implementation of the function
> "ap_run_translate_name" and "ap_run_map_to_storage"?
Please jump on over to modules-...@httpd.apache.org list - that's really
the best place to get an answer to your question.
---
Hi, all,
Happy new year!!!
I'm trying to understand how are the requested URIs translated into local
resource names in Apache. For example, how does Apache know which resource
name the "http"//XXX/image/test.png" points to. What if we use "Alias" or
"Redirect" directives?
I looked at the request
found it!
It was being caused by mod_deflate:
cd /etc/apache2/mods-enabled
mkdir ../HIDE
mv *deflate* ../HIDE
/etc/init.d/apache2 restart
woohoo!
Sorry if I wasted anyones time.
-rj
-Original Message-
On Tue, Jan 03, 2012, r...@moxad.com wrote:
Hi
Here's what I have
1. Virtual Private Server running Ubuntu 10.04
2. 1024 MB RAM - I can upgrade and get more
3. LAMP
Apache has been configured for less RAM...
1. Startservers 5
2. MinSpareServers 5
3. MaxSpareServers10
4. MaxClients 150
5. MaxRequestsPerChild 0
I have moodle installed and w
Hi,
Here's what I have, after a brand new install:
Ubuntu 11.04
Apache 2.2.17
Perl 5.10.1
Even with a stock Apache install, it buffers my Perl CGI output.
(I've found this also happens on my home Ubuntu-10.10/Apache-2.2.16/Perl-5.10.1)
It's not the (Perl) CGI script.
It's