[users@httpd] Nosniff Causes Files to display - Rather than download as intended

2020-05-13 Thread Lee Fuller
: AddType application/octet-stream .dmg AddType application/zip .zip Does not help. Any suggestions? Lee Fuller Managing Director, Technology m: +1 (949) 564-6349 lee@simple.science<mailto:lee@simple.science> simple.science 1626 Ohms Way Costa Mesa, CA 92627 Certified AWS Technology Profes

[users@httpd] Initial design ideas of AB tools to test the performance of Web Server

2018-04-11 Thread Daniella Lee
Hi, I'm using AB tools , and I use the means to add concurrency to get the accurate max value of RPS(request per second) ,while I found that with the concurrency Increase, the latecy time increase , the RPS increase then reduce . Do that mean the maximum value of RPS is the capacity of

Re: [users@httpd] content negotiation default language/file?

2017-03-14 Thread Lee Fisher
I was missing DefaultLanguage! That's what I was looking for. I think adding DefaultLanguage en DirectoryIndex index in Directory solved it. I'll keep testing. On Tue, Mar 14, 2017 at 10:55 AM Lee Fisher <fisher@gmail.com> wrote: > AddLanguage en .html > wor

Re: [users@httpd] content negotiation default language/file?

2017-03-14 Thread Lee Fisher
AddLanguage en .html works sometimes but still not consistently. On Tue, Mar 14, 2017 at 10:52 AM Lee Fisher <fisher@gmail.com> wrote: > Seeing it in apaste triggered something in my brain. > If I change en to > AddLanguage en .html > AddLanguage zh .zh > AddLanguag

Re: [users@httpd] content negotiation default language/file?

2017-03-14 Thread Lee Fisher
Seeing it in apaste triggered something in my brain. If I change en to AddLanguage en .html AddLanguage zh .zh AddLanguage ja .ja It seems to work. Is this valid? Thanks, Lee On Tue, Mar 14, 2017 at 10:50 AM Lee Fisher <fisher@gmail.com> wrote: > Hi Luca, > Thanks for response.

Re: [users@httpd] content negotiation default language/file?

2017-03-14 Thread Lee Fisher
Hi Luca, Thanks for response. Please see example here http://apaste.info/sRqr4 On Tue, Mar 14, 2017 at 3:09 AM Luca Toscano <toscano.l...@gmail.com> wrote: > Hi! > > 2017-03-13 23:39 GMT+01:00 Lee Fisher <fisher@gmail.com>: > > Hi, > On my current site with 2.

[users@httpd] content negotiation default language/file?

2017-03-13 Thread Lee Fisher
or I must name everything index.en.html? Is there an option I am missing? Thanks, Lee

Re: [users@httpd] Apache virus scanning

2016-03-10 Thread Wei-min Lee
> > TX. > > 2016-03-09 21:22 GMT+01:00 Wei-min Lee <weimin.b@gmail.com>: > >> Using ICAP is a good way to go so that the person uploading files can be >> notified of upload fails due to the virus scan. Relying on filesystem >> virus scans lacks visibility o

Re: [users@httpd] Apache virus scanning

2016-03-09 Thread Wei-min Lee
Using ICAP is a good way to go so that the person uploading files can be notified of upload fails due to the virus scan. Relying on filesystem virus scans lacks visibility of quarantined/rejected files. On Wed, Mar 9, 2016 at 12:18 PM, Wei-min Lee <weimin.b@gmail.com> wrote: > You

Re: [users@httpd] Apache virus scanning

2016-03-09 Thread Wei-min Lee
>> >> I would imagine that running any AV software that monitors the >> >> filesystem for changes would be sufficient. Why do you think you need >> an >> >> httpd module for this? >> >> >> >> -chris >> >> >> >> - >> >> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org >> >> For additional commands, e-mail: users-h...@httpd.apache.org >> >> >> > >> > >> > - >> > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org >> > For additional commands, e-mail: users-h...@httpd.apache.org >> > >> >> - >> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org >> For additional commands, e-mail: users-h...@httpd.apache.org >> >> > -- *~Wei-min Lee~*

Re: [users@httpd] Re: throttling IP addresses

2016-02-02 Thread Wei-min Lee
There may not be a simple single solution for you. Iptables can be used to restrict packets that are coming in at an excessively high rate Snort can be used to detect and manage intrusion attempts. ~Sent from my Huawei H1511~ On Feb 2, 2016 8:48 AM, "George Genovezos"

Re: [users@httpd] Localhost cannot be accessed when Apache is started

2016-01-14 Thread Wei-min Lee
Is this on windows? What is the command in "The command went through as it should"? This might be a dumb question, but is Apache running on the same machine you're opening your browser on? ~Sent from my Huawei H1511~ On Jan 14, 2016 6:37 PM, "Josiah Asbill" wrote: > I

Re: [users@httpd] Possible virus via httpd server

2016-01-13 Thread Wei-min Lee
;>> notice that my iptables is not as tight as it should be. >> > >>> >> > >>> -- >> > >>> Michael D. Berger >> > >>> m.d.ber...@ieee.org >> > >>> http://www.rosemike.net/ >> > >>> >> > >>> >> > >>> >> > >>> >> > >> >> > - >> > >> >> > >> >> > >> > >> > >> > >> > - >> > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org >> > For additional commands, e-mail: users-h...@httpd.apache.org >> > >> > >> >> >> - >> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org >> For additional commands, e-mail: users-h...@httpd.apache.org >> >> >> >> - >> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org >> For additional commands, e-mail: users-h...@httpd.apache.org >> >> > > -- *~Wei-min Lee~*

Re: [users@httpd] Load Balancing - 2 Active nodes & 1 Inactive until threshold

2015-09-04 Thread Wei-min Lee
thing or misunderstood the option. > > How will I go about setting up the configuration I have in mind, if it is > possible? > > Thank you in advance. > > Kind Regards > Leon > -- *~Wei-min Lee~*

Re: AW: [users@httpd] rotatelogs.exe keeps one giant file [wd-vc]

2014-09-25 Thread Wei-min Lee
What's the date/time stamp on the one error log? As Kurt said, and from what I read online, files are only generated when there's output for that log. I think 2.4.10 has a -c option to generate a file even if there's no output. Your directory list shows that there are error logs with the date

[users@httpd] combining conflicting rewrite rules

2014-09-04 Thread Wei-min Lee
Hello, I have Apache 2.4 in front of Tomcat 6 hosting sites developed with Autonomy. I'm using Apache to proxy ajp as well as rewrite in my vhost config the following ways... RewriteEngine on RewriteRule ^/main/(.*) /$1 [L,R=301] RewriteRule ^/html/main/(.*) /$1 [L,R=301] RewriteRule ^/$

Re: [users@httpd] combining conflicting rewrite rules

2014-09-04 Thread Wei-min Lee
Thanks for the tip. On Thu, Sep 4, 2014 at 1:47 PM, Rich Bowen rbo...@rcbowen.com wrote: On 09/04/2014 04:35 PM, Wei-min Lee wrote: 1 - all requests for .html?$, .aspx?$, etc, should be rewritten as $1.page 2 - exclude /folderx/(.*)\.html?$ from rule 1 That's what RewriteCond

Re: [users@httpd] Serve web pages from a different server

2014-07-16 Thread Wei-min Lee
Sounds like a case for mod_proxy. ~Sent from my HTC PN07120~ On Jul 16, 2014 5:18 PM, John Garrett j...@wyoco.com wrote: Is there a way to use the virtual server directive to serve web pages from a different server with a different IP address than my production FreeBSD/Apache box? I have

Re: [users@httpd] Serve web pages from a different server

2014-07-16 Thread Wei-min Lee
Yes, you can use vhosts for different sites and use mod_proxy on the vhost stanza for the site on iis be proxied by apache. ~Sent from my HTC PN07120~ On Jul 16, 2014 5:35 PM, Wei-min Lee weimin.b@gmail.com wrote: Sounds like a case for mod_proxy. ~Sent from my HTC PN07120~ On Jul 16

Re: [users@httpd] Serve web pages from a different server

2014-07-16 Thread Wei-min Lee
Redirect assumes the destination is directly accessible whereas with proxy/reverse proxy, the target, as you said, Wim, could be non public servers. ~Sent from my HTC PN07120~ On Jul 16, 2014 5:42 PM, Wim Lewis w...@omnigroup.com wrote: On 16 Jul 2014, at 5:17 PM, John Garrett wrote: Is

Re: [users@httpd] How to Redirect a URL

2014-06-19 Thread Wei-min Lee
I think what you're looking for is ICAP integration, but I'm not sure if you can do that solely with Apache. I think you would need to implement a transparent proxy like squid which will pass user requests through the ICAP server before handing the request off to your content servers.

Re: [users@httpd] How to Redirect a URL

2014-06-19 Thread Wei-min Lee
, Wei-min Lee weimin.b@gmail.com wrote: I think what you're looking for is ICAP integration, but I'm not sure if you can do that solely with Apache. I think you would need to implement a transparent proxy like squid which will pass user requests through the ICAP server before handing

[users@httpd] custom ldap conf file

2014-04-14 Thread Lee Burke
, uri and base. Lee Burke Lead Systems Engineer GPDS Innovation lee.bu...@gm.commailto:lee.bu...@gm.com C 586.359.9417 [cid:image001.jpg@01CF57EB.1E6D62D0] Nothing in this message is intended to constitute an electronic signature unless a specific statement to the contrary is included

[users@httpd] Help with Apache Virtual Host Config for Ubuntu Server 4 IPs

2013-06-25 Thread Francis Lee Mondia
Hi, I'm trying to configure an Ubuntu server with 4 Public IPs to display This is a shared IP site if any of the IPs are accessed directly. The server has IP-based virtual-hosts configured on the different IPs. So far, I'm not having any success with it. Any help will be appreciated. Francis

Re: [users@httpd] Help with Apache Virtual Host Config for Ubuntu Server 4 IPs

2013-06-25 Thread Francis Lee Mondia
Hi Yehuda, Yes, this is the Ubuntu default configuration. I did as you suggested and it worked. Thanks for all the help. Francis On Tue, Jun 25, 2013 at 11:48 PM, Yehuda Katz yeh...@ymkatz.net wrote: On Tue, Jun 25, 2013 at 11:35 AM, Francis Lee Mondia fbmon...@gmail.comwrote: I'm

[users@httpd] index file

2013-01-12 Thread Christopher Lee
Hello All, I am running Apache version 2.2.15 on Linux Red Hat Enterprise Linux Server release 6.3. I am looking for I would like to add a default 'maintenance' web page that will display when I am performing website updates. Could someone point me to technical documentation that will show me

[users@httpd] Name based virtual host

2013-01-04 Thread Christopher Lee
Hello, After reading the documentation on Name-based Virtual Host Support (http://publib.boulder.ibm.com/httpserv/manual70/vhosts/name-based.html) I had a few questions. In the case of sites that are using SSL would each need a separate port? Best, Christopher This message is for the

[users@httpd] Re: users Digest 19 Mar 2012 01:35:58 -0000 Issue 4312

2012-03-21 Thread Joon Lee
Drop the cookie thing and replace localhost with 192.168.1.5 in the proxy lines Hi Igor, I tried removing the cookie-related lines and replacing localhost with the ip address as you mentioned, but that gives me a 503 error from a browser on the server itself and the same inability to connect from

[users@httpd] Re: site loads correctly using lan ip, but not from other computers on same lan

2012-03-18 Thread Joon Lee
192.168.1.5 itself. Any other ideas? -Daniel Lee

[users@httpd] site loads correctly using lan ip, but not from other computers on same lan

2012-03-17 Thread Joon Lee
Hi, I've got a configuration using ProxyPass for a webapp running on localhost to be accessible from example.com: and a wordpress blog on example.com:80. the httpd.conf vhost setting like this: VirtualHost *: ServerAdmin ad...@example.com ServerName www.example.com ServerAlias

[users@httpd] Client certificate authentication stops working after some time

2011-09-16 Thread Erik Lee
Hello list-members, I'm trying to diagnose why client certificate authentication starts to fail after having run for some amount of time on a RHEL server running httpd 2.2.3-45.el5. When it fails, restarting the daemon can resolve it but I've been told that sometimes it takes several restarts.

[users@httpd] disable ssl support for weak ciphers and v2 protocol, mod_ssl required?

2011-09-14 Thread Lee Fisher
holes. Thanks, Lee

Re: [users@httpd] Apache monitoring

2011-05-03 Thread Lee
This is the Apache web server users' group. Your mention of PHP suggests you might be in the wrong group. This is not a PHP group. HTH Lee On 03/05/2011 17:23, marco di sano wrote: Hi all, I'm new in this group. I ask you if it is possible to monitoring the function calls that Apache makes

Re: [users@httpd] REQUEST_URI multiple wildcard pattern

2011-05-01 Thread Lee Goddard
are done, you do not want to be logging rewrites on a live server. On 30/04/2011 18:41, Arunkumar Janarthanan wrote: Thank you very much Lee, appreciate your assistance with this issue. However with the below rule the URI pattern with actual string even is not working. Like I said when I try

Re: [users@httpd] REQUEST_URI multiple wildcard pattern

2011-04-30 Thread Lee
at the beginning of the string. So: ! If REQUEST_URI does not match ^ from the start / oblique (files|admin|user|product|go) any of these phrases HTH Lee

Re: [users@httpd] REQUEST_URI multiple wildcard pattern

2011-04-30 Thread Lee Goddard
. You do not need to terminate the pattern with a wildcard -- you have a match at the beginning. What is it exactly that you are trying to achieve? Lee On 30/04/2011 12:44, Arunkumar Janarthanan wrote: Thanks Lee, for your reply. I could use !^/(files|admin|user|product|go), however this would

Re: [users@httpd] REQUEST_URI multiple wildcard pattern

2011-04-30 Thread Lee
you have them after an /oblique/, sometimes without, sometimes not at all. I assumed that was a typo, and that every item should have a wildcard star. If that is not the case, please drop me a line off-list. HTH Lee PS There is a note on wildcards in ! negated patterns, and why to avoid them

Re: [users@httpd] How htaccess enables CGI script as default page

2011-03-03 Thread Lee
of this - there is too little history in the post to catch up properly. Please post again, with log file snippets, if you are still having problems. Lee On 03/03/2011 08:38, Manoj Samtani wrote: What error you are getting or in log file?? And did you changed index.py permissions to 755

Re: [users@httpd] Weird error in error_log - sh: /which: No such file or directory

2011-03-03 Thread Lee
In Perl, check for keywords exec and system, and back-tick characeters like this: ` These all execute via the shell. HTH Lee On 03/03/2011 10:48, Tom Evans wrote: On Thu, Mar 3, 2011 at 9:30 AM, David Hubbard dhubb...@dino.hostasaurus.com wrote: That unfortunately is all

Re: [users@httpd] PCRE Syntax or bug? (was Require group help required)

2011-02-22 Thread Lee
On 22/02/2011 08:06, Nick Kew wrote: On 22 Feb 2011, at 06:55, Lee wrote: Have I misunderstood the PCRE engine, or is this a bug...? Thou shalt not mixDirectory andLocation! (the gory details are explained somewhere in the docs; I'm not about to look it up). No, don't look it up, I'll

[users@httpd] Require group help required

2011-02-21 Thread Lee Goddard
appreciated Thanks in anticipation Lee ScriptAlias /admin-cgi/ /Users/leegoddard/src/www/asite/admin-cgi/ Directory /Users/leegoddard/src/www/asite/admin-cgi/ Options -Indexes AuthName Senior Admin AuthType Basic Require group admin AuthBasicProvider dbm AuthDBMType SDBM

Re: [users@httpd] Require group help required

2011-02-21 Thread Lee
? Thanks Lee - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org from the digest

Re: [users@httpd] Require group help required

2011-02-21 Thread Lee
to be safe. More details: When a user not in admin or adminjr group accesses /admin-cgi : [Mon Feb 21 10:53:45 2011] [error] [client ::1] Authorization of user blikkdisp to access /admin-cgi/admin.cgi/users/ failed, reason: user is not part of the 'require'ed group(s). These groups are: admin: lee

Re: [users@httpd] Require group help required

2011-02-21 Thread Lee
On 21 Feb 2011, at 09:12, Lee Goddard wrote: Dear Apache Users, I have been looking at a problem for so many hours now that I think it has made me blind. The below configuration is intended to restrict access to /admin-cgi/ to members of the group admin, which is defined in a plain text

Re: [users@httpd] Require group help required

2011-02-21 Thread Lee
i can think of...! Cheers Lee

Re: [users@httpd] PCRE Syntax or bug? (was Require group help required)

2011-02-21 Thread Lee
On 21 Feb 2011, at 09:12, Lee Goddard wrote: Dear Apache Users, I have been looking at a problem for so many hours now that I think it has made me blind. The below configuration is intended to restrict access to /admin-cgi/ to members of the group admin, which is defined in a plain text

[us...@httpd] Refresh issue displaying first page of PDF?

2010-07-12 Thread Lee Fisher
what could be going on or who else we might ask. Lee Fisher

Re: [us...@httpd] SSL and apache 2.2.15 installed from source. How to?

2010-06-24 Thread Audrey Lee
Herald and Jeff, Thanks for the responses! I feel like I'm making progress. Here is what my modules directory looks like: /pt/apache/modules: total used in directory 24 available 35223120 drwxr-xr-x 3 maco staff 102 Jun 19 12:41 . drwxr-xr-x 14 maco staff 476 Jun 19 12:41 ..

Re: [us...@httpd] SSL and apache 2.2.15 installed from source. How to?

2010-06-24 Thread Audrey Lee
: *** [all-recursive] Error 1 Thu Jun 24 14:15 /pt/tmp/httpd-2.2.15 maco$ Thu Jun 24 14:15 /pt/tmp/httpd-2.2.15 maco$ Thu Jun 24 14:15 /pt/tmp/httpd-2.2.15 maco$ I am not a c programmer but my guess is that we have a file named ab.o and it wants some things and cannot find them. On 6/24/10, Audrey Lee

Re: [us...@httpd] SSL and apache 2.2.15 installed from source. How to?

2010-06-24 Thread Audrey Lee
Google returns a lot of hits on: Undefined symbols _BIO_set_callback_arg On 6/24/10, Audrey Lee audrey.lee.is...@gmail.com wrote: Well, I did this: - Carefully read /pt/tmp/httpd-2.2.15/INSTALL - ./configure --prefix=/pt/apache --enable-ssl --with-port=8123 --with-sslport=8443

Re: [us...@httpd] SSL and apache 2.2.15 installed from source. How to?

2010-06-24 Thread Audrey Lee
/libcrypto.dylib | grep _BIO_set_callback 00066880 T _BIO_set_callback 00066890 T _BIO_set_callback_arg Thu Jun 24 14:40 /pt/tmp/httpd-2.2.15 maco$ Thu Jun 24 14:40 /pt/tmp/httpd-2.2.15 maco$ Again, I'm no c-programmer so I dont know what nm is telling me here. I'm lost... On 6/24/10, Audrey Lee

[us...@httpd] SSL and apache 2.2.15 installed from source. How to?

2010-06-23 Thread Audrey Lee
I want to serve files via https on my apache server. I did this already using a lighttpd web server and it was easy. I just had to follow this document: http://redmine.lighttpd.net/wiki/lighttpd/Docs:SSL Now I am ambitious. I want to do the same thing but on Apache. I'm using Apache 2.2.15

[us...@httpd] Vulnerability - Expect Header Cross-Site Scripting | CVE-2006-3918

2010-06-22 Thread John Lee
? Any feedback on this issue would be helpful. Sincerely, John Lee -Original Message- From: mark...@gmail.com [mailto:mark...@gmail.com] On Behalf Of Mark J = Cox Sent: Monday, June 14, 2010 9:14 AM To: John Lee Cc: secur...@apache.org Subject: Re: Vulnerability - Expect Header Cross-Site

[us...@httpd] How to make the code of PHP[mail()] work?

2010-03-26 Thread Lee David
to be passed as extra parameters ; to the sendmail binary. These parameters will always replace the value of ; the 5th parameter to mail(), even in safe mode. ;mail.force_extra_parameters = Thanks. Warm Regards, David Lee ___ 辣茩妏蚚閉湮⺍講捇誥蚘眊

[us...@httpd] How to make the code of PHP[mail()] work?

2010-03-26 Thread Lee David
as extra parameters ; to the sendmail binary. These parameters will always replace the value of ; the 5th parameter to mail(), even in safe mode. ;mail.force_extra_parameters = Thanks. Warm Regards, David Lee

Re: [us...@httpd] SSL file location and permissions?

2010-01-18 Thread Lee Fisher
Is there a standard location where the SSL crt, csr, and key files should be located? This wiki page might be of help for some of these locations: http://wiki.apache.org/httpd/DistrosDefaultLayout - The official

[EMAIL PROTECTED] apache cache or other issues?

2008-07-12 Thread tom lee
Hello, I used apache with php and drupal. I got the following error in my web browser. warning: file_get_contents(http://abc.mywebsite.com/?prt=test) [function.file-get-contents]: failed to open stream: Connection refused in /var/www/html/includes/common.inc(1352) : eval()'d code on line 22.

Re: [EMAIL PROTECTED] apache cache or other issues?

2008-07-12 Thread tom lee
On Sat, Jul 12, 2008 at 4:56 PM, j k [EMAIL PROTECTED] wrote: - it's trying to open a file via a url and as I recall that may be switched off by default in php 5.2.6. afaik apache 2.2.8 works just fine with php 5.2.6 What

RE: [EMAIL PROTECTED] suppressing HTTP 100 continue

2007-08-20 Thread Jimmy Lee
If that's really true, that saves me lots of headaches. Are you sure? Thanks! -Original Message- From: André Malo [mailto:[EMAIL PROTECTED] Sent: Monday, 20 August 2007 5:25 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] suppressing HTTP 100 continue * Jimmy Lee wrote

RE: [EMAIL PROTECTED] suppressing HTTP 100 continue

2007-08-19 Thread Jimmy Lee
', I want to know if there's any way to suppress it at all. -Original Message- From: André Malo [mailto:[EMAIL PROTECTED] Sent: Friday, 17 August 2007 5:59 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] suppressing HTTP 100 continue * Jimmy Lee wrote: I'm working with some

RE: [EMAIL PROTECTED] suppressing HTTP 100 continue

2007-08-19 Thread Jimmy Lee
Hmmm, I'll try that and test it with the client. Thanks Tom! -Original Message- From: Tom Donovan [mailto:[EMAIL PROTECTED] Sent: Monday, 20 August 2007 11:16 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] suppressing HTTP 100 continue Jimmy Lee wrote: 1. The client

[EMAIL PROTECTED] suppressing HTTP 100 continue

2007-08-17 Thread Jimmy Lee
Hi, I'm working with some devices that can't handle 100 continues. Is there a way to apply filters to apache to stop it from sending HTTP 100? Or is the only way to hack the base code? Thanks, Jimmy

Re: [EMAIL PROTECTED] Running httpd as root on a Linux machine

2007-08-07 Thread Ron Lee
on the server that would require root privs). Graham Frank Neoservers LLC - Founder and Owner Ph: (608) 359-1593 Member of the Better Business Bureau -Original Message- From: Ron Lee [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 5:21 AM To: users@httpd.apache.org Subject

[EMAIL PROTECTED] Running httpd as root on a Linux machine

2007-08-06 Thread Ron Lee
Hi all, I want to perform remote network configuration on a Linux machine via web interface. I thought that I can use PHP for this purpose. When I click on a certain button, I want certain configuration scripts executed on the Linux machine. So far that works fine. The problem I have is that my

[EMAIL PROTECTED] Apache / JBoss configuration exceptions...

2007-06-05 Thread Trevor Lee
Hi, We've got an issue that hopefully you'll be able to shed some light on for us... Our environment: Apache: 2.0.46 build august 1 2006 09:25:45 Red Hat ES 3 update 4: linux 2.4.31-27.ELsmp #1 JBOSS: 4.0.1 Java: 1.4.2_06-b03 The situation we have is as follows: We have a JBOSS application that

Re: [EMAIL PROTECTED] Could I have some help on installing Apache SSL

2006-11-23 Thread charlene lee
Yes. We have openSSL installed. It was during installing Apache that's when we got that error message saying that it cannot find the Toolkit. Richard de Vries [EMAIL PROTECTED] wrote: Do you have openSSL installed?

Re: [EMAIL PROTECTED] Could I have some help on installing Apache SSL

2006-11-23 Thread charlene lee
Yes. We have openSSL installed. First we installed openSSL and all went well. Then we tried to install Apache and it was during installing Apache that's when we got that error message saying that it cannot find the Toolkit. Richard de Vries [EMAIL PROTECTED] wrote: Do you have

Re: [EMAIL PROTECTED] Could I have some help on installing Apache SSL

2006-11-23 Thread charlene lee
, 2006, at 7:48 PM, charlene lee wrote: It saids that it cannot find the Toolkit . configure: error: ... No recognized SSL/TLS toolkit detected. There are two possibilities: your installation is lacking OpenSSL or, if you are running Linux, it's lacking the openssl-dev package. What we ship

[EMAIL PROTECTED] Web page content changed

2006-09-28 Thread Vincent Lee
Hi all, We are running web server on Apache v2.0.55, together with php 4.4.0, ASP and FrontPage 5.0 in Sun Solaris 9 Sparc OS. We are running 2 web servers via load balancer and all the way is stable. Yesterday morning, when my colleague try to browse the web site, it display the previous(old)

Re: [EMAIL PROTECTED] Web page content changed

2006-09-28 Thread Vincent Lee
Boyle Owen wrote: -Original Message- From: Vincent Lee [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 28, 2006 9:16 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Web page content changed Hi all, We are running web server on Apache v2.0.55, together with php

RE: [EMAIL PROTECTED] logs

2006-07-10 Thread Yong Lee
looking more into it and it looks like it might be writing the information to the old server I had (as I didn't take it offline). What is selinux? Thanks, Dave Yong Lee [EMAIL PROTECTED] wrote: I think youll need to provide more background info on your problem to get some help on it as your

RE: [EMAIL PROTECTED] logs

2006-07-07 Thread Yong Lee
I think youll need to provide more background info on your problem to get some help on it as your question is too general. Some obvious things to look for would be : - check your log file paths as defined in your configuration file - check their permissions - if using linux with

[EMAIL PROTECTED] ErrorDocument question

2006-06-07 Thread Yong Lee
Hi All, Im trying to configure some custom error pages with apache2.0 and although I think this is possible, I cant seem to find any documentation describing how it can be done. Id like to define some custom error pages for certain error codes, but then would like to use a single

[EMAIL PROTECTED] why do I get a 304 when I replace a file with a changed version?

2006-05-04 Thread Jennifer R. Lee
Hello All - I have an issue with my Apache server that I do not understand. I am no Apache expert, so I am hoping someone within this forum can tell me if this is expected behavior, a config issue or a possible bug. I see nothing in the FAQ's or bug lists that help me with this. I am testing

[EMAIL PROTECTED] RE: [SPAM] - Re: [EMAIL PROTECTED] why do I get a 304 when I replace a file with a changed version? - Email found in subject

2006-05-04 Thread Jennifer R. Lee
and therefor their new doc will never be posted until they check and correct the method they used to replace the file. That's what I plan to do for now anyway. Thanks again! Jennifer Lee From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] Sent: Thu 5/4

[EMAIL PROTECTED] fonts

2005-12-14 Thread Glen Lee Edwards
Where does apache access the fonts it uses? - are these a part of the apache distro, or does it access the fonts on the system it is installed on? Glen - The official User-To-User support forum of the Apache HTTP Server

[EMAIL PROTECTED] Setting up 2.0.55 for use with Marathi and Marathi dynamic fonts?

2005-12-13 Thread Glen Lee Edwards
I received a letter from an individual who asked the following question: How can I load Marathi (Our Vernacular Language) matter on my site would I be able to creat one in Marathi it self. I have Marathi Dinamic fonts required for the web. How do I set up the Apache server so it will work with

RE: [EMAIL PROTECTED] welcome.conf not being incorporated into httpd.conf correctly

2005-10-12 Thread Goddard Lee
Title: Message Not sure what you deleted or what your 'welcome.conf' is. Maybe try setting an absolute ServerRoot and Include.. Im new to Apache but Ive done my homework with the manuals, FAQ, and knowledgebase and still cant figure it out. When I use the http configuration tool

RE: [EMAIL PROTECTED] NNTP services through apache

2005-10-12 Thread Goddard Lee
'Apache::NNTPGateway - A NNTP interface (Usenet newsgroups) for mod_perl enabled Apache web server.' A bit off-topic here, but you will probably find help on the mod_perl list: modperl@perl.apache.org I am looking for a way to provide a web interface to a NNTP server. I found the

[EMAIL PROTECTED] Apache 2.0 Log problem - output freezes - not flushing?

2005-10-10 Thread Goddard Lee
opping" message. Any suggestions appreciated, for how to resolve this, or where best to ask about it. Thanks Lee GoddardInternet Application DevelopmentEuropean Aviation Safety AgencyAdministrative Directorate E: [EMAIL PROTECTED]T: +49 221 89990 3221F: +49 221 89990 3721W: www.easa.eu.int

RE: [EMAIL PROTECTED] Apache 2.0 Log problem - output freezes - not flushing?

2005-10-10 Thread Goddard Lee
Sorry about the format - not familiar with this Outlook. Restarting tail does not work. Problem suddenly started last week after three months of running this install with no issues. If anyone has had/resolved similar, please do get in touch. tia Lee -Original Message- From: Boyle

[EMAIL PROTECTED] Professional consulting for Apache HTTPD server

2005-09-30 Thread Trustin Lee
on Apache HTTPD server to her, please call her to this number: +82-19-482-8879 Please just tell her that 'Hee-seung Lee' (or Trustin Lee) posted a message to this mailing list, then you will be able to keep conversing with her. The company you'll consult for is Samsung SDS in Korea, South.Besides, I

Re: [EMAIL PROTECTED] error after installation on WINXP SP2 : [crit] (OS 10022) WSASocket failed to open the inherited socket

2005-09-16 Thread Jean Lee
Jean Lee a écrit : Hi all, I'm new to the list and new to apache. I tried to install Apache 2.0.54 but with no success. The things I have done are : Download apache-2.0.54-no_ssl.exe installer from the download site of apache. (I downloaded the .msi too but the windows installer does

[EMAIL PROTECTED] error after installation on WINXP SP2 : [crit] (OS 10022) WSASocket failed to open the inherited socket

2005-09-15 Thread Jean Lee
? Thank you for any help, Jean LEE - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] from

[EMAIL PROTECTED] rotatelogs for errorlog won't work in 2.0.54

2005-09-11 Thread Tom Lee
Hello, for rotatelogs and httpd2 2.0.54 in solaris, Under my ssl.conf, ErrorLog |/usr/local/apache/bin/rotatelogs /usr/local/apache/logs/error_log_443 86400 won't work. Any access error log such as 404 won't show up in error_log_443. I have to use ErrorLog

[EMAIL PROTECTED] Problem with SSL request via Windows Network Load Balancer (WNLB)

2005-07-21 Thread Lee Weng Kong
Hi, I'm using Apache HTTP Server 2.0.53. This is set-up on a machine with IP 131.42.1.4. Windows Network Load-Balancer is configured to use virtual IP 131.42.2.5 and currently only manages the IP 131.42.1.4 (i.e. it will direct all requests only to 131.42.1.4). I've also set up the

[EMAIL PROTECTED] RE: [POSSIBLE SPAM] - Re: [EMAIL PROTECTED] Problem with SSL request via Windows Network Load Balancer (WNLB) - Email found in subject

2005-07-21 Thread Lee Weng Kong
request via Windows Network Load Balancer (WNLB) - Email found in subject Lee Weng Kong wrote: 4) http://131.42.2.5:443 was ok. 443 is my port number for HTTPS No, this is not ok. If you can get an https page by using http, it means that the system is not 'speaking https' but plain http

Re: [users@httpd] configure PHP on Linux

2005-07-07 Thread Joseph Lee
includes headers to compile software using the lib. rpmbuild --rebuild just build binary rpm's from a source rpm. Does not install them. Joseph Lee wrote: Hi, I have installed Apache and MySQL on my Linux machine. Now I am trying to install PHP5. I did # configure --with-mysql

Re: [users@httpd] configure PHP on Linux

2005-07-07 Thread Joseph Lee
I think the problem I had was because I installed MySQL-server-5.0.7-0.i386.rpm and MySQL-client-5.0.7-0.i386.rpm, which are binary installations. I'll do source installation MySQL-5.0.7-0.glibc23.src.rpm now to see if it solves the problem. Thanks, Joe --- Joseph Lee [EMAIL PROTECTED] wrote

Re: [users@httpd] configure PHP on Linux

2005-07-07 Thread Joseph Lee
Barrera A. [EMAIL PROTECTED] wrote: Joseph Lee wrote: I think the problem I had was because I installed MySQL-server-5.0.7-0.i386.rpm and MySQL-client-5.0.7-0.i386.rpm, which are binary installations. I'll do source installation MySQL-5.0.7-0.glibc23.src.rpm now to see if it solves

Re: [users@httpd] Networking problem?

2005-06-29 Thread Joseph Lee
/example.html it says Not Found. The requested URL /example.html was not found on this server. Apache/2.0.54 (Unix) Server at (hostname) Port 80 Thank you again. Joe --- Dan Trainor [EMAIL PROTECTED] wrote: Joseph Lee wrote: Hi, I am trying to run Apache web server on my Redhat Linux machine. I

Re: [users@httpd] Networking problem?

2005-06-29 Thread Joseph Lee
I forgot to mention that I don't have /etc/named.conf on my Linux machine (even though I have /etc/resolv.conf). Is that OK? Thanks, Joe --- Joseph Lee [EMAIL PROTECTED] wrote: Thank you, all, for trying to help me. I tried http://(ipaddress)/example.html on my Windows PC, but still could

RE: [users@httpd] Networking problem?

2005-06-29 Thread Joseph Lee
--- Boyle Owen [EMAIL PROTECTED] wrote: -Original Message- From: Joseph Lee [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 29. Juni 2005 17:12 To: users@httpd.apache.org; [EMAIL PROTECTED] Subject: Re: [EMAIL PROTECTED] Networking problem? Thank you, all, for trying to help

RE: [users@httpd] Networking problem?

2005-06-29 Thread Joseph Lee
Is there any way to know there is a firewall blocking between Linux runing Apache web server, and a Windows PC? Do I need a SSL server certificate for the Linux machine, in order to run Apache web server? Thanks, Joe --- Joseph Lee [EMAIL PROTECTED] wrote: --- Boyle Owen [EMAIL PROTECTED

[users@httpd] Networking problem?

2005-06-28 Thread Joseph Lee
Hi, I am trying to run Apache web server on my Redhat Linux machine. I just installed and configured Apache httpd-2.0.54, and entered http://localhost; on my browser (Mozilla). I was able to see If you can see this, it means the installation ... was successful. However, when I went to another