RE: [EMAIL PROTECTED] Help needed

2006-03-27 Thread Boyle Owen
 

> -Original Message-
> From: Marin Angulo, Osvaldo [mailto:[EMAIL PROTECTED] 
> 

You accidentally sent this to my personal address instead of via the list...

> I verified your suggestions but I don't know what I'm doing 
> wrong; my DocRoot is /usr/local/apache/htdocs and into htdocs 
> I have a symbolic link to cgi-bin as cgi-bin -> ../cgi-bin, 
> and all the .cgi files (other symbolic links into cgi-bin) 
> that I have are working fine; the only problem is when I try 
> to browse a directory in /cgi-bin or any other place.

I don't really understand what you want to do. I explained already that you 
can't browse a CGI directory using its ScriptAlias. You can only browse 
directories using their filepath relative to the docroot. Even then, you have 
to have "Options Indexes" set in the scope of the target directory.
 
> I was wondering if you can take a look into my httpd.conf 
> file and know what is happening: Please...

1) I hate having to plough through config files...
2) There is no point doing this if I don't know what you're trying to do.

Please explain:

- exactly what URL you want to want use
- exactly what you *want* to see on the screen
- exactly what you *do* see on the screen
ps - don't use the phrase "doesn't work"...


Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 


> 
> Thanks a lot,
> 
> Osvaldo
> 
> 
> 
> -Original Message-
> From: Boyle Owen [mailto:[EMAIL PROTECTED] 
> Sent: Monday, March 27, 2006 12:30 AM
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Help needed
> 
> > -Original Message-
> > From: Marin Angulo, Osvaldo [mailto:[EMAIL PROTECTED] 
> > Sent: Freitag, 24. März 2006 18:30
> > To: users@httpd.apache.org
> > Cc: Marin Angulo, Osvaldo
> > Subject: [EMAIL PROTECTED] Help needed
> > 
> > Hi there, 
> > 
> > I was wondering if somebody in this list can help me on 
> > figuring out what is happening with my configuration since 
> > I'm able to link to a .cgi file from my main page, but, if I 
> > try to browse a directory I can't. 
> 
> Do you mean simply that you can't browse a normal filelist of 
> plain files (ie, NOT cgi programs)? If so, look at 
> http://httpd.apache.org/docs/2.2/mod/core.html#options. You need,
> 
>   Options Indexes
> 
> at least..
> 
> > 
> > I opened permissions, I checked all the FAQs, but I didn't 
> > find anything that clear me what is happening. 
> > 
> > This is the error reported out in the error_log: attempt to 
> > invoke directory as script: /usr/local/apache/cgi-bin and 
> > from the web page, when clicking in the link am getting this one: 
> > 
> > Forbidden 
> > You don't have permission to access ... 
> 
> I suspect you're trying to browse a CGI directory by using 
> its ScriptAlias.. Eg:
> 
> DocumentRoot /usr/local/apache/html
> ScriptAlias /cgi-bin /usr/local/apache/html/subdir/cgi-bin 
> 
> Then if you try to browse http://server/cgi-bin, that won't 
> work.. You need to give the filesystem path relative to the 
> docroot, ie, http://server/subdir/cgi-bin [NB: I moved your 
> CGI-bin to make it clearer - you can't browse it where you 
> have it because it's not under the docroot]
> 
> BTW, even when you browse it, you can't execute the programs 
> by clickking on them - that will only list them.
> 
> Rgds,
> Owen Boyle
> Disclaimer: Any disclaimer attached to this message may be ignored. 
> 
> 
> > 
> > 
> > I really appreciate any help since I am not a specialist on 
> > this matter. 
> > 
> > 
> > Osvaldo 
> > 
> > 
> Diese E-mail ist eine private und persönliche Kommunikation. 
> Sie hat keinen Bezug zur Börsen- bzw. Geschäftstätigkeit der 
> SWX Gruppe. This e-mail is of a private and personal nature. 
> It is not related to the exchange or business activities of 
> the SWX Group. Le présent e-mail est un message privé et 
> personnel, sans rapport avec l'activité boursière du Groupe SWX.
>  
>  
> This message is for the named person's use only. It may 
> contain confidential, proprietary or legally privileged 
> information. No confidentiality or privilege is waived or 
> lost by any mistransmission. If you receive this message in 
> error, please notify the sender urgently and then immediately 
> delete the message and any copies of it from your system. 
> Please also immediately destroy any hardcopies of the 
> message. You must not, directly or indirectly, use, disclose, 
> distribute, print, or copy any part of this message if you 
> are not the intended recipient. The sender's company reserves 
> the right to monitor all e-mail communications through their 
> networks. Any views expressed in this message are those of 
> the individual sender, except where the message states 
> otherwise and the sender is authorised to state them to be 
> the views of the sender's company.
> 
> -
> The official User-To-User support forum of the Apache HTTP 
> Server Project.
> See http:/

[EMAIL PROTECTED] requestbody size limitation with apache

2006-03-27 Thread rajesh.gannarapu








 

Hi Friends,

 

I have a problem with http server.

 

I am trying to send a big xml file to tomcat through http
server .

 

But I am not able receive the total xml file at Tomcat.

 

Some of the xml body is missing, but I am not able find any
logs at http server.

 

 

Is there any limitation on request body at http server?

 

 

Your help is great appreciated.

 

 

Regards,

Rajesh Gannarapu

 

 

 








The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com


[EMAIL PROTECTED] This rewrite rule don't work - in htaccess (mod_rewrite)

2006-03-27 Thread [EMAIL PROTECTED]

Hello,

In my forum, I have a .htaccess file.

I want to add a variable in this case :
"showtopic" OR ("showtopic" AND "st") variables are present, I add this 
variable : "rfurl=original in the" URL.


Exemple :
http://www.my-domain.com/index.php?showtopic=22954
---> (redirect to)
http://www.my-domain.com/index.php?showtopic=22954&rfurl=original

http://www.my-domain.com/index.php?showtopic=22954&st=90
---> (redirect to)
http://www.my-domain.com/index.php?showtopic=22954&st=90&rfurl=original



But if there is also others variables, I don't add the new variable.

Exemple :
http://www.my-domain.com/index.php?showtopic=22954&view=getlastpost
http://www.my-domain.com/index.php?showtopic=22954&pid=457390&st=300&;
http://www.my-domain.com/index.php?showtopic=22954&view=getnewpost
http://www.my-domain.com/index.php?showtopic=22954&hl=blouclage
I do nothing ! (don't redirect)


I have this rule in my .htaccess file (in my forum directory)

RewriteCond %{QUERY_STRING} showtopic
RewriteCond %{QUERY_STRING} !rfurl
RewriteCond %{QUERY_STRING} !view
RewriteCond %{QUERY_STRING} !gopid
RewriteCond %{QUERY_STRING} !showforum
RewriteCond %{QUERY_STRING} !pid
RewriteCond %{QUERY_STRING} !hl
RewriteRule index\.php index.php?rfurl=original[QSA,L,R]


But when I use this rule for exemple :
http://www.my-domain.com/index.php?showtopic=showtopic=61095

It don't redirect to :
http://www.my-domain.com/index.php?showtopic=showtopic=61095&rfurl=original

Because it says : "initial URL equal rewritten URL"

Look my log file :

559575:MY-IP - - [27/Mar/2006:02:31:43 --0600] 
[www.my-domain.com/sid#a067028][rid#a296fc8/initial] (3) [per-dir 
/home/my-domain/public_html/forum/] applying pattern 'index\.php' to uri 
'index.php'
559576:MY-IP - - [27/Mar/2006:02:31:43 --0600] 
[www.my-domain.com/sid#a067028][rid#a296fc8/initial] (4) RewriteCond: 
input='' pattern='!lofiversion' => matched
559577:MY-IP - - [27/Mar/2006:02:31:43 --0600] 
[www.my-domain.com/sid#a067028][rid#a296fc8/initial] (4) RewriteCond: 
input='/forum/index.php' pattern='!lofiversion' => matched
559578:MY-IP - - [27/Mar/2006:02:31:43 --0600] 
[www.my-domain.com/sid#a067028][rid#a296fc8/initial] (4) RewriteCond: 
input='showtopic=61095' pattern='showtopic' => matched
559579:MY-IP - - [27/Mar/2006:02:31:43 --0600] 
[www.my-domain.com/sid#a067028][rid#a296fc8/initial] (4) RewriteCond: 
input='showtopic=61095' pattern='!rfurl' => matched
559580:MY-IP - - [27/Mar/2006:02:31:43 --0600] 
[www.my-domain.com/sid#a067028][rid#a296fc8/initial] (4) RewriteCond: 
input='showtopic=61095' pattern='!view' => matched
559581:MY-IP - - [27/Mar/2006:02:31:43 --0600] 
[www.my-domain.com/sid#a067028][rid#a296fc8/initial] (4) RewriteCond: 
input='showtopic=61095' pattern='!gopid' => matched
559582:MY-IP - - [27/Mar/2006:02:31:43 --0600] 
[www.my-domain.com/sid#a067028][rid#a296fc8/initial] (4) RewriteCond: 
input='showtopic=61095' pattern='!showforum' => matched
559583:MY-IP - - [27/Mar/2006:02:31:43 --0600] 
[www.my-domain.com/sid#a067028][rid#a296fc8/initial] (4) RewriteCond: 
input='showtopic=61095' pattern='!pid' => matched
559584:MY-IP - - [27/Mar/2006:02:31:43 --0600] 
[www.my-domain.com/sid#a067028][rid#a296fc8/initial] (4) RewriteCond: 
input='showtopic=61095' pattern='!hl' => matched
559585:MY-IP - - [27/Mar/2006:02:31:43 --0600] 
[www.my-domain.com/sid#a067028][rid#a296fc8/initial] (2) [per-dir 
/home/my-domain/public_html/forum/] rewrite index.php -> 
index.php?rfurl=original[QSA,L,R]
559586:MY-IP - - [27/Mar/2006:02:31:43 --0600] 
[www.my-domain.com/sid#a067028][rid#a296fc8/initial] (3) split 
uri=index.php?rfurl=original[QSA,L,R] -> uri=index.php, 
args=rfurl=original[QSA,L,R]
559587:MY-IP - - [27/Mar/2006:02:31:43 --0600] 
[www.my-domain.com/sid#a067028][rid#a296fc8/initial] (3) [per-dir 
/home/my-domain/public_html/forum/] add per-dir prefix: index.php -> 
/home/my-domain/public_html/forum/index.php
559588:MY-IP - - [27/Mar/2006:02:31:43 --0600] 
[www.my-domain.com/sid#a067028][rid#a296fc8/initial] (1) [per-dir 
/home/my-domain/public_html/forum/] initial URL equal rewritten URL: 
/home/my-domain/public_html/forum/index.php [IGNORING REWRITE]




Have you an idea ?

Best regards
IU

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Apache2 & mod_xslt trouble.

2006-03-27 Thread Sander Smeenk
Quoting Nick Kew ([EMAIL PROTECTED]):

> > > Erm, I don't see a warning ...
> > They were in my first post to the list. But i left them out on my second
> > post. The warnigs are:
> > | [error] an unknown filter was not added: mod-xslt
> Oh, right.  Either you've got the wrong filter name (check the
> source and/or docs for your XSLT module), or the module
> isn't loaded (see LoadModule in the Apache docs).

Come on, Nick. Don't act like i'm a complete idiot.

The module works fine, until the daily maintenance scripts start
apache2ctl reload'ing the server to ensure logrotation. Then, at random
intervals the server 'forgets' to load the mod-xslt module causing it to
start without the module and all these warnings or errors turn up.

You could have taken the time you've wasted on acting like i'm the idiot
to read my initial post instead.

> > > FWIW, mod_transform is another option for XSLT, and one I'd be
> > > in a better position to help with if you had questions.
> > Do you know other real-time xsl/xml transformers that can be used in
> > conjunction with Apache2? I'd be happy to receive names of alternatives.
> Erm, yes, I just told you one.

Oh really? I meant BESIDES mod_xslt and mod_transform, do you happen to
know any others?

Regards,
Sander.
-- 
| Visitors always give pleasure: if not on arrival, then on the departure.
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



FW: [EMAIL PROTECTED] Help needed

2006-03-27 Thread Boyle Owen
 

-Original Message-
From: Marin Angulo, Osvaldo [mailto:[EMAIL PROTECTED] 
Sent: Dienstag, 28. März 2006 06:36
To: Boyle Owen
Subject: RE: [EMAIL PROTECTED] Help needed

Hi Owen,

I verified your suggestions but I don't know what I'm doing wrong; my DocRoot 
is /usr/local/apache/htdocs and into htdocs I have a symbolic link to cgi-bin 
as cgi-bin -> ../cgi-bin, and all the .cgi files (other symbolic links into 
cgi-bin) that I have are working fine; the only problem is when I try to browse 
a directory in /cgi-bin or any other place.

I was wondering if you can take a look into my httpd.conf file and know what is 
happening: Please...

Thanks a lot,

Osvaldo



-Original Message-
From: Boyle Owen [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 27, 2006 12:30 AM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] Help needed

> -Original Message-
> From: Marin Angulo, Osvaldo [mailto:[EMAIL PROTECTED] 
> Sent: Freitag, 24. März 2006 18:30
> To: users@httpd.apache.org
> Cc: Marin Angulo, Osvaldo
> Subject: [EMAIL PROTECTED] Help needed
> 
> Hi there, 
> 
> I was wondering if somebody in this list can help me on 
> figuring out what is happening with my configuration since 
> I'm able to link to a .cgi file from my main page, but, if I 
> try to browse a directory I can't. 

Do you mean simply that you can't browse a normal filelist of plain files (ie, 
NOT cgi programs)? If so, look at 
http://httpd.apache.org/docs/2.2/mod/core.html#options. You need,

Options Indexes

at least..

> 
> I opened permissions, I checked all the FAQs, but I didn't 
> find anything that clear me what is happening. 
> 
> This is the error reported out in the error_log: attempt to 
> invoke directory as script: /usr/local/apache/cgi-bin and 
> from the web page, when clicking in the link am getting this one: 
> 
> Forbidden 
> You don't have permission to access ... 

I suspect you're trying to browse a CGI directory by using its ScriptAlias.. Eg:

DocumentRoot /usr/local/apache/html
ScriptAlias /cgi-bin /usr/local/apache/html/subdir/cgi-bin 

Then if you try to browse http://server/cgi-bin, that won't work.. You need to 
give the filesystem path relative to the docroot, ie, 
http://server/subdir/cgi-bin [NB: I moved your CGI-bin to make it clearer - you 
can't browse it where you have it because it's not under the docroot]

BTW, even when you browse it, you can't execute the programs by clickking on 
them - that will only list them.

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 


> 
> 
> I really appreciate any help since I am not a specialist on 
> this matter. 
> 
> 
> Osvaldo 
> 
> 
Diese E-mail ist eine private und persönliche Kommunikation. Sie hat keinen 
Bezug zur Börsen- bzw. Geschäftstätigkeit der SWX Gruppe. This e-mail is of a 
private and personal nature. It is not related to the exchange or business 
activities of the SWX Group. Le présent e-mail est un message privé et 
personnel, sans rapport avec l'activité boursière du Groupe SWX.
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Httpd 2.2.0 on solaris 10 gives "incorrect Message Authentication Code"

2006-03-27 Thread Nico De Ranter

Hi Markus,

I have no use for PHP in this particular setup so I didn't try compiling
it.

I'll see whether I can get things working with an older openssl release

thanks

Nico

On Fri, 2006-03-24 at 15:53 +0100, Markus Mayer wrote:
> And just one question since you are compiling on Solaris with Stuio 11 - have 
> you been able to build a PHP which works?  I'm trying with Studio 10/Solaris 
> 10 on a V440 but am not having much success at the moment.
> 
> Thanks
> Markus
> 
> 
> On Friday 24 March 2006 14:54, Nico De Ranter wrote:
> > Hi,
> >
> > I'm setting up a webserver on Solaris 10 using httpd 2.2.0 with ssl
> > encryption. When I try to connect using firefox 1.5.0.1 the certificate
> > apparently is acceptable for the client but then I get a message saying:
> >
> > "received a message with incorrect Message Authentication Code. if the
> > error occurs frequently, contact the website administrator"
> >
> > Any idea what this may be? I can't find anything at all in the log
> > files.
> >
> > I'm using:
> >
> > openssl 0.9.8a,
> > zlib 1.2.3 and
> > httpd 2.2.0
> > all compiled with Sun Studio 11.
> >
> > Thanks in advance,
> >
> > Nico
> 
> -
> The official User-To-User support forum of the Apache HTTP Server Project.
> See http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>"   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
Nico De Ranter
Senior System Administrator
Sony Service Center (NSCE)
The Corporate Village, Da Vincilaan 7-D1
B-1935 Zaventem, Belgium
Telephone: +32 (0)2 700 86 41 Fax: +32 (0)2 700 86 22



-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] making Apache work with WebLogic

2006-03-27 Thread Alexander Lazic

Hi,

On Mon 27.03.2006 22:20, Amalan, S wrote:


I am trying to make Apache work with WebLogic so that Apache functions
like a proxy webserver which forwards the requests back and forth
between a user and the WebLogic Web/App Server.


On which OS (Sun/Linux/...)?


The only configuration I had to make to Apache's
APACHE_HOME/conf/httpd.conf file was:
LoadModule weblogic_module   modules/mod_wl128_20.so

Listen 10.8.32.16:1180

# adding new section for WebLogic information

 WebLogicHost 10.8.32.26 
 WebLogicPort 7013



The other settings remained as set during the Apache installation.

However, when I start Apache (apachectl start), I get an error message
in the logs/error_log file:

[Mon Mar 27 22:06:29 2006] [crit] (13)Permission denied: mod_weblogic:
Parent could not create lock
Configuration Failed

What does this mean?


Have you try to look with strace/truss/... on which 'file' you get this
error?

Regards

Aleks

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] making Apache work with WebLogic

2006-03-27 Thread Amalan, S
Hi!

I am trying to make Apache work with WebLogic so that Apache functions
like a proxy webserver which forwards the requests back and forth
between a user and the WebLogic Web/App Server.

I downloaded version 2.0.55 and followed the instructions at
http://httpd.apache.org/docs/2.0/install.html and the Test described on
that page succeeded.

I have WebLogic successfully working on a separate machine. So, all I
had to do was place the WebLogic Plug-in on the Apache server correctly
to make Apache forward the requests to WebLogic.

Though you may not be interested, I followed instructions at
http://edocs.beasys.com/wls/docs81/plugins/apache.html#125129 to install
the plug-in as a Dynamic Shared Object (meaning I didn't have to
recompile Apache; it will pick it up at runtime).

The only configuration I had to make to Apache's
APACHE_HOME/conf/httpd.conf file was:
-begin--
LoadModule weblogic_module   modules/mod_wl128_20.so

Listen 10.8.32.16:1180

# adding new section for WebLogic information

  WebLogicHost 10.8.32.26 
  WebLogicPort 7013

-end--

The other settings remained as set during the Apache installation.

However, when I start Apache (apachectl start), I get an error message
in the logs/error_log file:

[Mon Mar 27 22:06:29 2006] [crit] (13)Permission denied: mod_weblogic:
Parent could not create lock
Configuration Failed

What does this mean?

I have done the following:

- Made sure the logs directory has full permissions (777)
- checked to see and compare the files in the logs directory between
having the "LoadModule weblogic" line in the httpd.conf file and having
it blocked.  This single line is making the difference between Apache
running and not running.

When LoadModule is blocked (and therefore Apache is running fine), I
have the following files in the logs dir:

4096 Mar 27 15:26 .
4096 Mar 24 16:27 ..
   0 Mar 27 15:26 .nfsB75A
 303 Mar 27 12:53 access_log
1273 Mar 27 15:26 error_log
   6 Mar 27 15:26 httpd.pid

When LoadModule is not blocked (and Apache fails to start), the logs dir
contains just the following:
access_log
error_log
(and the dot files)

Can someone help determine the cause of the error message reported
earlier?

Thanks.
Amalan

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] Anyone here who have auth_ldap worked in apache-1.3.34

2006-03-27 Thread jay alvarez
Hi,

Have you made auth_ldap worked with apache-1.3.34??
May I see your httpd.conf directives? Also the source
tarballs of auth_ldap just in case you've applied some
patch.. Because until now I haven't made it to work.
Hope you can help me..

Thanks..

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] Anyone here who have auth_ldap worked in apache-1.3.34

2006-03-27 Thread jay alvarez
Hi,

Have you made auth_ldap worked with apache-1.3.34??
May I see your httpd.conf directives? Also the source
tarballs of auth_ldap just in case you've applied some
patch.. Because until now I haven't made it to work.
Hope you can help me..

Thanks..

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [EMAIL PROTECTED] Copyright notice typo

2006-03-27 Thread John Stewart
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
> Joshua Slive
> Sent: Monday, March 27, 2006 6:11 PM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] Copyright notice typo
> 
> On 3/27/06, John Stewart <[EMAIL PROTECTED]> wrote:
> 
> > > >
> > > >  We use Apache as part of our product (where we is
> > > NetMotion Wireless,
> > > > www.netmotionwireless.com) and we include Apache's
> > > copyright text. I
> > > > filed a bug recently on a typo ("copy" is "coy") and our legal 
> > > > department says we can't fix the bug, that we have to use
> > > the text as given to us.
> > > >
> > > >  After sifting through the FAQs and posted bugs and list
> > > archives, I
> > > > couldn't find any reference to where this sort of thing
> > > should go, so
> > > > I'm posting here in hopes someone can help me out.
> > >
> > > Could you please point out exactly where this typo occurs.
> > >
> > > Joshua.
> >
> > Sure. The text we were given reads:
> >
> > This product includes code licensed under the Apache 
> License, Version 
> > 2.0 ("Apache License"); you may not use such files except in 
> > compliance with the Apache License. You may obtain a coy of 
> the Apache 
> > License at http://www.apache.org/licenses/LICENSE-2.0.
> 
> And who gave it to you?  A google search reveals that the 
> only place on the web that phrase occurs is in one of your 
> documents.  So it doesn't appear that this typo originates 
> from Apache.
> 
> And in any case, I think your legal department is giving you 
> crappy advice.  But IANAL.
> 
> Joshua.

IANAL either or I wouldn't be asking here. Our lawyer swears we got 
it exactly this way from Apache, but I'll chase down that path again.

Does anyone know who at Apache could confirm that this is our mistake?

John

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Copyright notice typo

2006-03-27 Thread Joshua Slive
On 3/27/06, John Stewart <[EMAIL PROTECTED]> wrote:

> > >
> > >  We use Apache as part of our product (where we is
> > NetMotion Wireless,
> > > www.netmotionwireless.com) and we include Apache's
> > copyright text. I
> > > filed a bug recently on a typo ("copy" is "coy") and our legal
> > > department says we can't fix the bug, that we have to use
> > the text as given to us.
> > >
> > >  After sifting through the FAQs and posted bugs and list
> > archives, I
> > > couldn't find any reference to where this sort of thing
> > should go, so
> > > I'm posting here in hopes someone can help me out.
> >
> > Could you please point out exactly where this typo occurs.
> >
> > Joshua.
>
> Sure. The text we were given reads:
>
> This product includes code licensed under the Apache License, Version
> 2.0 ("Apache License"); you may not use such files except in compliance
> with the Apache License. You may obtain a coy of the Apache License at
> http://www.apache.org/licenses/LICENSE-2.0.

And who gave it to you?  A google search reveals that the only place
on the web that phrase occurs is in one of your documents.  So it
doesn't appear that this typo originates from Apache.

And in any case, I think your legal department is giving you crappy
advice.  But IANAL.

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [EMAIL PROTECTED] Copyright notice typo

2006-03-27 Thread John Stewart
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
> Joshua Slive
> Sent: Monday, March 27, 2006 4:51 PM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] Copyright notice typo
> 
> On 3/27/06, John Stewart <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > Greetings:
> >
> >  We use Apache as part of our product (where we is 
> NetMotion Wireless,
> > www.netmotionwireless.com) and we include Apache's 
> copyright text. I 
> > filed a bug recently on a typo ("copy" is "coy") and our legal 
> > department says we can't fix the bug, that we have to use 
> the text as given to us.
> >
> >  After sifting through the FAQs and posted bugs and list 
> archives, I 
> > couldn't find any reference to where this sort of thing 
> should go, so 
> > I'm posting here in hopes someone can help me out.
> 
> Could you please point out exactly where this typo occurs.
> 
> Joshua.

Sure. The text we were given reads:

This product includes code licensed under the Apache License, Version
2.0 ("Apache License"); you may not use such files except in compliance
with the Apache License. You may obtain a coy of the Apache License at
http://www.apache.org/licenses/LICENSE-2.0.

John

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Copyright notice typo

2006-03-27 Thread Joshua Slive
On 3/27/06, John Stewart <[EMAIL PROTECTED]> wrote:
>
>
>
> Greetings:
>
>  We use Apache as part of our product (where we is NetMotion Wireless,
> www.netmotionwireless.com) and we include Apache's copyright text. I filed a
> bug recently on a typo ("copy" is "coy") and our legal department says we
> can't fix the bug, that we have to use the text as given to us.
>
>  After sifting through the FAQs and posted bugs and list archives, I
> couldn't find any reference to where this sort of thing should go, so I'm
> posting here in hopes someone can help me out.

Could you please point out exactly where this typo occurs.

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] RewriteRule works on 1.3 but not 2.2

2006-03-27 Thread Robert Ionescu

Graham Frank wrote:
RewriteRule ^album/([a-z0-9]*)/category/([0-9-]*)/img/([0-9-]*)/?$   
displayimage.php?album=$1&cat=$2&pos=$3


Did you check the RewriteLog? So you're using the rule in your 
 section? Because it is per-dir context (and since you 
have access to httpd.conf, there is no need to use .htaccess files).


The RegEx is not more strict, there is (was?) a normalization on the 
filename level from // to /, so the regEx would match against an input 
string (here the local filepath) not containing a double slash anymore.


--
Robert

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] Copyright notice typo

2006-03-27 Thread John Stewart
Title: Copyright notice typo







Greetings:

We use Apache as part of our product (where we is NetMotion Wireless, www.netmotionwireless.com) and we include Apache's copyright text. I filed a bug recently on a typo ("copy" is "coy") and our legal department says we can't fix the bug, that we have to use the text as given to us.

After sifting through the FAQs and posted bugs and list archives, I couldn't find any reference to where this sort of thing should go, so I'm posting here in hopes someone can help me out.

Thanks,

John Stewart
NetMotion Wireless





-
The official User-To-User support forum of the Apache HTTP Server Project.
See  for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] RewriteRule works on 1.3 but not 2.2

2006-03-27 Thread Graham Frank



Hello all,

I am having a very strange issue with mod_rewrite.

I am in the process of preparing a new web server to production, and I 
have been testing the various scripts and programs we use to verify 
that everything works properly.  My major issue is that a specific 
rewrite rule that works in Apache 1.3 does NOT work in Apache 2.2.


Here's the rule:

RewriteRule ^album/([a-z0-9]*)/category/([0-9-]*)/img/([0-9-]*)/?$   
displayimage.php?album=$1&cat=$2&pos=$3


The rule is used to make a search engine friendly URL that links into 
our content.  A URL that utilizes that rule would be:


http://animegalleries.net/album/toprated/category//img/1

That website uses the Apache 1.3 web server.  In Apache 2.2, that URL 
is not valid due to the //img; however, we need it to work with the 
//img.  It appears that regex in Apache 2.2 is acting quite strangely.


http://208.185.247.66/album/toprated/category//img/1

That's the same website only on the new Apache 2.2 server.  Apache logs 
state that "/album" was not found on the server.  It's ignoring the 
rule.


Can anyone thing of why the rule is not working in Apache 2.2 despite 
it working fine in Apache 1.3?


Thanks!

Server specs:
 AMD Opteron 270
 CentOS 4.3

--Graham


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] disable Parent Directory (for fancy indexing)

2006-03-27 Thread Joshua Slive
On 3/27/06, Julius Thyssen <[EMAIL PROTECTED]> wrote:
> For the Directory indexing is there a way to NOT have the "Parent
> Directory" link on top of the file/dir-list index?
>
> I found a lot of 'Suppress' entries in the httpd docs, but none speak of the
> "Parent Directory" link.
>
> I also tried
> IndexIgnore Parent*
> but that doesn't work.

IndexIgnore ..

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] apache2 and mod_auth_pam

2006-03-27 Thread Michael Hale
Hi,

I am trying to upgrade my apache installation to apach2 from apache
1.3, but I keep getting the following message whenever I try to load a
protected page.

[Mon Mar 27 16:08:33 2006] [crit] [client 192.168.0.5] configuration
error:  couldn't check access.  No groups file?: /rms, referer:
https://wiki/

My .htaccess file looks like this:
AuthPAM_Enabled on
AuthPAM_FallThrough off

AuthName "RMS Wiki"
AuthType Basic
require group developer

This should be handled by mod_auth_pam, which appears to be loaded
correctly.  At least apache does not complain about the AuthPam_*
directives.

I googled around to see if I could find the answer to this dilema, and
I did find similar errors with people using all sorts of different
authentication mechanisims, like kerbos, but none of the proposed
solutions worked for me.

Thanks for any help.
- Michael

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] disable Parent Directory (for fancy indexing)

2006-03-27 Thread Julius Thyssen
For the Directory indexing is there a way to NOT have the "Parent
Directory" link on top of the file/dir-list index?

I found a lot of 'Suppress' entries in the httpd docs, but none speak of the
"Parent Directory" link.

I also tried
IndexIgnore Parent*
but that doesn't work.

Anyone?
--
Adios

Julius

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] dir listing formatting

2006-03-27 Thread Dave Woodfall
On (09:09 27/03/06), Boyle Owen wrote:
> > -Original Message-
> > From: Dave Woodfall [mailto:[EMAIL PROTECTED] 
> > Sent: Montag, 27. März 2006 02:12
> > To: users@httpd.apache.org
> > Subject: [EMAIL PROTECTED] dir listing formatting
> > 
> > Hopefully a simple problem.
> > 
> > When I run apache on win2k a few years ago I edited a config file so 
> > that directory listings would not be formatted. This had the 
> > effect of 
> > showing the entire name of very long file names.
> 
> IndexOptions controls the format of a directory listing, see - 
> http://httpd.apache.org/docs/2.2/mod/mod_autoindex.html#indexoptions
>

Thanks, IndexOptions -FancyFormatting in httpd.conf did the trick

> > 
> > Now I'm using slackware linux and for the life of me I can't 
> > find which 
> > config file to edit.
> 
> I guess you know where your main config is? If so, look for "Include" 
> directives that pull in data from other files. If not, "httpd -V" will tell 
> you what enviroment variables are compiled into apache - SERVER_ROOT and 
> SERVER_CONFIG_FILE should give you the path to the config file (hope this 
> works in windows :-)
> 
> Rgds,
> Owen Boyle
> Disclaimer: Any disclaimer attached to this message may be ignored. 
> 
> > 
> > Hope someone can help
> > 
> > -
> > The official User-To-User support forum of the Apache HTTP 
> > Server Project.
> > See http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> >"   from the digest: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> Diese E-mail ist eine private und persönliche Kommunikation. Sie hat keinen 
> Bezug zur Börsen- bzw. Geschäftstätigkeit der SWX Gruppe. This e-mail is of a 
> private and personal nature. It is not related to the exchange or business 
> activities of the SWX Group. Le présent e-mail est un message privé et 
> personnel, sans rapport avec l'activité boursière du Groupe SWX.
>  
>  
> This message is for the named person's use only. It may contain confidential, 
> proprietary or legally privileged information. No confidentiality or 
> privilege is waived or lost by any mistransmission. If you receive this 
> message in error, please notify the sender urgently and then immediately 
> delete the message and any copies of it from your system. Please also 
> immediately destroy any hardcopies of the message. You must not, directly or 
> indirectly, use, disclose, distribute, print, or copy any part of this 
> message if you are not the intended recipient. The sender's company reserves 
> the right to monitor all e-mail communications through their networks. Any 
> views expressed in this message are those of the individual sender, except 
> where the message states otherwise and the sender is authorised to state them 
> to be the views of the sender's company.
> 
> -
> The official User-To-User support forum of the Apache HTTP Server Project.
> See http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>"   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

-- 
Misery no longer loves company.  Nowadays it insists on it.
-- Russell Baker

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] Apache ftp

2006-03-27 Thread Celona, Paul - AES








How do I get ftp support with apache? The web site indicates
that 3rd party modules can be used. Has anyone accomplished this?
How?








This e-mail and any files transmitted with it are proprietary and intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail in error please notify the sender. Please note that any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of ITT Industries, Inc. The recipient should check this e-mail and any attachments for the presence of viruses. ITT Industries accepts no liability for any damage caused by any virus transmitted by this e-mail.



Re: [EMAIL PROTECTED] .htaccess will not accept password [dnk]

2006-03-27 Thread dnk

problem solved...

stupid permissions issue on the password file.

dunce cap descending onto head now...

I'll go sit in the corner quietly now...


=-)





On 27-Mar-06, at 9:51 AM, dnk wrote:



On 26-Mar-06, at 10:39 PM, Boyle Owen wrote:


Everything looks OK to me - so I can only guess you're typing in  
the wrong password... You don't have the caps-lock on by any  
chance? Could it have been on when you typed in the password  
during the htpasswd command? To be sure, recreate the password  
file with the PW on the command line:


# htpasswd -b -c /path/to/.pwFile username pwd

To get it going, choose a *really* simple password, like "x"..

Rgds,
Owen Boyle



Yeah I had thought of that and tried that a few times. Never the  
less --- it is the same results. It is really perplexing  
driving me quite insane. I have done these things a million times  
and could not see what the issue could be. There are other files  
and such working just fine on this box - so I am quite positive  
that the machine is fine.


d





-
The official User-To-User support forum of the Apache HTTP Server  
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] .htaccess will not accept password [dnk]

2006-03-27 Thread dnk


On 26-Mar-06, at 10:39 PM, Boyle Owen wrote:


Everything looks OK to me - so I can only guess you're typing in  
the wrong password... You don't have the caps-lock on by any  
chance? Could it have been on when you typed in the password during  
the htpasswd command? To be sure, recreate the password file with  
the PW on the command line:


# htpasswd -b -c /path/to/.pwFile username pwd

To get it going, choose a *really* simple password, like "x"..

Rgds,
Owen Boyle



Yeah I had thought of that and tried that a few times. Never the less  
--- it is the same results. It is really perplexing driving me  
quite insane. I have done these things a million times and could not  
see what the issue could be. There are other files and such working  
just fine on this box - so I am quite positive that the machine is fine.


d





-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] Apache on Win2003 doesn't start

2006-03-27 Thread Martin Klarbäck

Hi,

I've got a Apache 2.2 running on a Windows 2003 machine. When trying to 
start with my normal httpd.conf file it wount start and gives me this 
error in eventviewer:

"The Apache2 service terminated with service-specific error 1 (0x1)."
If I run Apache with the orginal conf file it starts fine. I have run a 
Test configuration without any errors. The strange thing is that apache 
has been running on this config for some days now! I've attached my 
normal httpd.conf. Can anyone find any errors in the file?


Best regards
Martin K
#
# Based upon the NCSA server configuration files originally by Rob McCool.
#
# This is the main Apache server configuration file.  It contains the
# configuration directives that give the server its instructions.
# See http://httpd.apache.org/docs-2.0/> for detailed information about
# the directives.
#
# Do NOT simply read the instructions in here without understanding
# what they do.  They're here only as hints or reminders.  If you are unsure
# consult the online docs. You have been warned.  
#
# The configuration directives are grouped into three basic sections:
#  1. Directives that control the operation of the Apache server process as a
# whole (the 'global environment').
#  2. Directives that define the parameters of the 'main' or 'default' server,
# which responds to requests that aren't handled by a virtual host.
# These directives also provide default values for the settings
# of all virtual hosts.
#  3. Settings for virtual hosts, which allow Web requests to be sent to
# different IP addresses or hostnames and have them handled by the
# same Apache server process.
#
# Configuration and logfile names: If the filenames you specify for many
# of the server's control files begin with "/" (or "drive:/" for Win32), the
# server will use that explicit path.  If the filenames do *not* begin
# with "/", the value of ServerRoot is prepended -- so "logs/foo.log"
# with ServerRoot set to "C:/Program Files/Apache Group/Apache2" will be 
interpreted by the
# server as "C:/Program Files/Apache Group/Apache2/logs/foo.log".
#
# NOTE: Where filenames are specified, you must use forward slashes
# instead of backslashes (e.g., "c:/apache" instead of "c:\apache").
# If a drive letter is omitted, the drive on which Apache.exe is located
# will be used by default.  It is recommended that you always supply
# an explicit drive letter in absolute paths, however, to avoid
# confusion.
#

### Section 1: Global Environment
#
# The directives in this section affect the overall operation of Apache,
# such as the number of concurrent requests it can handle or where it
# can find its configuration files.
#

#
# ServerRoot: The top of the directory tree under which the server's
# configuration, error, and log files are kept.
#
# NOTE!  If you intend to place this on an NFS (or otherwise network)
# mounted filesystem then please read the LockFile documentation (available
# at http://httpd.apache.org/docs-2.0/mod/mpm_common.html#lockfile>);
# you will save yourself a lot of trouble.
#
# Do NOT add a slash at the end of the directory path.
#
ServerRoot "C:/Program Files/Apache Group/Apache2"

#
# ScoreBoardFile: File used to store internal server process information.
# If unspecified (the default), the scoreboard will be stored in an
# anonymous shared memory segment, and will be unavailable to third-party
# applications.
# If specified, ensure that no two invocations of Apache share the same
# scoreboard file. The scoreboard file MUST BE STORED ON A LOCAL DISK.
#
#ScoreBoardFile logs/apache_runtime_status

#
# PidFile: The file in which the server should record its process
# identification number when it starts.
#
PidFile logs/httpd.pid

#
# Timeout: The number of seconds before receives and sends time out.
#
Timeout 300

#
# KeepAlive: Whether or not to allow persistent connections (more than
# one request per connection). Set to "Off" to deactivate.
#
KeepAlive On

#
# MaxKeepAliveRequests: The maximum number of requests to allow
# during a persistent connection. Set to 0 to allow an unlimited amount.
# We recommend you leave this number high, for maximum performance.
#
MaxKeepAliveRequests 100

#
# KeepAliveTimeout: Number of seconds to wait for the next request from the
# same client on the same connection.
#
KeepAliveTimeout 15

##
## Server-Pool Size Regulation (MPM specific)
## 

# WinNT MPM
# ThreadsPerChild: constant number of worker threads in the server process
# MaxRequestsPerChild: maximum  number of requests a server process serves

ThreadsPerChild 250
MaxRequestsPerChild  0


#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the 
# directive.
#
# Change this to Listen on specific IP addresses as shown below to 
# prevent Apache from glomming onto all bound IP addresses (0.0.0.0)
#
#Listen 12.34.56.78:80
Listen 80

#
# Dynamic Shared Object (DSO) Support
#
# To be able to use the functionality of a m

RE: [EMAIL PROTECTED] https reverse proxy to http ?

2006-03-27 Thread Boyle Owen
> -Original Message-
> From: Frank Bonnet [mailto:[EMAIL PROTECTED] 
> Sent: Montag, 27. März 2006 16:43
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] https reverse proxy to http ?
> 
> Hello
> 
> Would it be possible to setup a https reverse proxy
> that forward requests to an internal http server ?
> 
> ---https--- proxy>---http---

Yes. This is a typical configuration. You just put the ProxyPass directives 
inside the SSL VH.

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 

> 
> Thank you
> -- 
> 
> Frank Bonnet
> 
> -
> The official User-To-User support forum of the Apache HTTP 
> Server Project.
> See http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>"   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
Diese E-mail ist eine private und persönliche Kommunikation. Sie hat keinen 
Bezug zur Börsen- bzw. Geschäftstätigkeit der SWX Gruppe. This e-mail is of a 
private and personal nature. It is not related to the exchange or business 
activities of the SWX Group. Le présent e-mail est un message privé et 
personnel, sans rapport avec l'activité boursière du Groupe SWX.
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] https reverse proxy to http ?

2006-03-27 Thread Frank Bonnet

Hello

Would it be possible to setup a https reverse proxy
that forward requests to an internal http server ?

---https--http---

Thank you
--

Frank Bonnet

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] openldap on Apache 2.2

2006-03-27 Thread Ricardo Stella

Bug in the docs - discussed long ago in a galaxy far away...

Add:

AuthzLDAPAuthoritative off


Paul Matthews wrote:
>> On 3/24/06, Paul Matthews <[EMAIL PROTECTED]> wrote:
>> 
>>> hi there,
>>>
>>> I've just upgraded to Fedora core 5 with apache 2.2 and I'm trying to
>>> get
>>> apache working with ldap, but with the upgrade the old httpd.conf file
>>> doesn't seam to work.
>>>
>>> I've added the following lines to my httpd.conf file
>>>
>>> 
>>> AuthType Basic
>>> AuthName "Case Network ID"
>>> AuthLDAPURL
>>> "ldap://127.0.0.1/ou=people,dc=fedora,dc=directory,dc=server";
>>> AuthLDAPBindDN "uid=root,ou=people,dc=fedora,dc=directory,dc=server"
>>> AuthLDAPBindPassword "your-openldap-password"
>>> # All users in openldap
>>> require valid-user
>>> 
>>>
>>> the same lines i added to my apache 2.0 server, but that doesn't seam to
>>> work. can someone help me out I've search the net but I'm guessing
>>> apache's 2.2 server is fairly new and there doesn't seam to be a lot of
>>> information out there about it.
>>>   
>> You'll need at least
>> AuthBasicProvider ldap
>>
>> Joshua.
>>
>> -
>> The official User-To-User support forum of the Apache HTTP Server Project.
>> See http://httpd.apache.org/userslist.html> for more info.
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>"   from the digest: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
>> 
> i still can't authenicate
>
> i've just added that into my httpd.conf
>
> 
> AuthBasicProvider ldap
> AuthType Basic
> AuthName "Case Network ID"
> AuthLDAPURL "ldap://127.0.0.1/ou=people,dc=fedora,dc=directory,dc=server";
> AuthLDAPBindDN "uid=root,ou=people,dc=fedora,dc=directory,dc=server"
> AuthLDAPBindPassword "password"
> # All users in openldap
> require valid-user
> 
>
>
> and this is my /var/log/httpd/error_log file
>
> [Sat Mar 25 11:01:13 2006] [notice] mod_python: Creating 4 session mutexes
> based on 256 max processes and 0 max threads.
> [Sat Mar 25 11:01:14 2006] [notice] Apache/2.2.0 (Fedora) configured --
> resuming normal operations
> [Sat Mar 25 11:03:58 2006] [notice] caught SIGTERM, shutting down
> [Sat Mar 25 11:29:59 2006] [notice] suEXEC mechanism enabled (wrapper:
> /usr/sbin/suexec)
> [Sat Mar 25 11:30:00 2006] [notice] Digest: generating secret for digest
> authentication ...
> [Sat Mar 25 11:30:00 2006] [notice] Digest: done
> [Sat Mar 25 11:30:00 2006] [notice] mod_python: Creating 4 session mutexes
> based on 256 max processes and 0 max threads.
> [Sat Mar 25 11:30:03 2006] [notice] Apache/2.2.0 (Fedora) configured --
> resuming normal operations
> [Sat Mar 25 11:30:10 2006] [error] [client 192.168.1.34] Directory index
> forbidden by Options directive: /var/www/html/, referer:
> http://192.168.1.35/openldap/
> [Sat Mar 25 12:14:46 2006] [notice] suEXEC mechanism enabled (wrapper:
> /usr/sbin/suexec)
> [Sat Mar 25 12:14:47 2006] [notice] Digest: generating secret for digest
> authentication ...
> [Sat Mar 25 12:14:47 2006] [notice] Digest: done
> [Sat Mar 25 12:14:48 2006] [notice] mod_python: Creating 4 session mutexes
> based on 256 max processes and 0 max threads.
> [Sat Mar 25 12:14:49 2006] [notice] Apache/2.2.0 (Fedora) configured --
> resuming normal operations
> [Sat Mar 25 12:17:43 2006] [notice] caught SIGTERM, shutting down
> [Sat Mar 25 12:17:44 2006] [notice] suEXEC mechanism enabled (wrapper:
> /usr/sbin/suexec)
> [Sat Mar 25 12:17:46 2006] [notice] Digest: generating secret for digest
> authentication ...
> [Sat Mar 25 12:17:46 2006] [notice] Digest: done
> [Sat Mar 25 12:17:46 2006] [notice] mod_python: Creating 4 session mutexes
> based on 256 max processes and 0 max threads.
> [Sat Mar 25 12:17:48 2006] [notice] Apache/2.2.0 (Fedora) configured --
> resuming normal operations
>
>
> -
> The official User-To-User support forum of the Apache HTTP Server Project.
> See http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>"   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>   

-- 

°(((=((===°°°(((===

begin:vcard
fn:Ricardo Stella
n:Stella;Ricardo
org:Rider University
adr;dom:;;2083 Lawrenceville Rd;Lawrenceville;NJ;08648
version:2.1
end:vcard


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]