> -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
> -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
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
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
> 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
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
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");
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
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
> -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
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
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
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
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!
---
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
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
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
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
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
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
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
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
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
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
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
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
26 matches
Mail list logo