RE: [EMAIL PROTECTED] apache, virtual domains, and firewalls

2005-10-06 Thread Boyle Owen
-Original Message- From: Kevin Rattai [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 6. Oktober 2005 00:36 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] apache, virtual domains, and firewalls I'm sure this is slightly OT, but hope someone can give me insight on this.

Re: [EMAIL PROTECTED] mod_proxy/2.1.7 : unknown lbmethod error

2005-10-06 Thread Heiko Jansen
Am Mittwoch, 5. Oktober 2005 20:59 schrieb Colin Murtaugh [EMAIL PROTECTED] [Re: [EMAIL PROTECTED] mod_proxy/2.1.7 : unknown lbmethod error]: Got httpd 2.1.7 this morning and compiled it on my linux box (SuSE 9.3, 2.6.11.4-21.9-default, gcc 3.3.5 20050117 (prerelease)). Toying around

[EMAIL PROTECTED] Controlling Apache Win32 as a Console App

2005-10-06 Thread Martin Atkins
Hi folks, I'm currently putting together a small bundle of software which others here at my company can use to give a demo of a webapp product. A goal is that the user should just be able to (for example) copy the directory to a laptop computer, run it at a customer site and then delete it

[EMAIL PROTECTED] apache2 suexec and php-cgi

2005-10-06 Thread Sterpu Victor
I try to use apache-suexec. I have mandriva 10.2 with php-cgi installed. But php are not threated as cgi's. Other cgi's are working with suexec(perl). Where can I find some documentation about how to make this work? Thank you.

Re: [EMAIL PROTECTED] rotatelogs - fatal: libldap50.so: open failed

2005-10-06 Thread Greg Thomas
On Tue, 4 Oct 2005 19:31:09 +0200, Axel-Stéphane SMORGRAV [EMAIL PROTECTED] wrote: I guess one possibility would be to replace your piped log with command with CustomLog |( . /export/home/svnuser/apache/bin/envvars ; /export/home/svnuser/apache/bin/rotatelogs /var/log/access_log 86400 )

Re: [EMAIL PROTECTED] Apache 2.0: Recommended Mutex types for Solaris 8,9,10

2005-10-06 Thread Joe Orton
On Wed, Oct 05, 2005 at 03:36:45PM +0200, Axel-Stéphane SMORGRAV wrote: Joe, Thanks for replying to my post. Isn't the AcceptMutex only used inside the parent process to serialise the access to the accept(2) system call ? It's used in *children* to do that, yes. Is your comment about

RE: [EMAIL PROTECTED] rotatelogs - fatal: libldap50.so: open failed

2005-10-06 Thread Boyle Owen
-Original Message- From: Greg Thomas [mailto:[EMAIL PROTECTED] ... A more elegant solution might be to recompile (or just re-link) rotatelogs with the link flag -R/usr/local/iplanet/lib. That should add the path to the binary's link path. That's no doubt the best solution.

[EMAIL PROTECTED] max_execution_time in php?

2005-10-06 Thread Oscar Haeger
Hi. I'm a bit curious about php and the max_execution_time. The reason I'm asking is because I can't seem to increase it over 30 sec which is the default if I'm not misstaken? I've edited the file php.ini located in /usr/local/lib/ on my machine and restarted the webserver but I still get hit

[EMAIL PROTECTED] rewriterule causing [redirect/302] error

2005-10-06 Thread Joshua Slive
Grrr... I took it off the list again. -- Forwarded message -- From: Joshua Slive [EMAIL PROTECTED] Date: Oct 6, 2005 10:24 AM Subject: Re: [EMAIL PROTECTED] rewriterule causing [redirect/302] error To: Josh Greenwood [EMAIL PROTECTED] On 10/6/05, Josh Greenwood [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Lost connection to localhost

2005-10-06 Thread Joshua Slive
On 10/6/05, kloomis [EMAIL PROTECTED] wrote: I have tried various addresses for the httpd.conf file, using myDomain.com and 192.168.1.108 in the directives for server name and listen, NameVirtualHost and VirtualHost, appending the port :80. Does anyone have any idea why I cannot get to

Re: [EMAIL PROTECTED] Lost connection to localhost

2005-10-06 Thread kloomis
At 10:37 AM 10/6/2005 -0400, you wrote: On 10/6/05, kloomis [EMAIL PROTECTED] wrote: I have tried various addresses for the httpd.conf file, using myDomain.com and 192.168.1.108 in the directives for server name and listen, NameVirtualHost and VirtualHost, appending the port :80. Does

Re: [EMAIL PROTECTED] Lost connection to localhost

2005-10-06 Thread kloomis
I wrote: Also, a curiosity, if I replace the index.php with index.html (a simple hello file), I get the Apache Test Page. Shouldn't I get Hello? If I type myDomain.com/index.html I get Hello. and I ask: Maybe Directory Index in .htaccess overides DirectoryIndex in httpd.conf? Ken

Re: [EMAIL PROTECTED] mod_proxy/2.1.7 : 'unknown lbmethod' error

2005-10-06 Thread Joost de Heer
By the way: using just --enable-modules=all --enable-mods- shared=all did not install mod_proxy. Is that correct? If so, ./configure --help should tell the user, I think. I agree -- this tripped me up as well. I think I already mentioned this to some Apache people at ApacheCon. Perhaps

RE: [EMAIL PROTECTED] rotatelogs on Windows

2005-10-06 Thread Joost de Heer
CustomLog | D:\Progra~1\Apache~1\Apache\bin\rotatelogs.exe logs\access%Y_%m_%d_%H_%M_%S.log 86400 -300 common One more thing...when I did this, the hour, minute and seconds always show as 00_00_00, as in access_2005_10_04_00_00_00.log. Is that what you guys are seeing too? I guess the

[EMAIL PROTECTED] Re: Controlling Apache Win32 as a Console App

2005-10-06 Thread Joost de Heer
It doesn't seem to be possible to use apache -k shutdown to kill an Apache instance running as a console app. It simply moans about not being able to find the Apache2 service: [Thu Oct 06 10:28:27 2005] [error] (OS 2)The system cannot find the file specified. : No installed service named

Re: [EMAIL PROTECTED] Problem loading PHP module in Apache 2.1.8

2005-10-06 Thread Chris
Just a possiblity, but are you trying to load the Apache 1 module into Apache 2? I know it won't work, and I seem to recal the errors one gets being similar to what you're describing. Chris Uzo Madujibeya wrote: Hi, I have just upgraded to Apache 2.1.8 on OS X 10.4.2 and am having a

Re: [EMAIL PROTECTED] Error with ssl and php4

2005-10-06 Thread Richard Prangnell
Hi Craig Is the (uncommented!) LoadModule line in the right place (ie, in the LoadModule block of lines in the httpd.conf file)? Have you entered/uncommented the corresponding AddModule line (lower down, same file)? Richard Prangnell www.webnetwizard.co.uk - Original Message - From: Com

Re: [EMAIL PROTECTED] Problem loading PHP module in Apache 2.1.8

2005-10-06 Thread Joshua Slive
On 10/6/05, Richard Prangnell [EMAIL PROTECTED] wrote: I think I'm right in saying that every LoadModule command should have a corresponding AddModule command This is not true in version 2. The AddModule directive no longer exists, and most modules do not need to be loaded in a specific order.

Re: [EMAIL PROTECTED] Problem loading PHP module in Apache 2.1.8

2005-10-06 Thread Nick Kew
1. Modules need to be loaded in a specific order. Wrong in general. 2. Go a bit further down the file to the AddModule block of lines The what? I think I'm right in saying that every LoadModule command should have a corresponding AddModule command Nope. You appear to be basing your

[EMAIL PROTECTED] SSL and directories

2005-10-06 Thread Dimitri Yioulos
Hello to all. I'm pretty new to apache and ssl. I have httpd-2.0.46-46.3.ent.centos.1 and mod_ssl-2.0.46-46.3.ent.centos.1 installed on a CentOS 3.3 box. I have an SSL cert installed, and SSLCertificateFile and SSLCertificateKey locations specified correctly in ssl.conf. I have a web mail

Re: [EMAIL PROTECTED] No Luck wuth VirtualHosts

2005-10-06 Thread Jessica Rasku
kloomis wrote: Hello: I'm having no luck with virtual hosts. I have a domain name: myDomain.com and a sub-domain name: test.myDomain.com I would like myDomain.com to go to /var/www/sites/prod and test.myDomain.com to go to /var/www/sites/dev My hosts file reads: 127.0.0.1 myDomain.com

Re: [EMAIL PROTECTED] No Luck wuth VirtualHosts

2005-10-06 Thread kloomis
At 03:33 PM 10/6/2005 -0700, you wrote: kloomis wrote: I'm having no luck with virtual hosts. My hosts file reads: 127.0.0.1 myDomain.com localhost.localdomain localhost asus (do I need a test.myDomain.com in here?) Yes I believe you do. Though it maybe should go through a DNS server, but this

Re: [EMAIL PROTECTED] No Luck wuth VirtualHosts

2005-10-06 Thread Nick Jones
--- kloomis [EMAIL PROTECTED] wrote: At 03:33 PM 10/6/2005 -0700, you wrote: kloomis wrote: I'm having no luck with virtual hosts. My hosts file reads: 127.0.0.1 myDomain.com localhost.localdomain localhost asus (do I need a test.myDomain.com in here?) Yes I believe you do. Though

Re: [EMAIL PROTECTED] No Luck wuth VirtualHosts

2005-10-06 Thread kloomis
The most likely cause of this is that the cable modem is stripping (or rewriting) the Host header and not simply forwarding packets. That means that apache doesn't have the information to do name-based virtual hosting. You can confirm that by logging the Host header in the access log OK, now the

[EMAIL PROTECTED] Dumping core

2005-10-06 Thread binoj johny
Hi , Iam working on apache 2.0.47 with ssl and reverse proxy in AIX 5.2.Everything is working fine but apache is dumping core in a regular basis.THe dumping of sore is less during the night time but in peak hours it will be 2 times in hour and in the error log iam getting like this [Fri