I recently build a new 64 bit windows 2008 server with the following
specs:
OS: 64 bit Windows 2008 R2
Dual processors (8 cores)
I have installed following software on it:
Tomcat 6.0.24
mod_jk 1.2.30
JDK 1.6.0_18 (64 bit)
Apache httpd 2.2.15 with open SSL
PHP 5.3.2
This configuration is talk
It's a bummer not to be able to use mod_disk_cache, it's such a good tool.
Would love a solution on this.
> -Original Message-
> Sent: Friday, June 11, 2010 8:50 AM
> To: users@httpd.apache.org
> Subject: RE: [us...@httpd] mod_disk_cache causing corrupted
> output on server side includes?
I don't know if there is a log file that you can find information about upload.
Whenever I had a problem with my file upload operation in my web application,
I just adjust the values defined in php.ini. My max_execution_time is set to
a very large value, because I also have set a very large v
Hi Mary
I have checked both these and they are set to 8M which should be sufficient.
What about things like max_execution_time/max_input_time (30 and 60 seconds
respectively?)
Is there any error logging I can look at - it seems to fail so silently.
thanks, Baljeet
On Fri, Jun 18, 2010 at 4:32 PM
What did you define for post_max_size in php.ini?
I recall memory_limit could also affect file upload.
After you make a change, make sure that you restart apache server.
Mary
From: Baljeet Nijjhar [mailto:baljeet.nijj...@googlemail.com]
Sent: Friday, June 18, 201
Hi
I am uploading files as part of an HTTPS request to an Apache 2.0 HTTP
server acting as a proxy server to my web application. It works if I have a
file of about 5KB. But a file of about 20KB or more does not get uploaded to
my Web application. To make matters worse, the limit of the file size t
On Fri, Jun 18, 2010 at 9:36 AM, Petr Hracek wrote:
> Hello,
>
> when I move ProxyPass to RewriteRule so that now it looks like following:
> RewriteRule ^/term/$ http://127.0.0.1:8000/ [P]
> RewriteRule ^/term/u$ http://127.0.0.1:8000/u [P]
> RewriteRule ^/term/(.*) http://127.0.0.1/public/ajaxter
Hello,
when I move ProxyPass to RewriteRule so that now it looks like following:
RewriteRule ^/term/$ http://127.0.0.1:8000/ [P]
RewriteRule ^/term/u$ http://127.0.0.1:8000/u [P]
RewriteRule ^/term/(.*) http://127.0.0.1/public/ajaxterm/$1 [P]
RewriteRule ^/([^/]+)$ ${unity:$1|/$1} [L]
I'm using Apache as reverse proxy to redirect request inside a LAN.
I'm trying to dynamically change the address to which forward request
through Apache.
In my configuration file I use something like:
ProxyPass http://dynlocation/
ProxyPassReverse /
The DNS lookup is resolved
On Fri, Jun 18, 2010 at 8:13 AM, Petr Hracek wrote:
> satisfy any was deleted and with slash is also not working.
> The same error 404.
Tough to guess why it didn't get proxied without looking at verbatim
doc. If it doesn't get proxied, it won't match your .
>
> in the Virtual Host section I hav
satisfy any was deleted and with slash is also not working.
The same error 404.
in the Virtual Host section I have RewriteRule section as well and at
the and is mentioned:
RewriteRule ^/([^/]+)$ ${unity:$1|/$1} [L]
RewriteRule ^/([^/]+)/(.*) ${unity:$1|/opt/apache/htdocs/ssldocs/$1}/
On Fri, Jun 18, 2010 at 7:32 AM, Petr Hracek wrote:
> Hello *,
>
> I have tried to find out any solution how to authenticate/authorized access
> to the proxy but I did not found any
> good answer to my question.
>
> Let's say that I have my own module which is take care about authentication
> to t
Hello *,
I have tried to find out any solution how to authenticate/authorized access
to the proxy but I did not found any
good answer to my question.
Let's say that I have my own module which is take care about authentication
to the SSL web pages.
Unfortunatelly I would like to authenticate proxy
I am working with Apache v2.2.6 and with v2.2.12, but when i try to start
Apache i receive de next error message:
httpd: Could not open configuration file /usr/local/apache2.2/conf/
httpd.conf: Invalid argument, the file exists and have permissions,
The SO is Linux x86_64 x86_64 x86_64 GNU/Linux,
14 matches
Mail list logo