[us...@httpd] Tomcat not listening on specified port

2010-09-21 Thread Garg, Saman
Hi All, I am having a very strange issue wherein after starting the tomcat instance, it doesn't show any errors and also doesn't listen on port (9046) specified in server.xml as it doesn't list this port on using "netstat" command. But similar thing is working for other tomcat instance which is

[us...@httpd] symbolic link to public_html folders

2010-09-21 Thread J Greenbaum
Hi, I'm having trouble configuring apache so that the public_html folder can be a symbolic link to another directory. On my Ubuntu 10.04 installation, my userdir.conf file includes the 'FollowSymLinks' option for the /home/*/public_html directories. However, if I try to access my user directory

[us...@httpd] Hostname is returned in Error Message

2010-09-21 Thread Tushar Chavan
Hi Team, Below is our scenario. Apache ->SAP WEB Dispatcher -->SAP Portal. Reverse proxy is working fine except that when error occurs it returns hostname of Portal in error message e.g . particular service is not active on SAP_Portal_host. This error is the message returned by the port

[us...@httpd] mod_proxy and Content-Range response

2010-09-21 Thread Bo Lorentsen
Hi ... I hope this is the proper place to bring on subjects like this, I have tried to look many places but found nothing on this subject. I have been creating a new data backend (RESTful JSON), that I think works quite nicely, and this backend implement the full rest protocol from HTTP 1.1

[us...@httpd] Add ID by request in Error Logfile

2010-09-21 Thread marcos rebelo
Hy all I would like to add one ID to every line of my error log file. Like this I could grep the log lines for every call in the access log I did: LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"%{MY_REQUEST_ID}e\"" combined How may I do something similar in the error l

Re: [us...@httpd] WebDAV: Is that possible to set owner and group of new files created in WebDAV share?

2010-09-21 Thread Marc Patermann
Hi, Chee Yang Chau schrieb am 16.09.2010 16:39 Uhr: I have my WebDAV share active in Apache 2.2 in Fedora 13. I also able to access the WebDAV from my Windows 7 desktop. I use the WebDAV from Win7 desktop just like normal samba share folder. However, I notice the owner and group of the new f

Re: [us...@httpd] Multiple authentication backend... how?

2010-09-21 Thread Tine De Schutter
Hi Eric, Thank you for answering! I should tell you honestly I didn't understand what you were talking about, I'm really really new in these things. But I did find the solution myself. I had to "take ownership" of the Apache files, so that I could access and adapt the Apache files. Something weir

Re: [us...@httpd] Multiple authentication backend... how?

2010-09-21 Thread Eric Covener
> The module loading order in httpd.conf is: > > LoadModule authnz_ldap_module libexec/apache22/mod_authnz_ldap.so > LoadModule auth_kerb_module   libexec/apache22/mod_auth_kerb.so > > So mod_authnz_ldap has a lower priority than mod_auth_kerb That's not really the operative priority or sequencing

[us...@httpd] Multiple authentication backend... how?

2010-09-21 Thread Jean-Yves Avenard
Hi. I am trying to get mod_auth_kerb and mod_authnz_ldap to work together ; in such a way that it first tries to authenticate the user using Kerberos, and if mod_auth_kerb can not authenticate the user, then it tries using mod_authnz_ldap. That way I could provide password protected site, where i