Re: [users@httpd] ab -p postfile's size can't be 17K?

2012-08-16 Thread Iñigo Medina
Hi, check Apache settings, since the timeout is related to these: MaxClients, ServerLimit, StartServer, MinSpareServers, MaxSpareServers and KeepAliveTimeout. iñ On Wed, 15 Aug 2012, zhangxiang wrote: Hi everyone: I am using ab to do a posting form-data performance test. ab -p postfile

Re: [users@httpd] ab -p postfile's size can't be 17K?

2012-08-16 Thread Iñigo Medina
Sorry, I did not see that you're using Nginx as server. Some of the settings mentioned above do not apply to this server. iñ On Thu, 16 Aug 2012, Iñigo Medina wrote: Hi, check Apache settings, since the timeout is related to these: MaxClients, ServerLimit, StartServer, MinSpareServers,

[users@httpd] Re: Page well displayed in browser not when I access it from apache on localhost

2012-08-16 Thread Nicolas Maujean
Hi, I have a web page which is well displayed when I access it locally, using a web browser just opening index.html, but not well displayed when I copy it in htdocs in apache and access it. I have the following errors in errors.log : [Thu Aug 16 16:18:49 2012] [error] [client 127.0.0.1]

Re: [users@httpd] Apache authentication - require group AND (not OR) user

2012-08-16 Thread Ben Johnson
On 8/15/2012 7:45 AM, Rainer Jung wrote: On 14.08.2012 23:30, Ben Johnson wrote: Hello, I've scoured the Internet for examples of how to implement logical operators where the require directive is concerned. The dearth of documentation and discussion regarding this subject leads me to

[users@httpd] Apache can't interpret a link in my webpage so the style is not good, how I can resolve that ?

2012-08-16 Thread Nicolas Maujean
Apache can't interpret the following link : but when I open the html file directly in the browser it works. if I use the url link http://localhost:8080/TCS/group/guest it doesn't work anymore, anyone could help ? Thank you for your answers, Nicolas Maujean

Re: [users@httpd] Apache can't interpret a link in my webpage so the style is not good, how I can resolve that ?

2012-08-16 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/16/2012 09:55 AM, Nicolas Maujean wrote: Apache can't interpret the following link but when I open the html file directly in the browser it works. if I use the url link http://localhost:8080/TCS/group/guest it doesn't work anymore,

Re: [users@httpd] Apache can't interpret a link in my webpage so the style is not good, how I can resolve that ?

2012-08-16 Thread Nicolas Maujean
Apache can't interpret the following link : link href=../../chorus-theme/css/main.css@browserId=firefoxt=1344590189623 rel=stylesheet type=text/css / but when I open the html file directly in the browser it works, the style is applied. if I use the url link: http://localhost:8080/TCS/group/guest

Re: [users@httpd] Re: Page well displayed in browser not when I access it from apache on localhost

2012-08-16 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/16/2012 08:14 AM, Nicolas Maujean wrote: I have the following errors in errors.log : [Thu Aug 16 16:18:49 2012] [error] [client 127.0.0.1] File does not exist: C:/Program

Re: [users@httpd] Apache can't interpret a link in my webpage so the style is not good, how I can resolve that ?

2012-08-16 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/16/2012 10:12 AM, Nicolas Maujean wrote: Apache can't interpret the following link : |link href=../../chorus-theme/css/main.css@browserId=firefoxt=1344590189623 rel=stylesheet type=text/css /| ../../chorus-theme/... is outside the

Re: [users@httpd] Apache can't interpret a link in my webpage so the style is not good, how I can resolve that ?

2012-08-16 Thread Mark Montague
On August 16, 2012 12:55 , Nicolas Maujean nmauj...@gmail.com wrote: Apache can't interpret the following link : but when I open the html file directly in the browser it works. if I use the url link |http://localhost:8080/TCS/group/guest | it doesn't work anymore, In addition to the

Re: [users@httpd] Re: Page well displayed in browser not when I access it from apache on localhost

2012-08-16 Thread Nicolas Maujean
I resolved this, in fact tab-round-left3.gif, need to be in the repository chorus-theme/images/chorus On Thu, Aug 16, 2012 at 7:13 PM, James Moe ji...@sohnen-moe.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/16/2012 08:14 AM, Nicolas Maujean wrote: I have the following

Re: [users@httpd] Apache can't interpret a link in my webpage so the style is not good, how I can resolve that ?

2012-08-16 Thread Nicolas Maujean
no, the url of the page called is : http://localhost:8080/TCS/group/guest so it will look in http://localhost:8080/TCS/chorus-theme On Thu, Aug 16, 2012 at 7:16 PM, James Moe ji...@sohnen-moe.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/16/2012 10:12 AM, Nicolas Maujean

Fwd: [users@httpd] Apache can't interpret a link in my webpage so the style is not good, how I can resolve that ?

2012-08-16 Thread Nicolas Maujean
- What is the full path and name of the HTML file in your filesystem? C:\Program Files\Apache2.2\htdocs\TCS\group\guest - In your Apache HTTP Server configuration, what did you specify as the DocumentRoot directory? DocumentRoot C:/Program Files/Apache2.2/htdocs - Is httpd actually running?

Re: [users@httpd] Apache can't interpret a link in my webpage so the style is not good, how I can resolve that ?

2012-08-16 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/16/2012 10:19 AM, Nicolas Maujean wrote: no, the url of the page called is : http://localhost:8080/TCS/group/guest so it will look in http://localhost:8080/TCS/chorus-theme No. The path is relative to the ServerRoot. Change link

Re: [users@httpd] Apache can't interpret a link in my webpage so the style is not good, how I can resolve that ?

2012-08-16 Thread Nicolas Maujean
This problem has been resolved, the path seems to be relative to its current path, I have no more error about that On Thu, Aug 16, 2012 at 7:37 PM, James Moe ji...@sohnen-moe.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/16/2012 10:19 AM, Nicolas Maujean wrote: no, the url

Re: [users@httpd] Apache can't interpret a link in my webpage so the style is not good, how I can resolve that ?

2012-08-16 Thread Nicolas Maujean
Thanx for your answers, I will answer tomorrow for the other questions, the office will close On Thu, Aug 16, 2012 at 7:43 PM, Nicolas Maujean nmauj...@gmail.com wrote: This problem has been resolved, the path seems to be relative to its current path, I have no more error about that On Thu,

[users@httpd] 405 Errors

2012-08-16 Thread Chris Arnold
Apache2 2.12 (?) on sles11 sp2. We have a vhost file with the following rule: RewriteRule ^/$ http://192.168.123.2/ This rule points certain traffic to the ip for WSUS (windows software update services). The clients not using this rule work fine but the 2 that do use the rule fail with 405

Re: [users@httpd] 405 Errors

2012-08-16 Thread Yehuda Katz
Can you run something like wires hark and see exactly what the request was when you got the 405? (Sorry for top-posting. I am using a mobile device that does give me a choice.) On Thursday, August 16, 2012, Chris Arnold wrote: Apache2 2.12 (?) on sles11 sp2. We have a vhost file with the