[EMAIL PROTECTED] apache 2 webserver tuning

2006-11-13 Thread Joel Mandapat
hi all, please help in tuning my apache webserver. My hardware specs are AMD Opteron(tm) Processor 248 cpu MHz : 2205.873 cache size : 1024 KB 2GB of RAM 10x100x1000 MB ethernet card (gigabit port capable) i have an apache 2.0.52 installed with php module. i need to load dynamic

Re: [EMAIL PROTECTED] apache ignores cached entries.

2006-11-13 Thread cristi
On 11/10/06, cristi [EMAIL PROTECTED] wrote: Hello all I've set up apache 2.2.3 as a caching reverse proxy. Another server behind my apache installation sends cachable responses. My apache server caches all the appropriate responses, but it doesn't use the cache entries for some of them even

RE: [EMAIL PROTECTED] Is possible to redistribute apache 2 binary to different server within installing in different location for Unix?

2006-11-13 Thread Fan, Tony
I checked envvars file and it's pointing right path. LIBPATH=/usr/local/apache2/lib:$LIBPATH export LIBPATH --Tony -Original Message- From: Sander Temme [mailto:[EMAIL PROTECTED] Sent: Friday, November 10, 2006 6:07 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Is

[EMAIL PROTECTED] SSL Configuration for Apache 2.0.45

2006-11-13 Thread Ramesh Kumar
Hi Friends, I have done SSL Configuration for Apache 2.0.59 using http://www.thompsonbd.com/tutorials/apachessl.php Link. I am able to succesfully run apache. Now, I am in a dead need of integrating SSL into apache 2.0.45. I am following the same steps as i have done for 2.0.59. But i am

Re: [EMAIL PROTECTED] apache 2 webserver tuning

2006-11-13 Thread Joshua Slive
On 11/13/06, Joel Mandapat [EMAIL PROTECTED] wrote: hi all, please help in tuning my apache webserver. My hardware specs are AMD Opteron(tm) Processor 248 cpu MHz : 2205.873 cache size : 1024 KB 2GB of RAM 10x100x1000 MB ethernet card (gigabit port capable) i have an apache

Re: [EMAIL PROTECTED] apache ignores cached entries.

2006-11-13 Thread Joshua Slive
On 11/13/06, cristi [EMAIL PROTECTED] wrote: * My requests were performed with wget and in all the cases without any header included through the --headers command line option. Fine, but do you expect all of us to pull out the manual for wget and analyze exactly what it is sending? If you

Re: [EMAIL PROTECTED] SSL Configuration for Apache 2.0.45

2006-11-13 Thread Sander Temme
Ramesh, On Nov 13, 2006, at 6:44 AM, Ramesh Kumar wrote: Syntax error on line 172 of C:/Program Files/Apache Group/Apache2/conf/httpd.conf: Cannot load C:/Program Files/Apache Group/Apache2/modules/ mod_ssl.so into server: The specified procedure could not be found. I am not familiar with

[EMAIL PROTECTED] Installing mediawiki with short urls

2006-11-13 Thread Daniel Giron
Hi,I have installed mediawiki on an installation of Apache 2.2.0.By default, wiki urls are of this form: http://hostname/wiki/index.php/$1I wish to shorten it to http://hostname/wiki/$1 and have read several help documents on the web about this.I used this RewriteRule: ^(.+)$ /index.php/$1

Re: [EMAIL PROTECTED] Installing mediawiki with short urls

2006-11-13 Thread Joshua Slive
On 11/13/06, Daniel Giron [EMAIL PROTECTED] wrote: Hi, I have installed mediawiki on an installation of Apache 2.2.0. By default, wiki urls are of this form: http://hostname/wiki/index.php/$1 I wish to shorten it to http://hostname/wiki/$1 and have read several help documents on the web about

Re: [EMAIL PROTECTED] mod_deflate only working for SSL Virtual Host

2006-11-13 Thread Joshua Slive
On 11/11/06, Graeme Walker [EMAIL PROTECTED] wrote: SetOutputFilter DEFLATE AddOutputFilterByType DEFLATE text/html text/plain text/xml I don't know what your particular problem is, but this configuration is wrong. SetOutputFilter will already activate the DEFLATE filter for

Re: [EMAIL PROTECTED] mod_deflate only working for SSL Virtual Host

2006-11-13 Thread Graeme Walker
Thanks Joshua, I'll give that a try. Its totally bizarre that it works 100% of the time over the HTTPS connection.On 11/13/06, Joshua Slive [EMAIL PROTECTED] wrote:On 11/11/06, Graeme Walker [EMAIL PROTECTED] wrote: SetOutputFilter DEFLATE AddOutputFilterByType DEFLATE text/html text/plain

[EMAIL PROTECTED] UserDir enabled problem

2006-11-13 Thread Ed Sawicki
I just compiled and installed Apache version 2.2.3 on Linux. I have mod_userdir loaded and I added these directives to the Apache configuration file: UserDir enabled UserDir disabled root UserDir public_html When I restart Apache, I get this error on-screen and in the error_log: Syntax

RE: [EMAIL PROTECTED] Apache 2 + LDAP - valid user/pw not authenticated?

2006-11-13 Thread Sohail Somani
-Original Message- From: Christophe Gravier [mailto:[EMAIL PROTECTED] Sent: Friday, November 10, 2006 12:05 AM Sohail Somani a écrit : Hi, I'm trying to set up ldap authentication. I am pretty sure that it authenticates because if I get the following results from the

[EMAIL PROTECTED] Any directives to modify an http response?

2006-11-13 Thread Ravi Menon
Hi, We have CGI apps that send back a 302 response in several places. In order not to change these apps. (yet), is it possible via some directives (akin to mod_rewrite but on the response side.) to change 302 to 301 ?? Currently we are using httpd 1.3.x series. If such response manipulation

[EMAIL PROTECTED] Location Conflict

2006-11-13 Thread fRANz
Hi all, this is my scenario: * /var/www/html as DocumentRoot; * no vhost (actually, but I can create them); * for Location /, something like: PerlAuthenHandler xxx AuthType xxx AuthName xxx Require valid-user PerlSetVar xxx PerlSetVar xxx

[EMAIL PROTECTED] mod_ext_filter - change outtype dynamically

2006-11-13 Thread Cafer Simsek
Hi All, Is it possible to changing outtype in my filter script dynamically for mod_ext_filter? Best Regards. -- Cafer Simsek Epidio Internet ve Iletisim Hizmetleri +90 212 275 18 52(pbx) - The official User-To-User support

Re: [EMAIL PROTECTED] Require ldap-group directive issue in Apache 2.2

2006-11-13 Thread John P. Dodge
On Mon, 6 Nov 2006, Christophe Gravier wrote: Hello, Regarding new Apache 2.2 authentification and authorization layers, especially ldap-group ( http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html#reqgroup ), I wanted to build authentification and authorization based on ldap group

Re: [EMAIL PROTECTED] Trouble building mod_auth_ldap with Mozilla LDAP C SDK 6.0, Apache 2.0.59 on ia64

2006-11-13 Thread John P. Dodge
On Wed, 8 Nov 2006, Mark Lavi wrote: Hello everyone: I've successfully built Apache 2.0.59 with many modules, but I'm having trouble adding mod_auth_ldap to connect to an older Netscape Directory Server via SSL. Because of the LDAP over SSL requirement, I believe I'm restricted to use the

Re: [EMAIL PROTECTED] Location Conflict

2006-11-13 Thread Joshua Slive
On 11/13/06, fRANz [EMAIL PROTECTED] wrote: but Location / is matched as first and Location /adm is never considered. How can I bypass this problem?! I don't know anything about your mod_perl stuff, but the usual solution to general restriction; unrestrict in subdirectory is Satisfy any

Re: [EMAIL PROTECTED] Apache 2 + LDAP - valid user/pw not authenticated?

2006-11-13 Thread John P. Dodge
On Thu, 9 Nov 2006, Sohail Somani wrote: Hi, Invalid user: auth_ldap authenticate: user bad_user authentication failed; URI /mypaty [User not found][No such object] Valid user/invalid pw: user good_user: authentication failure for /mypath: Password Mismatch Valid user/valid pw: No output

RE: [EMAIL PROTECTED] Apache 2 + LDAP - valid user/pw not authenticated?

2006-11-13 Thread Sohail Somani
-Original Message- From: John P. Dodge [mailto:[EMAIL PROTECTED] Sent: Monday, November 13, 2006 3:56 PM Try: AuthzLDAPAuthoritative off This is the required setting when using require valid-user Thanks. In this case though I did want ldap-user.

Re: [EMAIL PROTECTED] apache 2 webserver tuning

2006-11-13 Thread Domingos Parra Novo
Hiyas, Joshua Slive wrote: On 11/13/06, Joel Mandapat [EMAIL PROTECTED] wrote: snip i have an apache 2.0.52 installed with php module. i need to load dynamic php pages. the goal is to maximize the server specs that i have. is it possible to accomodate 10,000 users all at the same time

[EMAIL PROTECTED] index.html.en not loaded when index.html fetched

2006-11-13 Thread Jevan
I've downloaded the latest version of apache. I noticed quite a few lines removed from httpd.conf that are present in earlier versions. One side effect of this is that when I view the index.html file (in the apache manual), using apache to view it (ie copy the manual folder to htdocs), then it

Re: [EMAIL PROTECTED] index.html.en not loaded when index.html fetched

2006-11-13 Thread William A. Rowe, Jr.
Look at dozens of Include directives that refer to conf/extra/httpd-XXX.conf and you'll find the matching extra/httpd-XXX.conf for many features that are now off-by-default. Just uncomment the corresponding include directive to enable the functionality. Jevan wrote: I've downloaded the latest

Re: [EMAIL PROTECTED] apache 2 webserver tuning

2006-11-13 Thread Xuekun Hu
How about 2000 simultaneous users? I plan to use DP Xeon platform with 8G ram and use Apache2.2.3 prefork. Thx, Xuekun On 11/14/06, Domingos Parra Novo [EMAIL PROTECTED] wrote: Hiyas, Joshua Slive wrote: On 11/13/06, Joel Mandapat [EMAIL PROTECTED] wrote: snip i have an apache 2.0.52

Re: [EMAIL PROTECTED] apache 2 webserver tuning

2006-11-13 Thread Xuekun Hu
Forgot to mention, for PHP setup. On 11/14/06, Xuekun Hu [EMAIL PROTECTED] wrote: How about 2000 simultaneous users? I plan to use DP Xeon platform with 8G ram and use Apache2.2.3 prefork. Thx, Xuekun - The official

[EMAIL PROTECTED] Server Side Includes

2006-11-13 Thread Stephen Lansell
Title: Message Hi, I'm new to this forum.Can someone tell me how to see the complete list of emails etc? Also, I am trying to get Server Side Includes going on Windows XP Pro (no service packs). I had it going around a year ago, but now it has stopped for some reason. I have downloaded

Re: [EMAIL PROTECTED] apache 2 webserver tuning

2006-11-13 Thread Joel Mandapat
Hi sir, thanks for your reply. The projection for number of users that the php application is around 10K simultaneous users. i hope you can give me a sample of your httpd.conf so i can compare it with my configurations. can you give me factors that can improve my php dynamic website? kindly

Re: [EMAIL PROTECTED] apache 2 webserver tuning

2006-11-13 Thread Joel Mandapat
Hi Joshua, Thanks for ur reply. The projection of the number of users of the php application is around 10K users. I'm just wondering if tweaking of apache can help me achieve those numbers of users. but i guess not.. T_T hehe.. im wondering about how to explain this to the php programmer.

Re: [EMAIL PROTECTED] apache 2 webserver tuning

2006-11-13 Thread Joshua Slive
On 11/13/06, Joel Mandapat [EMAIL PROTECTED] wrote: Hi Joshua, Thanks for ur reply. The projection of the number of users of the php application is around 10K users. I'm just wondering if tweaking of apache can help me achieve those numbers of users. but i guess not.. T_T hehe.. im wondering

Re: [EMAIL PROTECTED] apache 2 webserver tuning

2006-11-13 Thread Sean Conner
It was thus said that the Great Joel Mandapat once stated: Hi Joshua, Thanks for ur reply. The projection of the number of users of the php application is around 10K users. I'm just wondering if tweaking of apache can help me achieve those numbers of users. It's not users per se, but

[EMAIL PROTECTED] OS X upgrade from 1.3 to 2.2

2006-11-13 Thread Bob Hartung
Hi all, I am new to OS X and am trying to find the docs and binary sources to upgrade the Apache that came with my OS X to 2.2. Can someone point me to a site where I can find a tutorial etc on the process and download (hopefully) a binary. Thanks. Bob

Re: [EMAIL PROTECTED] Location Conflict

2006-11-13 Thread fRANz
On 11/14/06, Joshua Slive [EMAIL PROTECTED] wrote: I don't know anything about your mod_perl stuff, but the usual solution to general restriction; unrestrict in subdirectory is Satisfy any Allow from all in the subdirectory. Joshua. Hi Joshua, thank you for your reply. Auth is inherit in