[EMAIL PROTECTED] IE and redirect to SSL

2006-06-21 Thread Bill Moseley
[Sorry if you were on thelist and saw this already] Apache 2.0.55 - Debian Stable. I've got some odd log entries when using Internet Explorer. I have a site that when you click the "login" link it will do a http redirect to the SSL version of the site. I'm using correct URLs in my redirect and

Re: [EMAIL PROTECTED] VirtualHost directive not working after XP SP2 install

2006-06-21 Thread William A. Rowe, Jr.
It's that hotfix you must have. Then, if it works and listen 80 doesn't behave, I suspect that MS is still treating each loopback IP as disassociated from 'all' 0.0.0.0. So try this instead listen 127.0.0.1:80 listen 127.0.0.2:80 ... listen 127.0.0.5:80 Oh, and take a look at using windows\sys

[EMAIL PROTECTED] VirtualHost directive not working after XP SP2 install

2006-06-21 Thread Mark Kalmus
Title: VirtualHost directive not working after XP SP2 install We have a handful of ecommerce sites for my wifes cottage industry business.  We are developing the sites on a PC running Apache v.1.x, but after having to install XP SP2 so her new Microsoft accounting software would run, her Virt

[EMAIL PROTECTED] WAMP Server - Running External Application

2006-06-21 Thread Brian Stakes
I have a WAMP server set up and I am trying to use PHP to open an application on my server. I am using a simple system call: system("notepad.exe"); I checked on the PHP mailing list and was unable to come up with a solution. I am running XP Pro. And Apache is able to interact with the desktop

Re: [EMAIL PROTECTED] Certificates and keys

2006-06-21 Thread Andy Buckley
Savage, Robert CTR USTRANSCOM J6 wrote: Thanks very much for the pointer. Now I must ask one last (and very ignorant) question: Do the following results really say that server.key doesn't go with server.cert? $ openssl x509 -noout -text -in server.cert | openssl md5 fc68929f3a1863b9f8870ea38a3c8

RE: [EMAIL PROTECTED] Certificates and keys

2006-06-21 Thread Savage, Robert CTR USTRANSCOM J6
-Original Message- From: Andy Buckley [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 13:48 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Certificates and keys Savage, Robert CTR USTRANSCOM J6 wrote: > I'm reconstructing a web site and having certificate trouble. > htt

[EMAIL PROTECTED] Apache 1.3.36 / Solaris 9 / Too Many Open Files

2006-06-21 Thread Charles Plater
We have a webserver running Apache 1.3.36 on Solaris 9. If I try to add more than 81 VHOSTS all of the vhosts start throwing errors: [Wed Jun 21 12:29:31 2006] [crit] [client ] (24)Too many open files: /path/to/www/content/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is

Re: [EMAIL PROTECTED] Certificates and keys

2006-06-21 Thread Andy Buckley
Savage, Robert CTR USTRANSCOM J6 wrote: I'm reconstructing a web site and having certificate trouble. http://localhost/ displays the test file at DocumentRoot "F:\www\Apache2\htdocs", but https://locahost/ gives me the old "The page cannot be displayed" error. Is there a way to show that a file

[EMAIL PROTECTED] Configure error on HP-UX install

2006-06-21 Thread Mcgovern, Matthew CIV NAVAIR 521420E
Title: Configure error on HP-UX install I am very new at installing Apache.  I have an older HP-UX 10.80 OS.  I'm getting an error when I type: ./configure --prefix=/h/data/local/APACHE The configuration continues for a good while and then this error occurs: Size of "void *" is less tha

Re: [EMAIL PROTECTED] mpm on php

2006-06-21 Thread William A. Rowe, Jr.
Colm MacCarthaigh wrote: On Wed, Jun 21, 2006 at 12:14:53PM -0500, William A. Rowe, Jr. wrote: Of course some of us have been using it for those 6 years in worker mode, but I wouldn't expect that caviat emptor to disappear anytime soon. The more things change... I wonder will they ever point

[EMAIL PROTECTED] Certificates and keys

2006-06-21 Thread Savage, Robert CTR USTRANSCOM J6
I’m reconstructing a web site and having certificate trouble. http://localhost/ displays the test file at DocumentRoot “F:\www\Apache2\htdocs”, but https://locahost/ gives me the old “The page cannot be displayed” error.   Is there a way to show that a file “server.key” is the private key

Re: [EMAIL PROTECTED] mpm on php

2006-06-21 Thread Colm MacCarthaigh
On Wed, Jun 21, 2006 at 12:14:53PM -0500, William A. Rowe, Jr. wrote: > Of course some of us have been using it for those 6 years in worker mode, > but I wouldn't expect that caviat emptor to disappear anytime soon. The > more things change... I wonder will they ever point out the same thing exis

Re: [EMAIL PROTECTED] Apache 2.0.55 on Win2003 crashes when attempting LDAP auth against AD

2006-06-21 Thread Dan Buettner
Thanks Lisa. I see a note for the Windows binary version to install DLLs from a Sun package; I think I have got the right Sun package now. Do you recall details on which DLLs, and where you put them? Dan Gallardo, Lisa wrote: Hi Dan, I've got Windows 2003, Apache 2.0.55 and I'm using the l

Re: [EMAIL PROTECTED] mpm on php

2006-06-21 Thread William A. Rowe, Jr.
Joshua Slive wrote: On 6/21/06, onin <[EMAIL PROTECTED]> wrote: there's paragraph like this: - We do not recommend using a threaded MPM in production with Apache2. Use the prefork MPM instead, or use Apache1. For information on why, read the related FAQ entry on using Apache2 with a thr

Re: [EMAIL PROTECTED] password protected site

2006-06-21 Thread Jay
it has a public ip with a specific port attached to it. like. www.mydomain.com:1234 the DNS stuff is only internal, I mean this address is only on our internal DNS server. - Original Message - From: "Boyle Owen" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 21, 2006 6:25 AM Subject:

Re: [EMAIL PROTECTED] mpm on php

2006-06-21 Thread Joshua Slive
On 6/21/06, onin <[EMAIL PROTECTED]> wrote: hi all! i've installed php5 and apache2 on a winxp os. after reading the php install file. there's paragraph like this: - We do not recommend using a threaded MPM in production with Apache2. Use the prefork MPM instead, or use Apache1. For inf

RE: [EMAIL PROTECTED] password protected site

2006-06-21 Thread Boyle Owen
> -Original Message- > From: Jay [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 21, 2006 3:13 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] password protected site > > Hello all, don't know if this is possible but I thought I'd > ask anyways. > > I have an internal we

Re: [EMAIL PROTECTED] maximum httpd.conf size

2006-06-21 Thread Joshua Slive
On 6/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: What is the maximum size of httpd.conf ( with large number of portals, etc ) file that Apache can support. I am having around 1000 virtualhosts. There is no maximum size as far as I know. But a very large config will slow startups and

Re: [EMAIL PROTECTED] Thousands of VirtualHosts slowing down start/stop/graceful

2006-06-21 Thread Joshua Slive
On 6/21/06, jome <[EMAIL PROTECTED]> wrote: Joshua Slive wrote: > On 6/20/06, jome <[EMAIL PROTECTED]> wrote: > >> I have tried to locate the error but all I can come up with is that it >> is related to the large configuration (roughly 700k) file or the >> contents of it. An idea might be that th

Re: [EMAIL PROTECTED] RE: ProxyPass and HTTP-Auth username+password?

2006-06-21 Thread Christian Hammers
On Wed, Jun 21, 2006 at 02:36:24PM +0200, [EMAIL PROTECTED] wrote: > RequestHeader set Authorization: Basic qwertyuiopasdfgjhj Thanks! bye, -christian- -- Christian Hammers WESTEND GmbH | Internet-Business-Provider Technik CISCO Systems Partner - Authorized R

Re: [EMAIL PROTECTED] password protected site

2006-06-21 Thread Rainer Sokoll
On Wed, Jun 21, 2006 at 06:13:09AM -0700, Jay wrote: > I have some users though, that when they are out on the feild, from > time to time need access to the internal site. It there a way to let > the thise people view it by some sort of authenication? You want a VPN. Rainer

[EMAIL PROTECTED] password protected site

2006-06-21 Thread Jay
Hello all, don't know if this is possible but I thought I'd ask anyways.   I have an internal website that I've used the allow,deny feature and narrowed it down to only allow our main office and our remote offices to view this site.   I have some users though, that when they are out on the

[EMAIL PROTECTED] RE: ProxyPass and HTTP-Auth username+password?

2006-06-21 Thread henk.fictorie
You can add the header manually, like: RequestHeader set Authorization: Basic qwertyuiopasdfgjhj The last string is the base64 encoded username/password. See http://noeld.com/programs.asp?cat=misc#authentication for a windows tool that. regards Henk Fictorie -- Henk Fictorie KPN.com -Ori

[EMAIL PROTECTED] Re: Re: RE: /my.html#mySection

2006-06-21 Thread Mike - EMAIL IGNORED
On Wed, 21 Jun 2006 09:33:46 +0100, Pid wrote: > > > Mike - EMAIL IGNORED wrote: >> On Tue, 20 Jun 2006 08:42:33 -0600, David Salisbury wrote: >> >> [...] >> The occasional appearance of #ZZZ in my logs therefore still remains >> a mystery. By the way, I can duplicate it if I use nc on another

[EMAIL PROTECTED] mpm on php

2006-06-21 Thread onin
hi all! i've installed php5 and apache2 on a winxp os. after reading the php install file. there's paragraph like this: - We do not recommend using a threaded MPM in production with Apache2. Use the prefork MPM instead, or use Apache1. For information on why, read the related FAQ entry

RE: [EMAIL PROTECTED] Need clarification

2006-06-21 Thread Boyle Owen
> -Original Message- > From: Siva Prasad [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 21, 2006 1:18 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Need clarification > > hi > > I have set library path > > set LD_LIBRARY_PATH= path (where my libraries reside

RE: [EMAIL PROTECTED] Need clarification

2006-06-21 Thread Anil Dighade
Shiva,   I didn’t get this error, Whilst installation I installed openssl first and then Apache(with mod_ssl ). Before installation check the both the path variable(LD_LIBRARY_PATH and PATH) have path of the installed openssl. Also I had copied the respective openssl installed files to my

Re: [EMAIL PROTECTED] Need clarification

2006-06-21 Thread Susan Roesner RZ
Hi, it is important how you start apache. If you start it manual then the library path of ssl in /etc/profile unter LD_LIBRARY_PATH is enough. If you start apache at system boot, the /etc/profile is not read. In this case you have to make sure that the LD_LIBRARY_PATH for ssl lib is set in ap

Re: [EMAIL PROTECTED] Using SetOutputFilter in Location blocks

2006-06-21 Thread Andy Buckley
Just a reminder about this post :) Has anyone else seen this sort of behaviour? Do you need more information? Any help would be most appreciated! Andy Andy Buckley wrote: Hi, I have a long-standing problem with getting output filters to work in Location blocks. Here's an example configurat

Re: [EMAIL PROTECTED] Intermittent problem with Apache, PHP and SSL

2006-06-21 Thread Jesse Gumm
I know what Server not found means, but the fact that it happens ONLY when submitting a CERTAIN form, ONLY in IE, and ONLY in SSL makes it suspicious. If you read my second post about it, it turns out to be a problem with IE's keepalive during SSL sessions. Adding the following to the VirtualHos

Re: [EMAIL PROTECTED] vhost -1 ip add - correction

2006-06-21 Thread onin
i got it working now! thanks dude! Boyle Owen wrote: -Original Message- From: Boyle Owen [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 11:49 AM - put in a default document (eg, index.html) or define it with DirectoryIndex (see docs for details), ^

Re: [EMAIL PROTECTED] Need clarification

2006-06-21 Thread Rainer Sokoll
On Wed, Jun 21, 2006 at 04:48:01PM +0530, Siva Prasad wrote: > hi > > I have set library path > > set LD_LIBRARY_PATH= path (where my libraries reside) > > but could not find luck. I am getting the same errors > > Few more ideas plz.. What does both "ls -l `echo $LD_LIBRARY_PATH`" and "ldd htt

Re: [EMAIL PROTECTED] Need clarification

2006-06-21 Thread Siva Prasad
hi   I have set library path   set LD_LIBRARY_PATH= path (where my libraries reside)   but could not find luck. I am getting the same errors   Few more ideas plz..   thanks Siva     On 6/21/06, Boyle Owen <[EMAIL PROTECTED]> wrote: > -Original Message-> From: Siva Prasad [mailto: [EMAIL P

RE: [EMAIL PROTECTED] Need clarification

2006-06-21 Thread Boyle Owen
> -Original Message- > From: Siva Prasad [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 21, 2006 12:55 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Need clarification > > hi > > I was running my application in home/xyz of linux box > > I stopped tomcat and apache

[EMAIL PROTECTED] Need clarification

2006-06-21 Thread Siva Prasad
hi   I  was running my application in home/xyz of linux box   I stopped tomcat and apache both and then i am not able to start the application   If i start apache only iam getting the following error     /home/abc/xyz/servers/apache_dir/bin/httpd: error while loading shared libraries: libssl.so.0.

[EMAIL PROTECTED] error when using httpd-2.2 with cgi and fcgi

2006-06-21 Thread Alex Joseph
HI, list:      I'm using httpd-2.2.2 with mod_cgid and mod_fastcgi-2.4.2 under RHEL-as4u3 with the default kernel, the compiling parameters are listed below:$ bin/httpd -lCompiled in modules:  core.c  mod_log_config.c   event.c  http_core.c  mod_mime.c  mod_cgid.c  mod_dir.c  mod_alias.c  mod_so.ct

[EMAIL PROTECTED] ProxyPass and HTTP-Auth username+password?

2006-06-21 Thread Christian Hammers
Hello I would like to import a HTTP-Auth protected website into my site. How is this possible? My thoughts so far were ProxyPass and mod_rewrite but neither seems to allow me to put a fixed user+pass into the apache configuration. bye, -christian- -- Christian Hammers WESTEND GmbH

RE: [EMAIL PROTECTED] vhost -1 ip add - correction

2006-06-21 Thread Boyle Owen
> -Original Message- > From: Boyle Owen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 21, 2006 11:49 AM > - put in a default document (eg, index.html) or define it with DirectoryIndex (see docs for details), ^^ > > Rgds, > Owen Boyle > Disclaimer: Any discla

RE: [EMAIL PROTECTED] vhost -1 ip add

2006-06-21 Thread Boyle Owen
> -Original Message- > From: onin [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 21, 2006 11:25 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] vhost -1 ip add > > hi all! > > i have multiple websites that resides on > c:\webs\*\public_html > > what i want to happen is t

[EMAIL PROTECTED] vhost -1 ip add

2006-06-21 Thread onin
hi all! i have multiple websites that resides on c:\webs\*\public_html what i want to happen is to access each website to a different port by same hostname. ie. localhost:80 -> default website localhost:81 -> c:\webs\xxx1\public_html localhost:82 -> c:\webs\xxx2\public_html part of my current

[EMAIL PROTECTED] maximum httpd.conf size

2006-06-21 Thread satinders
Title: maximum httpd.conf size What is the maximum size of httpd.conf ( with large number of portals, etc ) file that Apache can support. I am having around 1000 virtualhosts. The information contained in this electronic mail transmission may be privileged and confidential, and therefore, p

Re: [EMAIL PROTECTED] Problem Installing Apache 2.2.2 on Linux

2006-06-21 Thread Joost de Heer
>> I tried to install Apache web server on Linux(CentOS).I have downloaded >> and installed it in the default dir i.e /usr/local/apache2.Now when i >> run >> apachectl start in the /usr/local/apache2/bin , thr is a msg that this >> command does not exit. ./apachectl start (the current directory is

Re: [EMAIL PROTECTED] Thousands of VirtualHosts slowing down start/stop/graceful

2006-06-21 Thread jome
Matus UHLAR - fantomas wrote: On 21.06.06 03:07, jome wrote: Subject: [EMAIL PROTECTED] Thousands of VirtualHosts slowing down start/stop/graceful I'm running Apache 2.2.2[1] on a Mac OS X Server 10.3 box, and I'm having some trouble which I'm pretty sure is related to having large amounts

Re: [EMAIL PROTECTED] Thousands of VirtualHosts slowing down start/stop/graceful

2006-06-21 Thread jome
Joshua Slive wrote: On 6/20/06, jome <[EMAIL PROTECTED]> wrote: I have tried to locate the error but all I can come up with is that it is related to the large configuration (roughly 700k) file or the contents of it. An idea might be that the DocumentRoot checks are taking a lot of time, but I'm

Re: [EMAIL PROTECTED] Re: RE: /my.html#mySection

2006-06-21 Thread Pid
Mike - EMAIL IGNORED wrote: > On Tue, 20 Jun 2006 08:42:33 -0600, David Salisbury wrote: > > [...] > The occasional appearance of #ZZZ in my logs therefore still remains > a mystery. By the way, I can duplicate it if I use nc on another > Linux box to send an (in)appropriate GET. Which user-ag

Re: [EMAIL PROTECTED] Thousands of VirtualHosts slowing down start/stop/graceful

2006-06-21 Thread Matus UHLAR - fantomas
On 21.06.06 03:07, jome wrote: > Subject: [EMAIL PROTECTED] Thousands of VirtualHosts slowing down > start/stop/graceful > I'm running Apache 2.2.2[1] on a Mac OS X Server 10.3 box, and I'm > having some trouble which I'm pretty sure is related to having large > amounts of VirtualHosts (or larg

RE: [EMAIL PROTECTED] Intermittent problem with Apache, PHP and SSL

2006-06-21 Thread Boyle Owen
> -Original Message- > From: Jesse Gumm [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 20, 2006 6:42 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Intermittent problem with Apache, PHP and SSL > > So I'm encountering an EXTREMELY intermittent error with Apache, PHP > and S

RE: [EMAIL PROTECTED] RE: RE: /my.html#mySection

2006-06-21 Thread Boyle Owen
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Mike - > EMAIL IGNORED > Sent: Wednesday, June 21, 2006 4:04 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] RE: RE: /my.html#mySection > > > > > > > [...] > > Yes, I know what it all is. The #ZZZ ap

Re: [EMAIL PROTECTED] Pease help with mod_deflate configuration

2006-06-21 Thread CC CHEN
  Finally i got the reason what cause the deflate cannot work. Emmanuel E U r right that the proxy is not http 1.1 compliant.   From the log i can see that when I access the page with proxy : 10.150.1.111 [07/Jun/2006:14:43:08 +0800] "GET /beta/public/Page.do?mode=MAIN HTTP/1.0" 200 16889 -