d if
> anyone had any other ideas for what might be causing this.
>
> Thanks in advance!
>
At least say if u run prefork of worker mpm.
KeepAlive is not recommended for a high traffic generally.
In both configus you have too much delta between startserver/spareservers and
maxclients. Apache spawn childs at fixed rate so it dont follow high connections
peaks
--
Simone Caruso
IT Consultant
+39 349 65 90 805
for the same URL, then it
>> is more likely a servlet issue
>> - if it happens often enough sniff the traffic between Apache and Tomcat
>> and then check the packet details for one of the broken requests. For
>> this to work you might need to move Tomcat away from localhost.
>>
> Thanks for the suggestions Rainer, I'll give these a try.
>
> Tony
forget mod_proxy_ajp, use mod_jk
--
Simone Caruso
IT Consultant
+39 349 65 90 805
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
80 and proxy request on other server...
http://httpd.apache.org/docs/2.2/vhosts/name-based.html
--
Simone Caruso
IT Consultant
+39 349 65 90 805
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional comm
?
which ports is using instead of 80?
--
Simone Caruso
IT Consultant
+39 349 65 90 805
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
che.org
>
http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html
--
Simone Caruso
IT Consultant
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
yed on WebLogic and running on Windows 2008
>
> Scenario:
>
This dont clarify the problem you have...
are u able to curl you JS? wich http code do u get if u get one? what you FE and
BE logs say?
--
Simone Caruso
IT Cons
hould study how automake works... a
security expert... lol
--
Simone Caruso
IT Consultant
+39 349 65 90 805
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
= 0.85.
Considering a burst of 200 concurrent requests (your case?), should increase
MaxClients to 256 (if you have enough free memory, of course yes).
MinSpareThreads = 128 (2 Childs = 128requests / 64 threadsPerChild)
MaxSpareThreads = 256 (4 Childs = 256 Requests /64 threadsPerChild)
>
your virtualhost is on port 80, why don't u try name-bases virtualhosts?
http://httpd.apache.org/docs/2.0/vhosts/examples.html
--
Simone Caruso
IT Consultant
+39 349 65 90 805
-
To unsubscribe, e-mail: users-
connect to a website u use about 4/8 connections (images, css, ajax).
The number of connection depend on browser type, server configuration and
average load, network latency.
--
Simone Caruso
IT Consultant
+39 349 65 90 805
n libtool error.
> Full
> output below.
>
> libtool: link: only absolute run-paths are allowed
>
> Anybody has a clue what is the matter and how can I avoid this?
>
Try passing an absolute path to --with-included-apr.
--
check your Vhosts configuration and make your Phpmyadmin answer only
in private IPs.
Example:
http://httpd.apache.org/docs/2.0/vhosts/examples.html#mixed
--
Simone Caruso
IT Consultant
+39 349 65 90 805
-
The official User-To-Use
I don't think they exploited apache, maybe an application level bug. Are the
cronjobs running as the apache user?
--
Simone Caruso
IT Consultant
+39 349 65 90 805
-
The official User-To-User support forum of the Apache HTTP
apache's
MaxClients or your minSpareServer is too low.
--
Simone Caruso
IT Consultant
+39 349 65 90 805
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> fo
Jmeter is a great tool for benchmarking
--
Simone Caruso
IT Consultant
+39 349 65 90 805
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
o sure which is related to httpd/php issues).
>
> Thank you very much for any hint.
>
> Best regards,
> Enrico
>
Attach your configs when asking help, to have better performance (memory/cpu
usage) dont use mod_php, instead try running php as cgi application (cgid).
--
Simone Carus
x27;d like to simply skip those errors and go on with the other (valid) options
> instead of erroring out.
>
> Is is possible? If so, how? If not, what can I do (ask the users is not an
> option, sadly).
>
> Thanks in advance,
Yes, just rewrite the .htaccess parsing code
ch apache runs the same web application and i want to generate an http
> traffic
> to these apache web server for misuring response time.
>
> Someone can indicate me some simple tool to do this?
>
> Thanks in advance.
Use Jmeter from apache foundation
--
Simo
> I have LogLevel debug set in module
> config.
LogLevel is a per-server/per-virtualhost configuration not a per-module one.
--
Simone Caruso
IT Consultant
-
The official User-To-User support forum of the Apache HTTP
t;, "php_send", and
"ap_process_request" to see something... u better read the sources anyway
--
Simone Caruso
IT Consultant
+39 349 65 90 805
p.iva: 03045250838
-
The official User-To-User support forum of t
lated topic, maybe u'r are a
little confused :P
--
Simone Caruso
IT Consultant
+39 349 65 90 805
p.iva: 03045250838
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslis
apache try mod_proxy_balancer and mod_proxy_ajp;
Nginx should use less RAM.
There is no best setup, choose the one that fits better with for your
environment.
--
Simone Caruso
IT Consultant
-
The official User-To-User support
Signature.)
U can modify mod_proxy to act like a router
--
Simone Caruso
IT Consultant
+39 349 65 90 805
p.iva: 03045250838
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org
On 13/01/2011 17:03, Bob Wilson wrote:
On 13/01/2011 13:27, Simone Caruso wrote:
On 13/01/2011 13:41, Bob Wilson wrote:
Can any one help with the initial configuration of Apache?
I was told that to make localhost point to a alternative directory I
should change both the 'Documentroot
7;t have this problem with XP but I'm now using Windows 7
Thanks
I think it's a permission problem, are u running apache as administrator?
--
Simone Caruso
IT Consultant
+39 349 65 90 805
p.iva: 03045250838
-
The offi
-- but I am pretty sure the
problem is the amount of swap space available.
Assuming you already use a threaded mpm and a caching engine and considering your load (32gb of RAM used!?) u should
scale out...
--
Simone Caruso
IT Consultant
p.iva: 03045250838
rorDocument 404 /404.html
Alias /403.html /var/www/403.html
Alias /404.html /var/www/404.html
--
Simone Caruso
IT Consultant
p.iva: 03045250838
-
The official User-To-User support forum of the Apache HTTP Server Pr
t part, it can startup with SSL
> opertion, and through https to access the site.
> what's wrong. can anybody help?
> thanks
You need to setup certificates maybe?
--
Simone Caruso
IT Consultant
+39 349 65 90 805
p.iva: 03045250838
-
iteCond %{REQUEST_URI} !^(/js|/imgages)
RewriteRule ^(.*)$ /YOURSCRIPT.php/$1 [L]
--
Simone Caruso
IT Consultant
+39 349 65 90 805
p.iva: 03045250838
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://htt
29 matches
Mail list logo