Re: [EMAIL PROTECTED] Apache 2.2.3 Startup on Suse 10.0??

2006-10-23 Thread Gaël Lams
Does ne1 have a recommendation to get Apache 2.2.3 to automatically restart on Suse 10.0? Why don't you use the /etc/init.d/apache2 file made by SuSe, modify the various paths and then "insserv -d your_script"? Regards, Gaël

RE: [EMAIL PROTECTED] Altering the Configuration f.ie

2006-10-23 Thread Mark
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: 23 October 2006 21:51 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Altering the Configuration f.ie On 10/23/06, Mark Kenyon <[EMAIL PROTECTED]> wrote: > > 2. Insert > >E

Re: [EMAIL PROTECTED] Apache and php

2006-10-23 Thread Dmitry Bakshaev
On Mon, 23 Oct 2006 21:27:38 +0200 Javier Martinez <[EMAIL PROTECTED]> wrote: Thanks for the response, but can you be more explicit? I'm very new in apache and always have used it as "install and run" :P I have one webserver with an app in php4 running, and now my new project is using php5. I

Re: [EMAIL PROTECTED] Seems that the apache-2.2* weaked in cgi/fcgi

2006-10-23 Thread joseph chen
On 10/24/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 10/23/06, joseph chen <[EMAIL PROTECTED]> wrote:> HI,list;>>  as the title mentioned, after some simple tests on apache-1.3.37> apache-2.0.58, and 2.2.2/3, it's seems that httpd-1.3.* is  the best version> for cgi/fcgi service.>>   My

Re: [EMAIL PROTECTED] virtual hosts runnig on different ports

2006-10-23 Thread Chris Knight
I did this once, where the users on my system wanted to be able to stop/start/control their own servers, and I didn't have enough IP addresses to give them each an address for their instance. I set them up with high-port apache instances and then I put a proxy server on port 80 that managed the v

Re: [EMAIL PROTECTED] virtual hosts runnig on different ports

2006-10-23 Thread Joshua Slive
On 10/23/06, sharath reddy <[EMAIL PROTECTED]> wrote: Hi All, thanks for response, but I need to run 3 (virtual)hosts on 3 different ports(same ip address) which can be controlled individually. is there any solution for this? Yes. Run three instances of apache. But why do you need this indiv

Re: [EMAIL PROTECTED] virtual hosts runnig on different ports

2006-10-23 Thread sharath reddy
Hi All,   thanks for response, but I need to run 3 (virtual)hosts on 3 different ports(same ip address) which can be controlled individually. is there any solution for this?  On 10/23/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 10/23/06, sharath reddy <[EMAIL PROTECTED]> wrote: > Hi all,>> I hav

[EMAIL PROTECTED] Apache 2.2.3 Startup on Suse 10.0??

2006-10-23 Thread Arthur DiSegna
Hello, Does ne1 have a recommendation to get Apache 2.2.3 to automatically restart on Suse 10.0? What I have tried thus far: [attempt 1] mv /usr/local/apache2/bin/apachectl /etc/init.d/httpd cd /etc/init.d/rc3.d ln -s ../httpd S12httpd reboot [attempt 2] "removed above" mv /usr/local/apache2/b

Re: [EMAIL PROTECTED] is Apache parent a Master Server to handle all connections?

2006-10-23 Thread Joshua Slive
On 10/23/06, Qingshan Xie <[EMAIL PROTECTED]> wrote: --- Joshua Slive <[EMAIL PROTECTED]> wrote: . > No. The children are responsible for grabbing > connections. See the > documentation on AcceptMutex and the performance > tuning docs for a detailed discussion of how this happens. Thanks

Re: [EMAIL PROTECTED] HTTP server wont work... :os

2006-10-23 Thread mike flanagan
Hi again, I have just been back onto the dyndns.com site, and noticed that my IP address, has actually changed, even though it is meant to be a static IP address... Is there anyway to get dyndns or anything else to automatically update my IP address? Also, i do actaully have my own domain,

Re: [EMAIL PROTECTED] HTTP server wont work... :os

2006-10-23 Thread Saline Erik
On Oct 23, 2006, at 1:53 PM, mike flanagan wrote: Hey all, I am fairly new to this whole "server" thingy i have downloaded and installed APACHE for the 2nd time in the last 6 months now... At first this evening it was running perfectly (whereby i could access the index.html file i pl

Re: [EMAIL PROTECTED] is Apache parent a Master Server to handle all connections?

2006-10-23 Thread Qingshan Xie
--- Joshua Slive <[EMAIL PROTECTED]> wrote: . > No. The children are responsible for grabbing > connections. See the > documentation on AcceptMutex and the performance > tuning docs for a detailed discussion of how this happens. Thanks Joshua! Where those IDLE children to get the Accept

[EMAIL PROTECTED] HTTP server wont work... :os

2006-10-23 Thread mike flanagan
Hey all,   I am fairly new to this whole "server" thingy i have downloaded and installed APACHE for the 2nd time in the last 6 months now...   At first this evening it was running perfectly (whereby i could access the index.html file i placed in the /htdocs/)... up until about 15 minutes

[EMAIL PROTECTED] FTP

2006-10-23 Thread Barul Wilian
How I must make to be able to share a directory for windows?   Best Regards,,,   Wilian Barul Scania Infomate Phone: +55 11 4344-8905 Fax:    + 55 11 4344-9683 [EMAIL PROTECTED]    

Re: [EMAIL PROTECTED] is Apache parent a Master Server to handle all connections?

2006-10-23 Thread Joshua Slive
On 10/23/06, Qingshan Xie <[EMAIL PROTECTED]> wrote: Hi All, I am not clear about the role of the Apache parent. I know the parent do control the children; but I am not clear if the parent also do the service as below, Listen to the port(80) Accept the connection Establish the Connectio

Re: [EMAIL PROTECTED] Altering the Configuration f.ie

2006-10-23 Thread Joshua Slive
On 10/23/06, Mark Kenyon <[EMAIL PROTECTED]> wrote: 2. Insert ErrorDocument 404 "Here is my message. " directly into the httpd.conf file. I'm not sure why this is not working. Any help much appreciated. Forget option 1. No need for a separate config file for something this simple. Wha

Re: [EMAIL PROTECTED] Apache and php

2006-10-23 Thread Javier Martinez
Thanks for the response, but can you be more explicit?I'm very new in apache and always have used it as "install and run" :PI have one webserver with an app in php4 running, and now my new project is using php5. I need both projects on same serverThanksPD: my pages are not saved like *.php4 or *.ph

[EMAIL PROTECTED] is Apache parent a Master Server to handle all connections?

2006-10-23 Thread Qingshan Xie
Hi All, I am not clear about the role of the Apache parent. I know the parent do control the children; but I am not clear if the parent also do the service as below, Listen to the port(80) Accept the connection Establish the Connection Dispatch the Connection to a idle child If it's

Re: [EMAIL PROTECTED] virtual hosts runnig on different ports

2006-10-23 Thread Joshua Slive
On 10/23/06, sharath reddy <[EMAIL PROTECTED]> wrote: Hi all, I have one apache instance running with 3 virtual hosts on 3 different ports(same ip address). Can i individually control these virtual hosts(i.e., starting and stopping). No. Joshua. --

Re: [EMAIL PROTECTED] Seems that the apache-2.2* weaked in cgi/fcgi

2006-10-23 Thread Joshua Slive
On 10/23/06, joseph chen <[EMAIL PROTECTED]> wrote: HI,list; as the title mentioned, after some simple tests on apache-1.3.37 apache-2.0.58, and 2.2.2/3, it's seems that httpd-1.3.* is the best version for cgi/fcgi service. My hardware platform is dell 1850 and 1750 and os is rhel-a

Re: [EMAIL PROTECTED] Can KeepAlive be used for cgi?

2006-10-23 Thread Joshua Slive
On 10/22/06, Qingshan Xie <[EMAIL PROTECTED]> wrote: Hi, I read the docs at http://httpd.apache.org/docs/1.3/keepalive.html which indicates that, "However, Keep-Alive support only is active with files where the length is known beforehand. This means that most CGI scripts, server-side included

Re: [EMAIL PROTECTED] KeepAlive on Apache2.x?

2006-10-23 Thread Nick Kew
On Monday 23 October 2006 17:56, Qingshan Xie wrote: >I read the docs at > http://httpd.apache.org/docs/1.3/keepalive.html which > indicates that, > "However, Keep-Alive support only is active with files > where the length is known beforehand. This means that > most CGI scripts, server-side in

Re: [EMAIL PROTECTED] Redirection to www

2006-10-23 Thread Matus UHLAR - fantomas
On 19.10.06 09:26, Joshua Slive wrote: > On 10/19/06, Matus UHLAR - fantomas <[EMAIL PROTECTED]> wrote: > > >in some cases it would be nice if apache redirected all requests to > >ServerAlias to ServerName automatically... a wishlist bug probably? > > Yes, I've always sort-of wanted a > UseCanoni

[EMAIL PROTECTED] Altering the Configuration f.ie

2006-10-23 Thread Mark Kenyon
I am a novice to using Apache and I am trying to experiment with changing the basic configurtion in order to display a different error message when a file is not found. I tried two different approaches, neither of which have worked: 1. Create a new configuration file (myError.conf) containing

[EMAIL PROTECTED] virtual hosts runnig on different ports

2006-10-23 Thread sharath reddy
Hi all,   I have one apache instance running with 3 virtual hosts on 3 different ports(same ip address). Can i individually control these virtual hosts(i.e., starting and stopping).   Thanks

RE: [EMAIL PROTECTED] Apache and php

2006-10-23 Thread Jonathan Villa
Compile 2 different versionsif running simultaneously/usr/local/php4/usr/local/php5and associate files differently for each version..php5.php4- Original Message -From: Javier Martinez <[EMAIL PROTECTED]>Sent: Thu, 11/2/2006 3:48pmTo: users@httpd.apache.orgSubject: [EMAIL PROTECTED] Apache a

[EMAIL PROTECTED] Suppressing 403 log entries

2006-10-23 Thread Amador, Orlando M. [OBIPR]
Title: Suppressing 403 log entries I have limited the access to a folder using the allow directive.  I like to stop logging the 403 responses on the error and access log. Looked at conditional logging, but it seems that the environment variables are set based on the request values not the re

Re: [EMAIL PROTECTED] Custom error page 401 for reverse proxy

2006-10-23 Thread Devraj Mukherjee
Thanks Joshua. On 10/19/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 10/18/06, Boyle Owen <[EMAIL PROTECTED]> wrote: > > The *obvious* solution is to use ErrorDocument, but that requires that > *some* of your webspace is publicly accessible. If you can't host the > ErrorDocument on the main s

[EMAIL PROTECTED] KeepAlive on Apache2.x?

2006-10-23 Thread Qingshan Xie
Hi, I read the docs at http://httpd.apache.org/docs/1.3/keepalive.html which indicates that, "However, Keep-Alive support only is active with files where the length is known beforehand. This means that most CGI scripts, server-side included files and directory listings will not use the Keep-A

[EMAIL PROTECTED] Seems that the apache-2.2* weaked in cgi/fcgi

2006-10-23 Thread joseph chen
HI,list; as the title mentioned, after some simple tests on apache-1.3.37 apache-2.0.58, and 2.2.2/3, it's seems that httpd-1.3.* is  the best version for cgi/fcgi service.   My hardware platform is dell 1850 and 1750 and os is rhel-as4update4, and the env is purely cgi and fastcgi, no othe

[EMAIL PROTECTED] Can KeepAlive be used for cgi?

2006-10-23 Thread Qingshan Xie
Hi, I read the docs at http://httpd.apache.org/docs/1.3/keepalive.html which indicates that, "However, Keep-Alive support only is active with files where the length is known beforehand. This means that most CGI scripts, server-side included files and directory listings will not use the Keep-A

[EMAIL PROTECTED] Apache and php

2006-10-23 Thread Javier Martinez
Is it posible to have PHP4 and PHP5 running on the same apache server. Somone have some link with info to make this?Thanks.