Re: [us...@httpd] Apache + LDAP + DAV + homes without ~

2010-08-08 Thread Stefano Sasso
2010/8/3 Saxa Egea s...@saxa.dyndns.org:  Dear all, I have compiled a httpd 2.2.16 with LDAP and DAV support running over SuSE linux. I'm trying to create a ftp like server through mod_dav. The authentication is made to a LDAP directory. I want to access with URL's like:

[us...@httpd] Apache2.2.16 LDAP authentication error

2010-08-08 Thread Sunanda Kundu
Hi, I am running Apache2.2.16 on a Solaris10 server. I am not using SSL. The part of my httpd.conf file is: LoadModule rewrite_module modules/mod_rewrite.so LoadModule authnz_ldap_module modules/mod_authnz_ldap.so LoadModule ldap_module modules/mod_ldap.so Directory

Re: [us...@httpd] Apache2.2.16 LDAP authentication error

2010-08-08 Thread Eric Covener
The server error logs have no further information.I used openldap-2.4.22-sol10-sparc-local package. At LogLevel debug? It's hard to believe. Can you confirm with pldd that the ldap you think was used is loaded at runtime? -

Re: [us...@httpd] Apache2.2.16 LDAP authentication error

2010-08-08 Thread Sunanda Kundu
Thanks for your reply. Yes, LogLevel debug I have put in the httpd.conf file. Here is the pldd output. v02...@root# pldd -F 9783 9783: /usr2/apache2.2.16/bin/httpd -k start /lib/libm.so.2 /usr2/apache2.2.16/lib/libaprutil-1.so.0.3.9 /usr/sfw/lib/libexpat.so.1.5.2

Re: [us...@httpd] Apache2.2.16 LDAP authentication error

2010-08-08 Thread Joost de Heer
/usr/lib/libldap.so.5 further information.I used openldap-2.4.22-sol10-sparc-local package. The -local packages install in /usr/local, as far as I know. So a different LDAP library is loaded. Joost - The official

Re: [us...@httpd] Apache2.2.16 LDAP authentication error

2010-08-08 Thread Sunanda Kundu
Sorry error_log file did not have correct write permission. After correcting the file permission and accessing the URL, I get this written to the error_log file: [Sun Aug 08 17:47:30 2010] [info] [client 20.111.77.57] [15266] auth_ldap authent icate: user w91064 authentication failed; URI

Re: [us...@httpd] Apache2.2.16 LDAP authentication error

2010-08-08 Thread Sunanda Kundu
This is how I built apache 2.2.16: ./configure --prefix=/usr2/apache2.2.16 \ --with-included-apr \ --enable-rule=SHARED_CORE \ --enable-rewrite=shared \ --enable-ssl=shared \ --with-ssl=/usr/local/ssl \ --with-ldap \ --with-ldap-include=/usr/local/include \ --with-ldap-lib=/usr/local/lib \

Re: [us...@httpd] Apache2.2.16 LDAP authentication error

2010-08-08 Thread Sunanda Kundu
I installed apache2.2.16 again: ./configure --prefix=/usr2/apache2.2.16a \ --with-included-apr \ --enable-rule=SHARED_CORE \ --enable-rewrite=shared \ --enable-ssl=shared \ --with-ssl=/usr/local/ssl \ --with-ldap \ --with-ldap-include=/usr/local/include \ --with-ldap-lib=/usr/local/lib \

[us...@httpd] Is there a way to POST to HTML files?

2010-08-08 Thread Bo Yang
Hi, Is there a way for httpd 1.3.x to support POST requests to HTML files (and not returning 405 Method Not Allowed message)? I have some legacy code which accesses resources via POST requests, and now I have to use it to request HTML files... It seems httpd 2.x supports this by

[us...@httpd] multiple authentication methods in a directory

2010-08-08 Thread Terry
Hello, I am using auth_pam to authenticate local users to a directory as such: Directory /usr/share/nagios Options None AllowOverride None Order allow,deny Allow from all AuthType Basic

Re: [us...@httpd] Is there a way to POST to HTML files?

2010-08-08 Thread Sharl.Jimh.Tsin
这样做貌似没有任何意义.把请求发送给静态页面有什么用么? there is NO usage on request a HTML page,the static page CAN NOT handle it. Best regards, Sharl.Jimh.Tsin (From China) 在 2010年8月9日 上午8:43,Bo Yang yang...@hichina.com 写道: Hi, Is there a way for httpd 1.3.x to support POST requests to HTML files (and not

Re: [us...@httpd] multiple authentication methods in a directory

2010-08-08 Thread J. Greenlees
Terry wrote: Hello, I am using auth_pam to authenticate local users to a directory as such: Directory /usr/share/nagios Options None AllowOverride None Order allow,deny Allow from all AuthType Basic

[us...@httpd] multiple streaming servers in a cloud

2010-08-08 Thread Tapas Mishra
Hi, I am not sure if this is the right place to ask this question. Please go through the question if you have any suggestion let me know . I have multiple streaming servers(Red5) running on some machines internally on LAN. For different subdomains. Server is Ubuntu 10.04 The front end to