[us...@httpd] Apache with chroot + fcgid php wrapper

2010-08-24 Thread Alessandro Tagliapietra
Hi, this is what i'm trying to do, a chrooted apache install,so, i've setup /webroot with var/log var/lib etc tmp etc.. I've got apache running fine, i've changed its pid file etc. Now the troubles are working on fcgid, so, i've copied necessaried libraries, executables, created socket path inside

Re: [us...@httpd] Fw: failure notice

2010-08-24 Thread Rich Bowen
Yes. It's an active list. Try sending non-HTML mail. On Aug 23, 2010, at 10:22 PM, James Godrej wrote: I tried to subscribe but it bounced? Is it active list? - Forwarded Message From: "mailer-dae...@n10.bullet.mail.in.yahoo.com" > To: jamesgod...@yahoo.in Sent: Mon, 23 August, 2010

[us...@httpd] Re: how to needed for apache

2010-08-24 Thread James Godrej
Thanks for the update Williams.But I wont be buying any books. I will write some document let my work finish here. There are a lot of basic things missing.

Re: [us...@httpd] how to needed for apache

2010-08-24 Thread William A. Rowe Jr.
Also note, there are dozens of books on Apache httpd, several of them neatly updated for httpd version 2.2 - check them out. Several were written by httpd contributors themselves (see http://httpd.apache.org/contributors/ if you want to compare your book list to the actual httpd authors). On 8/

Re: [us...@httpd] Apache 2.2.15 memory usage

2010-08-24 Thread William A. Rowe Jr.
On 8/20/2010 5:42 AM, MegaBrutal wrote: > Sorry, I was wrong. MaxSpareServers is only available in the prefork > MPM module. Windows binaries on the other hand are compiled with > mpm_winnt: > http://httpd.apache.org/docs/2.2/mod/mpm_winnt.html > > Look up MaxMemFree, MaxRequestsPerChild, ThreadLi

Re: [us...@httpd] Redirection based on HTTP Host header

2010-08-24 Thread William A. Rowe Jr.
On 8/19/2010 6:37 PM, pratyoosh sharma wrote: > You can use mod_rewrite to detect a HTTP Header, compare the value & > redirect to a local port if the condition is satisfied > RewriteCond %{HTTP:HTTP_X_SOMEHEADER} > RewriteRule ^/(.*)$ http://127.0.0.1:14333/$1 [P,L] See also mod_vhost_alias ---

Re: [us...@httpd] Silent Installation Windows XP (Prevent Start Menu Items)

2010-08-24 Thread William A. Rowe Jr.
On 8/16/2010 10:36 PM, dev wrote: > Hello, > > I am thrilled to finally get the correct parameters to run a complete > silent installation of Apache HTTP 2.2 web server. I got the correct MSI > switches from the Archive from previous posts in this forum. > However, I still have troubles figuring

Re: [us...@httpd] How to disable URL encoding filename or link

2010-08-24 Thread William A. Rowe Jr.
On 8/15/2010 12:15 AM, 3819...@gmail.com wrote: > Hello all, > > I upload files with FTP. It has Windows-874 characters in the filenames. If this is a win32 server, you only thought it does. All file names on Windows are Unicode. Use the UTF-8 form of the name for all links, this is how httpd l

Re: [us...@httpd] Basic authentication not working

2010-08-24 Thread rich
On 24/08/2010 14:37, Eric Covener wrote: On Tue, Aug 24, 2010 at 7:33 AM, rich wrote: are there any non US-ASCII chars in the password? No - just US ASCII characters i.e. [a-z,A-Z,0-9] - The official User-To-User su

Re: [us...@httpd] rewrite redirect advise

2010-08-24 Thread Matus UHLAR - fantomas
On 20.08.10 15:16, Norman Khine wrote: > i have a drupal site within which there is a folder with wordpress so > http://mysite/blog loads the wordpress. > > i want to take this out completely so the http://blog.mysite is in its own > vhost > > is it possible in for the http://mysite to add a rew

Re: [us...@httpd] How to redirect ?

2010-08-24 Thread Matus UHLAR - fantomas
On 20.08.10 12:14, Mark Smits wrote: > This is going to be a vey very dumb question, so apologies up front. Using > WinAMP with Apache 2.2.11. winamp? Don't you mean wamp? > I need redirections based on host name. Host1, host2 and host3 all are the > same server > > host1 should be staying at ho

Re: [us...@httpd] Basic authentication not working

2010-08-24 Thread Eric Covener
On Tue, Aug 24, 2010 at 7:33 AM, rich wrote: > Server version: Apache/2.2.16 (Unix) - running on Ubuntu 10.04 > > I am trying to protect a directory using basic authentication and the user > is being continuously prompted for the password but it is never accepted - > Apache logs message similar to

[us...@httpd] Basic authentication not working

2010-08-24 Thread rich
Server version: Apache/2.2.16 (Unix) - running on Ubuntu 10.04 I am trying to protect a directory using basic authentication and the user is being continuously prompted for the password but it is never accepted - Apache logs message similar to below:- [Tue Aug 24 11:23:14 2010] [error] [clien

Re: [us...@httpd] Invalid command includes/log.std', perhaps mis-spelled or defined by a module not included in the server configuration

2010-08-24 Thread Amol Puglia
Hello Martin, Thanks a lot for your prompt response and help. I am able to start apache after adding "include" before each line. include /opt/app/ccr/home/ccr/Apache/includes/performance2.std include /opt/app/ccr/home/ccr/Apache/includes/log.std include /opt/app/ccr/home/ccr/Apache/includes/nego

Re: [us...@httpd] Invalid command includes/log.std', perhaps mis-spelled or defined by a module not included in the server configuration

2010-08-24 Thread Amol Puglia
Hello Joost, Thanks for your prompt response. I am able to start apache server now after including include before each line i.e include /opt/app/ccr/home/ccr/Apache/includes/performance2.std include /opt/app/ccr/home/ccr/Apache/includes/log.std include /opt/app/ccr/home/ccr/Apache/includes/nego

Re: [us...@httpd] Invalid command includes/log.std', perhaps mis-spelled or defined by a module not included in the server configuration

2010-08-24 Thread Joost de Heer
On Tue, August 24, 2010 09:55, Amol Puglia wrote: > Hello Joost, > > It is a file which is loading all the configuration files. Include files don't work that way. The included file itself should contain valid configuration options, not a list of files to be included. If you want to include multip

Re: [us...@httpd] Invalid command includes/log.std', perhaps mis-spelled or defined by a module not included in the server configuration

2010-08-24 Thread Martin Hasicek
Hi, in front of each line, you should add Include directive. It is working like from httpd.conf Include , from Include , etc ... mh On Tue, Aug 24, 2010 at 9:55 AM, Amol Puglia wrote: > Hello Joost, > > It is a file which is loading all the configuration files. > > The file contains the foll

Re: [us...@httpd] Invalid command includes/log.std', perhaps mis-spelled or defined by a module not included in the server configuration

2010-08-24 Thread Amol Puglia
Hello Joost, It is a file which is loading all the configuration files. The file contains the following lines. #/opt/app/ccr/home/ccr/Apache/includes/performance2.std /opt/app/ccr/home/ccr/Apache/includes/log.std /opt/app/ccr/home/ccr/Apache/includes/negotiate.std /opt/app/ccr/home/ccr/Apache/in

Re: [us...@httpd] Invalid command includes/log.std', perhaps mis-spelled or defined by a module not included in the server configuration

2010-08-24 Thread Joost de Heer
On Tue, August 24, 2010 09:29, Amol Puglia wrote: >  Hello Joost, > > Thanks for your response. > > I am loading the file in the same way as mentioned by you in the last > response. > > I am still receiving same error. > > Include includes/httpd2.std > > Syntax error on line 2 of > /opt/app/ccr/hom

Re: [us...@httpd] Invalid command includes/log.std', perhaps mis-spelled or defined by a module not included in the server configuration

2010-08-24 Thread Amol Puglia
 Hello Joost, Thanks for your response. I am loading the file in the same way as mentioned by you in the last response. I am still receiving same error. Include includes/httpd2.std Syntax error on line 2 of /opt/app/ccr/home/ccr/Apache/includes/httpd2.std: Invalid command '/opt/app/ccr/home/cc