Re: [users@httpd] Apache tuning assistance request

2013-04-11 Thread Simone Caruso
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

Re: [users@httpd] Intermittent mod_proxy_ajp error - APR does not understand this error code: proxy: dialog

2012-07-29 Thread Simone Caruso
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

Re: [users@httpd] Various server whit only one IP and Port for external connection

2012-06-19 Thread Simone Caruso
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

Re: [users@httpd] Question regarding apache not listening on port 80 and 443.....

2012-04-16 Thread Simone Caruso
? 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

Re: [users@httpd] Mapping a whole set of remote servers into a local URL space

2012-04-15 Thread Simone Caruso
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

Re: [users@httpd] Apache Reverse Proxy Configuration

2012-03-28 Thread Simone Caruso
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

Re: [users@httpd] adding particular option to httpd build

2012-03-20 Thread Simone Caruso
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

Re: [users@httpd] mod_status output and MaxClients

2012-03-13 Thread Simone Caruso
= 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)

Re: [users@httpd] Alternate Ports and Virtual Directories

2012-03-08 Thread Simone Caruso
> 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-

Re: [users@httpd] "client" or "request" meaning

2012-03-08 Thread Simone Caruso
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

Re: [users@httpd] Problem when building Apache 2.2.22 with --with-included-apr - libtool: link: only absolute run-paths are allowed

2012-02-09 Thread Simone Caruso
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. --

Re: [users@httpd] attack on apache - solved -

2012-01-16 Thread Simone Caruso
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

Re: [users@httpd] attack on apache

2012-01-09 Thread Simone Caruso
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

Re: [users@httpd] Why is static page response time going up with increased concurrent requests

2011-12-29 Thread Simone Caruso
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

Re: [users@httpd] Question on ApacheBench - Modifying POST Data between runs.

2011-12-14 Thread Simone Caruso
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.

Re: [users@httpd] RAM problem with apache and PHP on default centos configuration

2011-12-14 Thread Simone Caruso
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

Re: [users@httpd] Ignore errors in .htaccess

2011-11-24 Thread Simone Caruso
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

Re: [users@httpd] testing apache

2011-10-20 Thread Simone Caruso
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

Re: [users@httpd] logging from custom module ubuntu apache

2011-08-30 Thread Simone Caruso
> 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

Re: [users@httpd] Apache monitoring

2011-05-07 Thread Simone Caruso
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

Re: [users@httpd] Apache monitoring

2011-05-03 Thread Simone Caruso
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

Re: [users@httpd] loadbalancing apache/tomcat

2011-03-25 Thread Simone Caruso
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

Re: [users@httpd] Need information about using Apache....

2011-03-24 Thread Simone Caruso
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

Re: [users@httpd] Help with config

2011-01-13 Thread Simone Caruso
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

Re: [users@httpd] Help with config

2011-01-13 Thread Simone Caruso
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

Re: [us...@httpd] Unresponsive apache webserver, memory issue

2011-01-08 Thread Simone Caruso
-- 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

Re: [us...@httpd] how to make ErrorDocument apply to https:// site as well?

2010-07-25 Thread Simone Caruso
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

Re: [us...@httpd] apache 2.2.10 can't use VirtualHost with SSL

2010-07-23 Thread Simone Caruso
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 -

Re: [us...@httpd] Config for a PHP REST web service

2010-07-22 Thread Simone Caruso
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