RE: [EMAIL PROTECTED] Still Need Help w. PHP And Apache

2007-03-28 Thread Huesser Peter
Another possiblilty is: http://www.apachefriends.org/en/xampp.html Pedro From: Bill Angus [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 29. März 2007 00:57 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Still Need Help w. PHP And Apache If you

[EMAIL PROTECTED] RE: Apache CPU Utilization peaks to 100%

2007-03-28 Thread Sachin123
Boyle Owen wrote: > >> -Original Message- >> From: Sachin123 [mailto:[EMAIL PROTECTED] >> Sent: Thursday, March 29, 2007 8:04 AM >> To: users@httpd.apache.org >> Subject: [EMAIL PROTECTED] Apache CPU Utilization peaks to 100% >> >> >> Hi >> >> We are doing a load test for 20 concur

RE: [EMAIL PROTECTED] Apache CPU Utilization peaks to 100%

2007-03-28 Thread Boyle Owen
> -Original Message- > From: Sachin123 [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 29, 2007 8:04 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Apache CPU Utilization peaks to 100% > > > Hi > > We are doing a load test for 20 concurrent users with > Apache 2.00.59

[EMAIL PROTECTED] Apache CPU Utilization peaks to 100%

2007-03-28 Thread Sachin123
Hi We are doing a load test for 20 concurrent users with Apache 2.00.59 on one machine Weblogic 9.2 on another machine Oracle 10g on the third machine The machine in which Apache HTTP serveris installed peaks upto 100% and machines in which Weblogic 9.2 and Oracle 10g is installed are und

Re: [EMAIL PROTECTED] Still Need Help w. PHP And Apache

2007-03-28 Thread William A. Rowe, Jr.
Mr. Steve Burrus wrote: > Mr. Steve Burrus wrote: >> *hi I still need help/assistance w. trying to integrate php with the >> apache server. the version of php in question is 5.2.1 and the version >> of apache is 2.2.4. I got this integrated some time ago but cannot now. * > me again. the server err

Re: [EMAIL PROTECTED] Still Need Help w. PHP And Apache

2007-03-28 Thread Mr. Steve Burrus
Mr. Steve Burrus wrote: hi I still need help/assistance w. trying to integrate php with the apache server. the version of php in question is 5.2.1 and the version of apache is 2.2.4. I got this integrated some time ago but cannot now. me again. the server error msg. which I get when I try to

Re: [EMAIL PROTECTED] Still Need Help w. PHP And Apache

2007-03-28 Thread Bill Angus
If you are in windows environment, you might try using Apache 2.2.3 from a competently compiled distro (like the one at http://hunter.campbus.com ) As you will know already, you need a command as follows in httpd.conf ? LoadModule php5_module "C:\php\php5apache2_2.dll" - Original Message --

[EMAIL PROTECTED] Still Need Help w. PHP And Apache

2007-03-28 Thread Mr. Steve Burrus
hi I still need help/assistance w. trying to integrate php with the apache server. the version of php in question is 5.2.1 and the version of apache is 2.2.4. I got this integrated some time ago but cannot now.

Re: RE: [EMAIL PROTECTED] Redirecting to a different physical server

2007-03-28 Thread nealweston
Hi Eric, Thanks very much for the quick response. > If I may make several assumptions that you didn't specify: > * you only have 1 WAN IP available That is correct. I am currently working within confines of one static WAN IP address. > * your router is not capable of handling multiple WAN IPs

RE: [EMAIL PROTECTED] Redirecting to a different physical server

2007-03-28 Thread Eric DuToit
In a flurry of recycled electrons, Neal wrote: > I would like to do run the web sites off different physical servers rather > than have them both hosted on the same server machines. Essentially I am > looking for some way of directing any requests for one of the two domains > to a different phy

[EMAIL PROTECTED] Redirecting to a different physical server

2007-03-28 Thread nealweston
Hi All, I am currently running Apache 2.0.52 on a CentOS Linux 4.4 system and am looking for some advice. I have a single static IP address and two web sites/domains. I have a very basic gateway/firewall device configured to forward port 80 to the system hosting the web server, and I currently

[EMAIL PROTECTED] httpd.conf question - virtual server- firewall port forwarding

2007-03-28 Thread Vizion
I am setting up an apache2.2 server on freebsd with a number of virtual hosts. The server is behind a firewall which has the IP address to which each virtual host is pointed by DNS with port 80 forwarding to the server. The server is on a private network (192.168.0.0) behind the firewall. I ha

AW: [EMAIL PROTECTED] ..reading.. in mod_status

2007-03-28 Thread Reif Peter
> From: Chirouze Olivier *EXTERN* [mailto:[EMAIL PROTECTED] > > "Notable" does bring much more information for me. I even had > a look at > the code, and it's as simple as that: if you're browsing status page > with ?notable, then if request is in "reading" state, you will get the > client IP, v

Re: [EMAIL PROTECTED] httpd.conf question - virtual server- firewall port forwarding

2007-03-28 Thread Joshua Slive
On 3/28/07, Vizion <[EMAIL PROTECTED]> wrote: I am setting up an apache2.2 server on freebsd with a number of virtual hosts. The server is behind a firewall which has the IP address to which each virtual host is pointed by DNS with port 80 forwarding to the server. The server is on a private n

[EMAIL PROTECTED] Tool for importing Apache 1.3.x configuration files into Apache 2.x

2007-03-28 Thread Kaplan, Andrew H.
Hi there -- Is there a tool that can facilitate migrating Apache 1.3.x configuration files into an Apache 2.x server? Thanks. The information transmitted in this electronic communication is intended only for the person or entity to whom it is addressed and may contain confidential and/or pr

Re: [EMAIL PROTECTED] ScriptAlias broken with VirtualDocumentRoot?

2007-03-28 Thread Joshua Slive
On 3/28/07, Alberto Giménez <[EMAIL PROTECTED]> wrote: I suspect that the VirtualDocumentRoot makes in any way the server not to use the ScriptAlias directive and then tries to find a physical /cgi-bin/ directory inside the document root. You don't mention what version you are using. I'm fai

[EMAIL PROTECTED] ScriptAlias broken with VirtualDocumentRoot?

2007-03-28 Thread Alberto Giménez
Hi, I have configured Mass Virtual hosting via a 'VirtualDocumentRoot' directive at server context. Before that directive I have the typical: ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ AllowOverride All Options ExecCGI Order allow,deny Allow from all I've noticed that cgi scripts are

RE: [EMAIL PROTECTED] ..reading.. in mod_status

2007-03-28 Thread Chirouze Olivier
"Notable" does bring much more information for me. I even had a look at the code, and it's as simple as that: if you're browsing status page with ?notable, then if request is in "reading" state, you will get the client IP, vhost and URL. If not, you'll just have "reading". Is it related to 2.2? (I'

Re: [EMAIL PROTECTED] ..reading.. in mod_status

2007-03-28 Thread Reif Peter
Chirouze Olivier wrote: > > Thanks to Georgi Chorbadzhiyski [EMAIL PROTECTED] for pointing > me to this > amazing "feature" of Apache. > Try the status page with the undocumented "?notable" at the end. > (http://myserver/status?notable) > Thanks, interresting output, but it doesn't bring any new

[EMAIL PROTECTED] Proxy performance.

2007-03-28 Thread Krist van Besien
We have some problems wht the performance of an apache http server that we use as a proxy. The performance is way below what we expected. - Apache is version 2.0.59 - The hardware is a fully decked out SUN T2000, with Solaris 10. the proxy is used to forward requests from one web application (ru

[EMAIL PROTECTED] ust upgraded from 2.0 to 2.2 and keep getting this error message

2007-03-28 Thread DSimmons
I am a newbie to Apachie and I have been told to upgrade to 2.2 on a windows 2003 server I have esentualy hammer the server and need any input at all I havr tun a backup to put us back online with 2.0 however we still need to do this upgrade. This is the error messaage We get httpd.exe: Syntax er

RE: [EMAIL PROTECTED] ..reading.. in mod_status

2007-03-28 Thread Chirouze Olivier
Thanks to Georgi Chorbadzhiyski [EMAIL PROTECTED] for pointing me to this amazing "feature" of Apache. Try the status page with the undocumented "?notable" at the end. (http://myserver/status?notable) Also, have a look at the long thread I once started on this list called Apache 2.0.58 + Solaris 5