RE: [EMAIL PROTECTED] trouble moving my SSL to a new machine

2006-03-17 Thread Boyle Owen
> -Original Message- > From: Randy Paries [mailto:[EMAIL PROTECTED] > Sent: Freitag, 17. März 2006 01:08 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] trouble moving my SSL to a new machine > > Hello, > i have just built a new linux box. > > The original box was a rh9 and 2.0

RE: [EMAIL PROTECTED] mod_perl

2006-03-17 Thread Boyle Owen
> -Original Message- > From: miguel [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 16. März 2006 21:29 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] mod_perl > > Hello everybody, I have a problem loading up perl_mod, I have > installed it in a DSO mode, the problem shows up wh

Re: [EMAIL PROTECTED] Are multiple ok with wildcard cert ?

2006-03-17 Thread Markus Mayer
Then it seems I will have to find our more about the wildcard certificates, maybe they will save me some work On Thursday 16 March 2006 15:49, Ryan McDonald wrote: > Actually it is possible since a wildcard certificate is being used > > As long as each virtual host is valid for that certific

[EMAIL PROTECTED] mod_authn_pop3 compilation

2006-03-17 Thread Odhiambo Washington
Hello people, I have installed Apache 2.2 for the purpose of testing mod_authn_pop3. I have downloaded a single file, mod_authn_pop3.c, but in the life of me today, I am unable to figure out how to compile this and use it! I though it would be easy: gcc -o mod_authn_pop3.so mod_authn_pop3.c I

Re: [EMAIL PROTECTED] mod_rewrite question

2006-03-17 Thread Gaël Lams
> That is correct. My understanding is that Cisco Pix 505 can't do the port > forwarding so that is the reason why I was looking on doing this. If the only option you have is to open port 81 on the fw and send it to port 81 on the same 10.5.36.5, you have to to configure iptable on 10.5.36.5 to fo

RE: [EMAIL PROTECTED] Compiling Apache 2.2.0 on Solaris 10 with mod_authnz_ldap support

2006-03-17 Thread Yu, Ming
I have downloaded openldap and BerkeleyDB source code, but do not want to install them on the server. I am wondering whether I can compile apache2.2 with mod_authz_ldap. Thanks. - Ming Yu -Original Message- From: Ricardo Stella [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 15, 2

[EMAIL PROTECTED] Help: CGI not executing outside of /cgi-bin/

2006-03-17 Thread S.A. Birl
Apache 2.0.51 Solaris 9 Im trying to get 1 file, show.cgi, to execute outside of /cgi-bin/ show.cgi (PERL) resides under /foo/bar For now show.cgi is just a "Hi" program. #!/usr/bin/perl -T use strict; use warnings; printf("Content-Type: text/html\n\n");

Re: [EMAIL PROTECTED] Help: CGI not executing outside of /cgi-bin/

2006-03-17 Thread Evan Platt
At 07:17 AM 3/17/2006, you wrote: For most part I know what needs to be added to make this work, but Im getting the source code on the screen, instead of the output. Nothing in the error log; access log returns a 200. Ive looked at the other directives for /foo and for /, but I cannot s

Re: [EMAIL PROTECTED] Help: CGI not executing outside of /cgi-bin/

2006-03-17 Thread S.A. Birl
On Mar 17, Evan Platt ([EMAIL PROTECTED]) typed: Evan: At 07:17 AM 3/17/2006, you wrote: Evan: Evan: > For most part I know what needs to be added to make this work, but Im Evan: > getting the source code on the screen, instead of the output. Evan: > Evan: > Nothing in the error log; acces

RE: [EMAIL PROTECTED] Are multiple ok with wildcard cert ?

2006-03-17 Thread Boyle Owen
> -Original Message- > From: Markus Mayer [mailto:[EMAIL PROTECTED] > Sent: Freitag, 17. März 2006 11:18 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Are multiple *:443> ok with wildcard cert ? > > > Then it seems I will have to find our more about the wildcard > certi

[EMAIL PROTECTED] Virtual Hosts

2006-03-17 Thread Todd Loomis
How do I add a directory in a virtual host to allow access and deny?   Todd Loomis Tray Business Systems, Inc. Toll Free Phone: 866.872.9249 (TRAYBIZ) x1719 Direct Line: 410.689.0719 Fax: 410.689.0757 e-Tray: http://www.traybusiness.com/tloomis  

Re: [EMAIL PROTECTED] Are multiple ok with wildcard cert ?

2006-03-17 Thread Ryan McDonald
On 17-Mar-06, at 5:29 AM, Boyle Owen wrote: -Original Message- From: Markus Mayer [mailto:[EMAIL PROTECTED] Sent: Freitag, 17. März 2006 11:18 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Are multiple ok with wildcard cert ? Then it seems I will have to find our more abo

Re: [EMAIL PROTECTED] Help: CGI not executing outside of /cgi-bin/

2006-03-17 Thread David Salisbury
You might want to double check that "mod_mine"... is it really yours? -Dave - Original Message - From: "S.A. Birl" <[EMAIL PROTECTED]> To: Sent: Friday, March 17, 2006 8:17 AM Subject: [EMAIL PROTECTED] Help: CGI not executing outside of /cgi-bin/ Apache 2.0.51 Solaris 9 Im try

Re: [EMAIL PROTECTED] Help: CGI not executing outside of /cgi-bin/

2006-03-17 Thread S.A. Birl
On Mar 17, David Salisbury ([EMAIL PROTECTED]) typed: David: You might want to double check that "mod_mine"... is it really yours? David: David: -Dave LMAO! I cant believe it (well actually I can)! Once I corrected the spelling to mod_mime, it worked! Good eye! ---

Re: [EMAIL PROTECTED] Help: CGI not executing outside of /cgi-bin/

2006-03-17 Thread Nick Kew
On Friday 17 March 2006 16:02, David Salisbury wrote: > You might want to double check that "mod_mine"... is it really yours? LOL! More seriously, any is almost always a Bad Thing (if you don't *know* you have a very precise use for it, then don't use it). -- Nick Kew

[EMAIL PROTECTED] Mod_Expires "If-Modified-Since" Problem

2006-03-17 Thread Kishore Jalleda
Hi, I compiled apache 1.3.34 with mod_expires module, and add the configuration in httpd.conf, as follows ExpiresActive onExpiresByType image/gif "access plus 5 hours"ExpiresByType image/jpeg "access plus 5 hours" ExpiresByType image/jpg "access plus 5 hours"ExpiresByType image/png "access pl

[EMAIL PROTECTED] cannot find libexpat.la

2006-03-17 Thread Sean Carey
Hello, I am receiving the following error when trying to compile apache2. I searched throught the mail archive and google and could not find an answer to why I am receiving this error or why libexpat.la is not where it should be. Any help would be appreciated. Sean I receive this error and the m

Re: [EMAIL PROTECTED] Are multiple ok with wildcard cert ?

2006-03-17 Thread Riemer Palstra
On Fri, Mar 17, 2006 at 11:29:02AM +0100, Boyle Owen wrote: > Please do... There is some debate as to whether they are still > available and, if so, from whom. There was a posting a few weeks back > from someone who had a commercial wild-card cert but I can't remember > who he got it from. AFAIK, V

[EMAIL PROTECTED] mod_rewrite doesn't always prefix with document_root

2006-03-17 Thread Jon Drukman
I've got the following rule in my config: rewriterule ^/e3/(.*) /misc/e3/$1 [L] It doesn't work. If I change the "/misc" to "/test", it does. Here's what's in the rewrite log for the bad case: (edited for brevity) (2) init rewrite engine with requested uri /e3/index.html (3) applying pattern

Re: [EMAIL PROTECTED] mod_rewrite doesn't always prefix with document_root

2006-03-17 Thread Robert Ionescu
Jon Drukman wrote: Notice how in the good case it's doing "prefixed with document_root to..." Why would it skip that in the first case? Is it because I have a /misc directory on my filesystem? Exactly, that's normal behavior in per-server context. How do I get it to always look within the

Re: [EMAIL PROTECTED] mod_rewrite doesn't always prefix with document_root

2006-03-17 Thread Joshua Slive
On 3/17/06, Jon Drukman <[EMAIL PROTECTED]> wrote: > I've got the following rule in my config: > > rewriterule ^/e3/(.*) /misc/e3/$1 [L] > > It doesn't work. If I change the "/misc" to "/test", it does. Do you happen to have a /misc/e3 directory off your filesystem root? If so, mod_rewrite assum

Re: [EMAIL PROTECTED] Mod_Expires "If-Modified-Since" Problem

2006-03-17 Thread Joshua Slive
On 3/17/06, Kishore Jalleda <[EMAIL PROTECTED]> wrote: > > Hi, > I compiled apache 1.3.34 with mod_expires module, and add the > configuration in httpd.conf, as follows > > > ExpiresActive on > ExpiresByType image/gif "access plus 5 hours" > ExpiresByType image/jpeg "access plus 5 hours" > E

Re: [EMAIL PROTECTED] Virtual Hosts

2006-03-17 Thread Joshua Slive
On 3/17/06, Todd Loomis <[EMAIL PROTECTED]> wrote: > > > > How do I add a directory in a virtual host to allow access and deny? I can't tell what that means. What exactly do you want to do? Joshua. - The official User-To-User s

Re: [EMAIL PROTECTED] mod_rewrite question

2006-03-17 Thread Joshua Slive
On 3/17/06, Gaël Lams <[EMAIL PROTECTED]> wrote: > > That is correct. My understanding is that Cisco Pix 505 can't do the port > > forwarding so that is the reason why I was looking on doing this. > > If the only option you have is to open port 81 on the fw and send it > to port 81 on the same 10.5

[EMAIL PROTECTED] apache2 httpd build failed on SUSE linux 10

2006-03-17 Thread Lei Sun
Hi:   I was trying to build the apache2 on SUSE linux 10 with no luck. My machine is 64 bit. The error message says "/usr/lib/libexpat.so: could not read symbols: File in wrong format".   I knew this is because aprutil try to link the wrong lib, it should problely look for usr/lib64/libexpat

[EMAIL PROTECTED] Diff b/w httpd and tomcat

2006-03-17 Thread Khawar Wahab
Need some help. I want to run a web-server on my home network and experiment with different web technologies. I'm confused whether Apache httpd is the server or tomcat is? I have hosted a JSP based site using tomcat. If tomcat is a web-server, why httpd? if both are servers what's the diff? which i