RE: [EMAIL PROTECTED] SSL and directories

2005-10-06 Thread Axel-Stéphane SMORGRAV
I guess the problem is that you made a request over a non-SSL connection, and the error you get is exactly what SSLRequireSSL is supposed to do when the resource is accessed over a non-SSL connection. Make sure that your request is submitted using the HTTPS scheme, i.e. https://myserver/mailsca

[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 Se

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

Re: [EMAIL PROTECTED] No Luck wuth VirtualHosts

2005-10-06 Thread Joshua Slive
On 10/6/05, Nick Jones <[EMAIL PROTECTED]> wrote: > > Both myDomain.com and test.myDomain.com point to the > > IP address of my cable > > modem. (They have real names I'm not showing here.) > > > > >Are you restarting the server after every change? > > > > Yes. > > > > Ken > > Ken, > > Try adding a

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 beli

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 is

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 local

[EMAIL PROTECTED] No Luck wuth VirtualHosts

2005-10-06 Thread kloomis
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 localhost.localdomain

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

2005-10-06 Thread Uzo Madujibeya
Hi Guys,many thanks for all you input on this issue.regardsUzoOn 6 Oct 2005, at 18:37, Chris wrote: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.

Re: [EMAIL PROTECTED] Error with ssl and php4

2005-10-06 Thread Com Puter
Hi Richard, The loadmodule functionality is handled with an include in the same spot in the config file as other loadmodule's. I have however, tried to move the loadmodule manually down in the config file(just mod-php4) to see if the availability of the libssl api's that these modules are de

[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 ap

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 r

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 ord

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 Richard Prangnell
Hi Uzo Try this: 1. Modules need to be loaded in a specific order. Delete the LoadModule line you entered, go to the block of LoadModule lines much higher up in the httpd.conf file, find your line and uncomment it. If it is not there, just add your line immediately after the last line in the Load

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 prob

[EMAIL PROTECTED] Problem loading PHP module in Apache 2.1.8

2005-10-06 Thread Uzo Madujibeya
Hi, I have just upgraded to Apache 2.1.8 on OS X 10.4.2 and am having a problem trying to load php. At the bottom of my httpd.conf file I specify the following: # PHP4 configuration LoadModule php4_module modules/libphp4.so AddType application/x-httpd-php .php .phtml AddType application/x-ht

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

2005-10-06 Thread Jim Jagielski
Heiko Jansen wrote: > > Am Donnerstag, 6. Oktober 2005 18:08 schrieb "Joost de Heer" > <[EMAIL PROTECTED]> [Re: [EMAIL PROTECTED] mod_proxy/2.1.7 : 'unknown > lbmethod' > error]: > > > >> By the way: using just "--enable-modules=all --enable-mods- > > >> shared=all" did not > > >> install mod_

RE: [EMAIL PROTECTED] mod_rewrite Special % character problems

2005-10-06 Thread Axel-Stéphane SMORGRAV
To tell the truth, I spent half the day just understanding what you were talking about and I had to do a number of tests before I actually did... And now I believe that the issue you raised is a real problem. Meanwhile I will suggest an alternate solution at the end of this post. My conclusions

[EMAIL PROTECTED] Error with ssl and php4

2005-10-06 Thread Com Puter
I am trying to configure apache2 for a Debian distribution and having trouble getting ssl and php4 to work. If the loadmodule statement is included for either of these two modules I get an error like below: Syntax error on line 1 of /etc/apache2/mods-enabled/ssl.load: Cannot load /usr/lib/apac

[EMAIL PROTECTED] Error with ssl and php4

2005-10-06 Thread Com Puter
I am trying to configure apache2 for a Debian distribution and having trouble getting ssl and php4 to work. If the loadmodule statement is included for either of these two modules I get an error like below: Syntax error on line 1 of /etc/apache2/mods-enabled/ssl.load: Cannot load /usr/lib/apac

[EMAIL PROTECTED] Re: max_execution_time in php?

2005-10-06 Thread Joost de Heer
Oscar Haeger said: > Hi. > I'm a bit curious about php and the max_execution_time. The people at the PHP mailing list are better for answering this question, as this has nothing to do with Apache. Joost - The official User-To-U

[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 nam

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

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

2005-10-06 Thread Heiko Jansen
Am Donnerstag, 6. Oktober 2005 18:08 schrieb "Joost de Heer" <[EMAIL PROTECTED]> [Re: [EMAIL PROTECTED] mod_proxy/2.1.7 : 'unknown lbmethod' error]: > >> By the way: using just "--enable-modules=all --enable-mods- > >> shared=all" did not > >> install mod_proxy. Is that correct? If so, ./configu

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.

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] 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] apache, virtual domains, and firewalls

2005-10-06 Thread Joshua Slive
On 10/6/05, Kevin Rattai <[EMAIL PROTECTED]> wrote: > Thanks Owen, > > It does seem strange, since some people seem to have no problems > with their setups inside firewalls, and others have the same problem > I'm having. I suppose I could DMZ the server through the two > firewalls, but that's more

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

[EMAIL PROTECTED] Lost connection to localhost

2005-10-06 Thread kloomis
Hello: I had everything working well on Fedora Core 3 and Apache 2.0.52. Then I tried to set up two virtual hosts without success. When I rebooted the machine the next day, I had lost my connection to localhost and I cannot get it back. I can ping localhost on the local machine but I cannot r

[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 PROTECT

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

2005-10-06 Thread Kevin Rattai
Thanks Owen, It does seem strange, since some people seem to have no problems with their setups inside firewalls, and others have the same problem I'm having. I suppose I could DMZ the server through the two firewalls, but that's more of a security risk. Anyhow, good points to consider. I shall

Re: [EMAIL PROTECTED] max_execution_time in php?

2005-10-06 Thread Ivan Barrera A.
Do a phpinfo, and take a look on which php.ini mod_php is relying. Sometimes the cgi rely on one, and mod_php on another. Oscar Haeger wrote: > 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 de

[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 b

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 be

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

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 )

[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.

[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 af