[EMAIL PROTECTED] Apache and PHP

2005-10-30 Thread Malka Cymbalista
We are having a strange problem with our PHP sites and I was wondering of someone has any pointers to offer. We are running apache 2.0.55 with mod_perl 2.0.1 and php 4.3.3 and mod_ssl 2.0.55 on a Sun Solaris machine. Every now and then, when you click on a URL that is a php script, instead of

[EMAIL PROTECTED] mod_rewrite not seeing https requests

2005-10-30 Thread jonathan
Hello, I'm running Apache/2.0.55 (FreeBSD) DAV/2 PHP/5.0.5 SVN/1.2.3 mod_ssl/2.0.55 OpenSSL/0.9.7e and I am using mod_rewrite to redirect requests for http://domain.com to http://www.domain.com and it's working fine for http but for some reason not at all for https. I have the following in the

Re: [EMAIL PROTECTED] I'm having trouble using SetEnv on my Macintosh

2005-10-30 Thread Joshua Slive
On 10/29/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: But when I try SetEnv JPATHj504 /Users/llund/j504 in httpd.conf Apache fails to start up. What is in the apache error log? Joshua. - The official User-To-User

[EMAIL PROTECTED] cvs tag missing for APACHE_1_3_34

2005-10-30 Thread Daniel Convissor
Hey Folks: Trying to update my CVS checkout to APACHE_1_3_34 but that tag doesn't exist. My checkout is from cvs.apache.net:/home/cvspublic. Is there someone here who can please implement the tag (or as I get the feeling is the case, rsync the anoncvs server with the development cvs server)

Re: [EMAIL PROTECTED] cvs tag missing for APACHE_1_3_34

2005-10-30 Thread André Malo
* Daniel Convissor wrote: Hey Folks: Trying to update my CVS checkout to APACHE_1_3_34 but that tag doesn't exist. My checkout is from cvs.apache.net:/home/cvspublic. Is there someone here who can please implement the tag (or as I get the feeling is the case, rsync the anoncvs server with

Re: [EMAIL PROTECTED] cvs tag missing for APACHE_1_3_34

2005-10-30 Thread Nick Kew
On Sunday 30 October 2005 20:01, Daniel Convissor wrote: Hey Folks: Trying to update my CVS checkout to APACHE_1_3_34 CVS? It's well over two years since apache switched to SVN. -- Nick Kew - The official User-To-User

Re: [EMAIL PROTECTED] mod_rewrite not seeing https requests

2005-10-30 Thread Alpay Ozturk
Hi, Try placing your rewrite directives in SSL Virtual host. Your directives are not working possibly because ssl data is not decrypted yet. Regards, Alpay 2005/10/30, [EMAIL PROTECTED] [EMAIL PROTECTED]: Hello, I'm running Apache/2.0.55 (FreeBSD) DAV/2 PHP/5.0.5 SVN/1.2.3 mod_ssl/2.0.55

Re: [EMAIL PROTECTED] mod_rewrite not seeing https requests

2005-10-30 Thread Jonathan
Hi, Try placing your rewrite directives in SSL Virtual host. Your directives are not working possibly because ssl data is not decrypted yet. Regards, Alpay /me puts on dunce cap I *swear* I tried that already, it works now :P Thats what I get for working when short of sleep :( Thanks,