[users@httpd] SSO + LDAP Operation

2013-01-30 Thread nskarthik
Hi Spec : JDK1.6, Tomcat 7.0.30, Linux 64 bit Suse Apache Http2.2 This post is re-applied from my earlier on different product http://tomcat.10.n6.nabble.com/LDAP-on-TOMCAT-7-0-30-tp4993107.html So far we have been using 3 killer Ajax web based applications with each app provided with se

Re: [users@httpd] Seeking copies of successful Windows httpd.conf and ledgersmb-httpd.conf files

2013-01-30 Thread Yehuda Katz
On Wed, Jan 30, 2013 at 4:53 AM, Hedley Finger wrote: > > I have hit the wall trying to implement LedgerSMB on Windows. First > hurdle is getting Apache htttpd to recognise the C:\Program_Files\LedgerSMB > folder so that the browser can execute and then display > http://localhost/ledgersmb/setup.

Re: [users@httpd] httpd vitualserver is not working

2013-01-30 Thread Shashi
Where are your modules? Did not see them in you httpd.conf. Did you compile mod_proxy? On Wed, Jan 30, 2013 at 4:51 PM, Sivahari Nandakumar wrote: > Hi all, > I am using httpd version Apache/2.4.3 (Fedora) in fedora. I am not able to > set the virtual host in it. I am getting the apache test page

Re: [users@httpd] Conflict between Alias, , and RewriteRule hides local directory from Apache httpd?

2013-01-30 Thread Yehuda Katz
On Mon, Jan 28, 2013 at 3:17 AM, Hedley Finger wrote: > When localhost/ledgersmb is entered, an Alias directive and Rewrite Rule > are supposed to return C:\Program_Files\LedgerSMB\login.pl: > > Alias /ledgersmb C:/Program_Files/LedgerSMB/ > > RewriteEngine On > RewriteRule ^/ledgersmb/?$ /led

Re: [users@httpd] Conflict between Alias, , and RewriteRule hides local directory from Apache httpd?

2013-01-30 Thread Eric Covener
> Progress of sorts. Commenting out > > #DocumentRoot "C:/Program_Files/Apache/htdocs" > > caused the 404 Not Found error to go away, to be replaced by the much more > interesting 403 Forbidden error, and giving this line in logs/error.log: Not so interesting. You're getting a compiled-in defa

[users@httpd] httpd vitualserver is not working

2013-01-30 Thread Sivahari Nandakumar
Hi all, I am using httpd version Apache/2.4.3 (Fedora) in fedora. I am not able to set the virtual host in it. I am getting the apache test page when i gave the servername. I have attached the httpd.conf file with this mail. -- with warm regards Sivahari Nandakumar Appropriate Technology Promoti

Re: [users@httpd] Proxy CONNECT HTTP version

2013-01-30 Thread Pavel Mateja
> Hi! > I have two debian servers - one squeeze and one wheezy - with different > versions of wget - 1.12-2.1 and 1.13.4-3 and proxy server with apache > 2.4.3. I'm trying to set https_proxy and wget some pages via https. > Old wget is working just fine but the new one is reporting: > "Proxy tunnel

[users@httpd] Seeking copies of successful Windows httpd.conf and ledgersmb-httpd.conf files

2013-01-30 Thread Hedley Finger
I have hit the wall trying to implement LedgerSMB on Windows. First hurdle is getting Apache htttpd to recognise the C:\Program_Files\LedgerSMB folder so that the browser can execute and then display http://localhost/ledgersmb/setup.pl. (See previous posts with Subject "Getting Apache to recognis

Re: [users@httpd] Conflict between Alias, , and RewriteRule hides local directory from Apache httpd?

2013-01-30 Thread Hedley Finger
See the first message in this thread for the httpd.conf and ledgersmb-httpd.conf files pertinent to the ongoing problem of an alias and rewrite directive not being processed as expected, and Apache httpd being unable to open a local directory to run a Perl file. Progress of sorts. Commenting out