Re: [EMAIL PROTECTED] Apache/PHP/MySQL Install Issue

2008-05-05 Thread Atul Tyagi
You might want to look for error (if any) in make and make install during php installation. php module should be complied and placed oin apache modules folder. Thanks, Atul On 5/6/08, Mark Sargent <[EMAIL PROTECTED]> wrote: > > Hi All, > > I have just tried installing apache and php and get the f

Re: [EMAIL PROTECTED] How to stop httpd in single process mode on Linux

2008-05-05 Thread zengwm
Yes, on Windows CTRL+C will stop it, but on Linux it would not. Because the implementations of the process models are different. 2008/5/5, Joshua Slive <[EMAIL PROTECTED]>: > On Mon, May 5, 2008 at 1:56 AM, zengwm <[EMAIL PROTECTED]> wrote: > > Hi, > > > > On Fedora 8, I start apache in single p

[EMAIL PROTECTED] Apache/PHP/MySQL Install Issue

2008-05-05 Thread Mark Sargent
Hi All, I have just tried installing apache and php and get the following error when starting apache, /usr/local/apache2/bin/apachectl starthttpd: Syntax error on line 54 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server: /usr/local/apache2/modul

[EMAIL PROTECTED] mod_rewrite, mod_proxy and http status codes

2008-05-05 Thread wi
Hi all I have a 2.2.8 server directing traffic (mod_rewrite) to a bunch of back-end servers. We use a 499 status code from the back end to indicate some sort of error condition to clients. When the clients access the back-end directly, there is no problem. When an error ocurrs, they get the 499.

Re: [EMAIL PROTECTED] CGI without displaying script in URI

2008-05-05 Thread Joshua Slive
On Mon, May 5, 2008 at 2:59 AM, Justin Jereza <[EMAIL PROTECTED]> wrote: > Hello. > > How can I configure Apache to make a CGI script respond to all > requests to / or any other arbitrary location and all locations under > that without showing the name of script in the URI? > > The best I can d

Re: [EMAIL PROTECTED] How to stop httpd in single process mode on Linux

2008-05-05 Thread Joshua Slive
On Mon, May 5, 2008 at 1:56 AM, zengwm <[EMAIL PROTECTED]> wrote: > Hi, > > On Fedora 8, I start apache in single process mode using this command: > httpd -X > And it won't stop! > > Sending it SIGKILL will kill the process. But it does not respond to > SIGTERM or SIGINT. > > Is there a way t

Re: [EMAIL PROTECTED] problem with rewrite module

2008-05-05 Thread Nishantha Pradeep
I got it work. The problem was, I did not specify the IP addresses which can access the server cheers On Mon, May 5, 2008 at 1:07 PM, Matus UHLAR - fantomas <[EMAIL PROTECTED]> wrote: > On 05.05.08 10:40, Nishantha Pradeep wrote: > > I have a server named as nishantha-lsf and it http-polling is

RE: [EMAIL PROTECTED] RE:How to start different apache daemon in apache 2.2.8 on RHEL 5.1

2008-05-05 Thread Vinay Purohit
I google it and found : "Apache can be configured to support multiple virtual hosts either by running a separate httpd daemon for each hostname(this is what I required), or by running a single httpd daemon, which supports all the virtual hosts. If separate httpd daemons must be run for each host,

RE: [EMAIL PROTECTED] RE:How to start different apache daemon in apache 2.2.8 on RHEL 5.1

2008-05-05 Thread Vinay Purohit
Thanks Jet !! I am not using default Apache. I have installed Apache 2.2.8 on RHEL5.1 in /usr/MYAPP/Apa directory. With respect to this path I have modified the script( script pasted below) but it is not working(so many commands directories executable not found). I assume there is only one Apa

Re: [EMAIL PROTECTED] problem with rewrite module

2008-05-05 Thread Matus UHLAR - fantomas
On 05.05.08 10:40, Nishantha Pradeep wrote: > I have a server named as nishantha-lsf and it http-polling is running on > port 5280. I can directly access the http-polling service with the URL > http://localhost:5280/http-poll. But I want to access it without specifying > the port number such as >