RE: [EMAIL PROTECTED] first email to this list - WAP and apache

2007-01-23 Thread Boyle Owen
> -Original Message- > From: cyberarian [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 24, 2007 8:43 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] first email to this list > > Thanks for prompt response. My HTML files are running quite > fine in my browser by

Re: [EMAIL PROTECTED] first email to this list

2007-01-23 Thread cyberarian
Thanks for prompt response. My HTML files are running quite fine in my browser by visiting http://localhost what to do next? cyberarian On 1/24/07, Boyle Owen <[EMAIL PROTECTED]> wrote: > -Original Message- > From: cyberarian [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 24, 2

RE: [EMAIL PROTECTED] first email to this list

2007-01-23 Thread Boyle Owen
> -Original Message- > From: cyberarian [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 24, 2007 7:33 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] first email to this list > > Hi all i m the new user of this list. can someone guide me > how to use apache webserver f

[EMAIL PROTECTED] first email to this list

2007-01-23 Thread cyberarian
Hi all i m the new user of this list. can someone guide me how to use apache webserver for wap files. I have an index.wap file. How can i use it from my mobile using my apache web server?

RE: [EMAIL PROTECTED] Re: piping logs in apache2.2 on windows 2003/XP

2007-01-23 Thread Alex Castro
If by "every day" you mean to have a daily rotation for certain log files, then you do that by specifying the number of seconds rotatelogs will wait before rotating the log. In the examples below, 86400 is the value in seconds which is equivalent to 24 hours: ErrorLog "|full:/path/to/apache2/bi

Re: [EMAIL PROTECTED] Re: piping logs in apache2.2 on windows 2003/XP

2007-01-23 Thread Norman Peelman
- Original Message - From: sai koduri To: users@httpd.apache.org Sent: Tuesday, January 23, 2007 12:18 PM Subject: [EMAIL PROTECTED] Re: piping logs in apache2.2 on windows 2003/XP Does anybody know how we can use rotatelogs.exe to pipe logs for every day ??? Does any flags need to

Re: [EMAIL PROTECTED] Does apache check client certificate even if SSLVerifyClient is none?

2007-01-23 Thread Serge Dubrouski
Do you know how what kind of a proxy and how it's configured? To help you out with your problem it would be good to know both ends of a channel. On 1/23/07, DEVAL SHAH <[EMAIL PROTECTED]> wrote: Hi Serge, No it is not a regular browser. It is some proxy which our clients use. Thank you. >From

Re: [EMAIL PROTECTED] Does apache check client certificate even if SSLVerifyClient is none?

2007-01-23 Thread DEVAL SHAH
Hi Serge, No it is not a regular browser. It is some proxy which our clients use. Thank you. From: "Serge Dubrouski" <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Does apache check client certificate even if SSLVerifyClient is n

Re: [EMAIL PROTECTED] Does apache check client certificate even if SSLVerifyClient is none?

2007-01-23 Thread Serge Dubrouski
How does a client send a certificate if Apache doesn't ask for it? What kind of a "client" do you have? Is it a regular browser? On 1/23/07, DEVAL SHAH <[EMAIL PROTECTED]> wrote: Hello, I have a configuration in Apache file setup for SSL. I am not doing client authentication as SSLVerifyClient i

[EMAIL PROTECTED] Does apache check client certificate even if SSLVerifyClient is none?

2007-01-23 Thread DEVAL SHAH
Hello, I have a configuration in Apache file setup for SSL. I am not doing client authentication as SSLVerifyClient is commented ie. #SSLVerifyClient none It works fine for few people. When a client sends a certificate it does not work. Our logs indicate this error: SSL Library Error: 33615157

[EMAIL PROTECTED] Does apache check client certificate even if SSLVerifyClient is none?

2007-01-23 Thread DEVAL SHAH
Hello, I have a configuration in Apache file setup for SSL. I am not doing client authentication as SSLVerifyClient is commented ie. #SSLVerifyClient none It works fine for few people. When a client sends a certificate it does not work. Our logs indicate this error: SSL Library Error: 33615157

RE: [EMAIL PROTECTED] Unable to bind to port 443 on 2.2.4

2007-01-23 Thread DEVAL SHAH
Hi Abhay, You will have to listen to port 443. Also there will have to be a default virtual host section stating your certificate and other configs Deval From: "Jain, Abhay K, INFOT" <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: Subject: [EMAIL PROTECTED] Unable to bind to port

RE: [EMAIL PROTECTED] Auth via SQL

2007-01-23 Thread Rob Sterenborg
Nathan Kellogg wrote: > Thanks for the reply Rob. ... > "Client does not support authentication protocol" > > This was because the MySQL client built into the mod was not > compatible with MySQL 5.x To make it compatible, we needed > to tell MySQL server to use the ol

Re: [EMAIL PROTECTED] Apache + Tomcat = no session management

2007-01-23 Thread Sander Temme
On Jan 23, 2007, at 1:30 PM, Wm.A.Stafford wrote: Thanks for replying to my query. I don't really know anything about Apache. How would I go about determining how Apache and Tomcat interact? I have the httpd.conf file for the Apache in question, can I tell from that? I have look

Re: [EMAIL PROTECTED] Unable to bind to port 443 on 2.2.4

2007-01-23 Thread Richard de Vries
Sounds like something else is already running on port 80. Is this on unix? Try finding out what is on port 80. If you have lsof installed, you can run the following as root: lsof -i TCP:80 --- "Jain, Abhay K, INFOT" <[EMAIL PROTECTED]> wrote: > I am trying to use same instance of Aapche to > p

RE: [EMAIL PROTECTED] Auth via SQL

2007-01-23 Thread Nathan Kellogg
Thanks for the reply Rob. For the benefit of anyone following this thread : I finally got this working using mod_authn_mysql , http://www.gknw.net/development/apache/httpd-2.2/win32/modules/mod_authn_mysql-2.2.3-w32.zip At first I thought id didn't work because Apache would crash with this

Re: [EMAIL PROTECTED] Apache + Tomcat = no session management

2007-01-23 Thread Wm.A.Stafford
Sander, Thanks for replying to my query. I don't really know anything about Apache. How would I go about determining how Apache and Tomcat interact? I have the httpd.conf file for the Apache in question, can I tell from that? I have looked through the file and I do not see mod_jk

Re: [EMAIL PROTECTED] Apache-Jboss Connector - file was not found

2007-01-23 Thread Serge Dubrouski
On 1/23/07, Alessandro Ilardo <[EMAIL PROTECTED]> wrote: I'm trying to set up an AJP connector between Apache 2 (red hat) and Jboss 3.2 (windows server) ServerName server1.domain.com DocumentRoot "/var/www/html" JkMount /id/admin/* jboss322 Here you set "a redirection" for all

Re: [EMAIL PROTECTED] IP based http->https redirection

2007-01-23 Thread Serge Dubrouski
mod_rewrite is your friend: http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html You can build RewriteCond based on REMOTE_HOST/REMOTE_ADDR and use RewriteRules then. Something like RewriteCond %{REMOTE_HOST} ^host1.* RewriteCond %{REMOTE_HOST} ^host2.* RewriteCond %{REMOTE_HOST} ^host3.*

[EMAIL PROTECTED] IP based http->https redirection

2007-01-23 Thread Dragan Zubac
Is it possible to redirect http->https traffic for all IP addresses range,except for specific IP address range for which not to redirect anything and behave normal (http->http,https->https) ? Sincerely Dragan Zubac __ This e

[EMAIL PROTECTED] Unable to bind to port 443 on 2.2.4

2007-01-23 Thread Jain, Abhay K, INFOT
I am trying to use same instance of Aapche to process requests on port 80 (http) and port 443 (https). I could not start apache built with mod_ssl and ran with trace and found that the Apache process binds to port 443 successfully but the child process fails stating that port is already in use. I

Re: [EMAIL PROTECTED] mounted file system for DocumentRoot

2007-01-23 Thread Jim Austin
Jesse, Sorry for not being clear: I am trying to use a Samba mounted filesystem as my DocumentRoot. I get the Apache test page telling me I have a problem with my Documentroot when I access the URL in the client browser. I don't see any error messages in the Windows logfile. Below is the

RE: [EMAIL PROTECTED] Auth via SQL

2007-01-23 Thread Rob Sterenborg
Nathan Kellogg wrote: >> There is also mod_auth_mysql which I got to work on 2.2.3 for both >> user and group (at the time I tried 2.2.3, only user auth was >> available). There is a patch available for mod_auth_mysql-3.0.0 to >> make it compile with Apache 2.2.3. > > We

RE: [EMAIL PROTECTED] Auth via SQL

2007-01-23 Thread Nathan Kellogg
There is also mod_auth_mysql which I got to work on 2.2.3 for both user and group (at the time I tried 2.2.3, only user auth was available). There is a patch available for mod_auth_mysql-3.0.0 to make it compile with Apache 2.2.3. We installed the compiled version of mod_auth_mysql for Apach

[EMAIL PROTECTED] Apache-Jboss Connector - file was not found

2007-01-23 Thread Alessandro Ilardo
I'm trying to set up an AJP connector between Apache 2 (red hat) and Jboss 3.2 (windows server) ServerName server1.domain.com DocumentRoot "/var/www/html" JkMount /id/admin/* jboss322 worker.list=tomcat559,jboss322 worker.tomcat559.maintain=60 worker.tomcat559.type=ajp13 worker.t

RE: [EMAIL PROTECTED] Auth via SQL

2007-01-23 Thread Rob Sterenborg
Nathan Kellogg wrote: > We tried using mod_authn_dbd with MySQL but there are apparently no > MySQL ( or PostgreSQL ) drivers built in to the mod_authn_dbd or to > mod_dbd. I do not have the resources to compile myself so that is > where I get stuck! Yes, that has some

RE: [EMAIL PROTECTED] Auth via SQL

2007-01-23 Thread Nathan Kellogg
We tried using mod_authn_dbd with MySQL but there are apparently no MySQL ( or PostgreSQL ) drivers built in to the mod_authn_dbd or to mod_dbd. I do not have the resources to compile myself so that is where I get stuck! Thanks At 09:17 AM 1/23/2007, you wrote: Nathan Kellogg

Re: [EMAIL PROTECTED] Multiple worker pools?

2007-01-23 Thread Sander Temme
On Jan 23, 2007, at 8:57 AM, Greg Cox wrote: I've got a cluster of 3 machines running Apache 2.0.52 (hello, stuck-on-RHEL4!) as a front-end to 2 Weblogic apps. One app (A) runs fine all the time; one app (B) will hold open weblogic connections to an outside vendor when said vendor explode

[EMAIL PROTECTED] Re: piping logs in apache2.2 on windows 2003/XP

2007-01-23 Thread sai koduri
Does anybody know how we can use rotatelogs.exe to pipe logs for every day ??? Does any flags need to be turned on or do I need to include any modules? Thanks sai - TV dinner still cooling? Check out "Tonight's Picks" on Yahoo! TV.

RE: [EMAIL PROTECTED] Auth via SQL

2007-01-23 Thread Rob Sterenborg
Nathan Kellogg wrote: > Has anyone successfully setup user authentication using an > SQL database? Yes, and I cannot imagine I'm the only one. If you didn't succeed in getting it to work, then you'd better post what you have done so far (compile/config) and what errors y

[EMAIL PROTECTED] Multiple worker pools?

2007-01-23 Thread Greg Cox
Hi, I've got a cluster of 3 machines running Apache 2.0.52 (hello, stuck-on-RHEL4!) as a front-end to 2 Weblogic apps. One app (A) runs fine all the time; one app (B) will hold open weblogic connections to an outside vendor when said vendor explodes. When B blocks, it starts sucking up spare

[EMAIL PROTECTED] Auth via SQL

2007-01-23 Thread Nathan Kellogg
Has anyone successfully setup user authentication using an SQL database? - 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-m

Re: [EMAIL PROTECTED] Apache + Tomcat = no session management

2007-01-23 Thread Sander Temme
On Jan 23, 2007, at 6:51 AM, Wm.A.Stafford wrote: Since the application works normally on Tomcat only, it seems pretty certain that Apache needs to be configured to handle Tomcat session management either by cookies or url rewriting or both. You're probably losing the session cookie somehow,

[EMAIL PROTECTED] Apache + Tomcat = no session management

2007-01-23 Thread Wm.A.Stafford
We deployed our Tomcat-based system on an Apache+Tomcat site and session management disappeared completely. Every Tomcat access to the session resulted in the creation of a new session. Url rewriting did not solve the problem. This is apparently a well known situtuation. Searching around I fou

[EMAIL PROTECTED] Re: Running Apache with DocumentRoot on a Mapped Drive

2007-01-23 Thread thetazzbot
Yes, you can achieve what you're trying to do, however, there are some gotchas that I could not work around. First of all, the reply above this one, may not always work, and it did not work for me. If you are running apache as a service, change the account the service logs into. This may not wo

RE: [EMAIL PROTECTED] Issues installing PHP

2007-01-23 Thread Bashiro
Cannot load C:/Program Files/Apache Software Foundation/Apache2.2/php5apache2_2.dll into server: The specified module could not be found. I think the path you specified is wrong. Look where you have the file "php5apache2_2.dll" and give the correct path. This file is normally in php directory a

Re: [EMAIL PROTECTED] is it possible ? (ssl-tunneling)

2007-01-23 Thread Krist van Besien
On 1/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, is it possible to have the connection between the client and the reverse proxy encrypted with ssl and authorization basic ? smth like ssh-tunneling ? example : client < SSL > Apache <-> origin server