llows:
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 P
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 serve
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 wrote:
> AddLanguage en .html
> works sometim
AddLanguage en .html
works sometimes but still not consistently.
On Tue, Mar 14, 2017 at 10:52 AM Lee Fisher wrote:
> 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
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 wrote:
> Hi Luca,
> Thanks for response.
> Please see example he
Hi Luca,
Thanks for response.
Please see example here
http://apaste.info/sRqr4
On Tue, Mar 14, 2017 at 3:09 AM Luca Toscano wrote:
> Hi!
>
> 2017-03-13 23:39 GMT+01:00 Lee Fisher :
>
> Hi,
> On my current site with 2.2.31 (www.vishay.com)
> I have 3 languages,
>
le or I must name everything index.en.html?
Is there an option I am missing?
Thanks,
Lee
.
>
> 2016-03-09 21:22 GMT+01:00 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.
>>
>
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 wrote:
> You could use clamav via ICAP w
; >> 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~*
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"
wrote:
> Yes,
>
> I am re
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 recently tried starting u
t;>
>> > >>> --
>> > >>> 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~*
g 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~*
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 stam
Thanks for the tip.
On Thu, Sep 4, 2014 at 1:47 PM, Rich Bowen 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
>
>
>
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 ^/$ /defaul
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" wrote:
>
> On 16 Jul 2014, at 5:17 PM, John Garrett wrote:
> > Is there a way to us
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" wrote:
> Sounds like a case for mod_proxy.
>
> ~Sent from my HTC PN07120~
> O
Sounds like a case for mod_proxy.
~Sent from my HTC PN07120~
On Jul 16, 2014 5:18 PM, "John Garrett" 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 DNS set
, Wei-min Lee
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 t
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.
http://en.w
LS_REQCERT, uri and base.
Lee Burke
Lead Systems Engineer
GPDS Innovation
lee.bu...@gm.com<mailto: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
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 wrote:
> On Tue, Jun 25, 2013 at 11:35 AM, Francis Lee Mondia
> wrote:
>
>> I'm trying to
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
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 h
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 desi
>>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 fro
pts made from 192.168.1.5
itself.
Any other ideas?
-Daniel 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:
ServerAdmin ad...@example.com
ServerName www.example.com
ServerAlias example.com
# Indexes + Dire
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.
holes.
Thanks,
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
Ap
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
sometimes 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 a
, or go, would match.
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|produ
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
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
wrote:
That unfortunately is all there is with regard to this error:
sh: /which
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
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 mix and!
(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 hav
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
, it's all i can think of...!
Cheers
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
s).
These groups are:
admin: lee mhm root
adminjr: adminjr1 adminjr2 adminjr3 lee mhm root
But adminjr1, of adminjr gruop, does have access to admin-cgi, even
though that directory has Require group admin
Thanks
Lee
-
s back now.
Any thoughts?
Thanks
Lee
-
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-mail: users-unsubscr...@httpd.apac
configuration.
Any help appreciated
Thanks in anticipation
Lee
ScriptAlias /admin-cgi/ "/Users/leegoddard/src/www/asite/admin-cgi/"
Options -Indexes
AuthName "Senior Admin"
AuthType Basic
Require group admin
AuthBasicProvider dbm
AuthDBMType SDBM
A
any clues what could be going on or who else we might ask.
Lee Fisher
2.2.15 maco$ nm
/opt/local/lib/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
Google returns a lot of hits on:
Undefined symbols _BIO_set_callback_arg
On 6/24/10, Audrey Lee 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=84
d cannot find them.
On 6/24/10, Audrey Lee wrote:
> 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
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 ..
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
I
pache version 2.0.xx ?
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 -
he specified parameters 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
e addition of the specified parameters 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
__
got "Error: 1 : Operation not permitted".
Thanks,
Ade Lee
-
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-mail
> 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 User-To-
On Sat, Jul 12, 2008 at 8:59 PM, Bradley Giesbrecht <[EMAIL PROTECTED]> wrote:
> Add a blank live or two before 1352 and if the error is still at 1352 then
> it's a cache or the wrong file.
I actually commented out the function and rebooted the computer. it
still points to the line
1352 error even
On Sat, Jul 12, 2008 at 8:06 PM, tom lee <[EMAIL PROTECTED]> wrote:
>
> allow_url_fopen is on, but allow_url_include is off. could it be
> allow_url_include issue?
Just checked. allow_url_include is not related.
I don't understand why it still generateed the error even if
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
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.
he
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
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. Th
continue without Expects', 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
* Ji
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
acceptable (I'm assuming the configuration scripts
> try to execute commands 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
>
>
> -Origin
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 c
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
er Temme <[EMAIL PROTECTED]> wrote:
Hey Charlene,
On Nov 19, 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
er Temme <[EMAIL PROTECTED]> wrote:
Hey Charlene,
On Nov 19, 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
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 o
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?
___
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
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) we
. I am 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 you’ll need to provide more
background info on your problem to get some
I think you’ll 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
-
Hi All,
I’m trying to configure some custom error pages
with apache2.0 and although I think this is possible, I can’t seem to
find any documentation describing how it can be done.
I’d like to define some custom error pages for
certain error codes, but then would like to use a single
someone will forget 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
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 a
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 Project.
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 wit
'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 Apache-NNT
Title: Message
Not sure what you
deleted or what your 'welcome.conf' is.
Maybe try setting an absolute ServerRoot and
Include..
I’m new to Apache but I’ve done my
homework with the manuals, FAQ, and knowledgebase and still can’t figure it
out. When I use the http configuration too
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:
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.e
lt 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 Kor
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 inst
he problem and have a tip ?
Thank you for any help,
Jean LEE
-
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-mail: [EMA
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 /usr/local/apache/logs/error_log_
- Re: [EMAIL PROTECTED] Problem with SSL 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 t
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
;Ivan 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
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
In fedorish, or redhat systems, you must install the
> -devel rpm's for
> that lib. In this case libxml2-devel. That package
> includes headers to
> compile software using the lib.
>
> rpmbuild --rebuild just build binary rpm's from a
> source rpm. Does not
> insta
Hi,
I have installed Apache and MySQL on my Linux machine.
Now I am trying to install PHP5. I did
# configure --with-mysql
--with-apxs2=usr/local/apache2/bin/apxs
--with-libxml-dir=/usr/src/redhat/RPMS/i386
but it complained about
configuring extensions
checking whether to enable LIBXML suppor
ess
> the
> > apache web server on host2, what should I do on
> the
> > firewall?
> >
> > Thanks,
> > Joe
> >
> > --- Boyle Owen <[EMAIL PROTECTED]> wrote:
> >
> >
> >>>-Original Message-
> >>>From: Jo
server on host2, what should I do on the
firewall?
Thanks,
Joe
--- Boyle Owen <[EMAIL PROTECTED]> wrote:
> > -Original Message-
> > From: Joseph Lee [mailto:[EMAIL PROTECTED]
> > Sent: Mittwoch, 29. Juni 2005 22:26
> > To: users@httpd.apache.org
&
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:
>
>
> --- Boy
--- 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 p
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
1 - 100 of 102 matches
Mail list logo