> -Original Message-
> From: lists [mailto:[EMAIL PROTECTED]
> >
> > In the case that is causing problems it is
> https://secure.resmaster.com/ that does not work
> > but https://secure.resmaster.com/index.html works.
I see that it is "working" now... What was the problem?
PS - not any
Please disregard this. yum update decided to pull one of these on me:
drwx-- 2 root root 4096 May 19 16:27 ssl.crt
after enough greping through strace logs on apache children procs, I was
able to determine that a stupid permissions issue was the root of my
problems.
Cheers,
- sf
Steve Fin
Hi all,
I'm running Apache 2.0.52 with mod_auth_ldap on a CentOS 4.5 box. PAM is
properly configured to authenticate against LDAP and I can successfully
query the LDAP server.
Now when I'm trying to authenticate against LDAP with mod_auth_ldap I
receive the following in my error_log:
[Wed May 23
On 5/23/07, justin wright wrote:
Its a LoadModule directive. If you installed the binary from apache, simply
search the httpd.conf in the conf folder for the module you are interested
in and uncomment (remove the #) the LoadModule directive of interest. This
tells apache to the load the modul
Its a LoadModule directive. If you installed the binary from apache, simply
search the httpd.conf in the conf folder for the module you are interested in
and uncomment (remove the #) the LoadModule directive of interest. This tells
apache to the load the module, but depending on the module the
Exactly. I just got apache dl'd and installed, and i'm at a complete loss as
how to open/use/edit the modules. Can someone explain this in newbie terms plz?
Oh, btw, I'm running in XP Home Edition SP2.
T
On 5/23/07, elwyatt <[EMAIL PROTECTED]> wrote:
I'm running an admittedly old Apache 1.3.6 server configuration
My guess is that the line above answers your two questions below.
And so, the questions:
1. Shouldn't the header directive still be parsed via mod_headers, and
shouldn't I expec
There are commercial tools from Mercury and BMC that will monitor a web sites
health, but they aren't cheap. If you simply want to see if its alive, you
could use an application server to send an HTTP request like GET / and test to
make sure you get a response and that the status is 200 ok and
I'm running an admittedly old Apache 1.3.6 server configuration with an
ecommerce website and recently attempted to resolve the problem
involving cookies, IE7 and P3P Compact Headers.
For any unfamiliar with the issue, IE7 browser, at the "High" privacy
setting, will only allow cookies to be
On 24 May 2007, at 00:56, Joshua Slive wrote:
On 5/23/07, Ion Alexandru Morega <[EMAIL PROTECTED]> wrote:
On 13 May 2007, at 16:05, Ion Alexandru Morega wrote:
> Hi.
>
> I'm having trouble using mod_cache/mod_disk_cache and mod_deflate
> at the same time.
There's some patches committed to th
On 5/23/07, Ion Alexandru Morega <[EMAIL PROTECTED]> wrote:
On 13 May 2007, at 16:05, Ion Alexandru Morega wrote:
> Hi.
>
> I'm having trouble using mod_cache/mod_disk_cache and mod_deflate
> at the same time.
There's some patches committed to the trunk (development) version of
mod_cache that f
On 5/23/07, Diar Gashi <[EMAIL PROTECTED]> wrote:
Joshua, thanks for the very useful info. The site is currently not opening,
but I'll give it a try again later. As for the second part, there is a
redirect rule:
Redirect /x10 http://DOMAIN_NAME/landing/index.jsp?wfId=685
Redirect definitely i
On 13 May 2007, at 16:05, Ion Alexandru Morega wrote:
Hi.
I'm having trouble using mod_cache/mod_disk_cache and mod_deflate
at the same time.
My setup is like this: one Tomcat 5.5 webapp, Apache 2.2.3 + mod_jk
1.2.18. The intent is to cache pages generated by the webapp; as
long as the p
Hello,
And we have 3 Apache instance?? can we let the client see our error page
when the server stop responding??? i don't know exactly but is there any
way to control the issue by providing an error page to the clients like "
The server busy" or " Please wait 30 minutes and reconnect to our
sit
Thanks to Joshua and Dragon, all is good now.
cheers
tim
--
Tim Johnson <[EMAIL PROTECTED]>
Palmer, Alaska, USA
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/usersli
Joshua, thanks for the very useful info. The site is currently not opening, but
I'll give it a try again later. As for the second part, there is a redirect
rule:
Redirect /x10 http://DOMAIN_NAME/landing/index.jsp?wfId=685
Thanks,
Diar
- Original Message
From: Joshua Slive <[EMAIL PRO
On 5/23/07, Diar Gashi <[EMAIL PROTECTED]> wrote:
I need to change a bahaviour on the rewrite of the apache server. Right now,
if I type in a path that does not exist (like /nopage.html) Apache will
serve up the 404 page (/html/404.html), but the URL will still read
/nopage.html. I need the UR
On May 23, 2007, at 4:07 PM, justin wright wrote:
I'm in the middle of a test right (~15min into it) now with 1250
users pounding the heck out of this thing and (knock on wood) there
are no errors in the apache logs. Here are my settings:
StartServers 512
ServerLimit
As soon as I sent that last message everything went into the toilet and now the
application servers aren't even responding.
- Original Message
From: justin wright <[EMAIL PROTECTED]>
To: users@httpd.apache.org
Sent: Wednesday, May 23, 2007 3:07:13 PM
Subject: Re: [EMAIL PROTECTED] Re: H
I'm in the middle of a test right (~15min into it) now with 1250 users pounding
the heck out of this thing and (knock on wood) there are no errors in the
apache logs. Here are my settings:
StartServers 512
ServerLimit 2048
MaxClients 1250
MinSpareServ
I need to change a bahaviour on the rewrite of the apache server. Right now, if
I type in a path that does not exist (like /nopage.html) Apache will serve up
the 404 page (/html/404.html), but the URL will still read /nopage.html. I need
the URL to be /html/404.html
Conversely, when someone goes
Joshua Slive wrote:
On 5/23/07, Nathaniel Hall <[EMAIL PROTECTED]> wrote:
RewriteEngine On
RewriteCond %{HTTP_HOST}!^auth\.server\.com$
RewriteRule (.*) https://auth.server.com/index.php [R=301,L]
You're always going to get the cert error here, because ssl
negotiation (including certi
If worker == thread, I have 1500 max threads on the tomcat side. When I ran
the test straight against the tomcat servers, they only consumed ~160
threads/tomcat instance. When I put apache in front of it, this number goes up
to ~1100. The network is a gig ethernet and is only about 15% utiliz
justin wright wrote:
> I'm assuming that since I have plenty of memory and plenty of CPU capacity
> and I am trying to come up with a configuration for a site that will have
> very high peak loads that I would want plenty of spare servers to service a
> sudden influx of requests. What would you
On May 23, 2007, at 2:49 PM, justin wright wrote:
I've set the apache confs to use the following
StartServers 512
ServerLimit 1024
MaxClients 1024
MinSpareServers 256
MaxSpareServers 512
MaxRequestsPerChild 10
I reran the test
I'm assuming that since I have plenty of memory and plenty of CPU capacity and
I am trying to come up with a configuration for a site that will have very high
peak loads that I would want plenty of spare servers to service a sudden influx
of requests. What would you suggest.
- Original Mes
On 5/23/07, Nathaniel Hall <[EMAIL PROTECTED]> wrote:
RewriteEngine On
RewriteCond %{HTTP_HOST}!^auth\.server\.com$
RewriteRule (.*) https://auth.server.com/index.php [R=301,L]
You're always going to get the cert error here, because ssl
negotiation (including certificate verification)
On 5/23/07, justin wright <[EMAIL PROTECTED]> wrote:
I've set the apache confs to use the following
StartServers 512
ServerLimit 1024
MaxClients 1024
MinSpareServers 256
No comment on the ajp stuff, but MinSpareServers is still way too
high. Why
I have created a login page for a network of mine and am needing some
Rewrite help. Let me describe what is going on.
When you first connect to the network and visit an HTTP page, my rewrite
rules redirect the user to https://dns-name-of-server/index.php.
When you first connect to the network
I've set the apache confs to use the following
StartServers 512
ServerLimit 1024
MaxClients 1024
MinSpareServers 256
MaxSpareServers 512
MaxRequestsPerChild 10
I reran the test with a smaller load (350 users as opposed to 1250).
On Wednesday 23 May 2007 12:03, Krist van Besien wrote:
<>
>
> What I did is put every block in its own config file. In
> these config files I configured for every virtual host where the
> docroot is, where it has to log etc...
> All these config files are under sites_available, and sites_enab
Some pointers:
MaxRequestsPerChild 512
This means that after an Apache child process handles
512 requests, it will be killed off (and a replacement will
need to be forked). With 45+ million request per
hour, that's a lot of forking.
Min/MaxSpareServers 512
You are telling Ap
On May 23, 2007, at 9:46 AM, Alexei wrote:
Is anybody out there that can help me out?
What does the error log say?
S.
--
Sander Temme
[EMAIL PROTECTED]
PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF
smime.p7s
Description: S/MIME cryptographic signature
When I use the default settings apache immediately complains that it reaches
the server limit. Therefore, I kept raising the limits until I reached the
configuration listed below and still the CPU utilization on the apache box is
less than 10% (Its a quad AMD box with plenty of memory). I've s
Thank you for sharing your knowledge.
>>> [EMAIL PROTECTED] 5/23/2007 12:05 PM >>>
On 5/23/07, Matt Rigor <[EMAIL PROTECTED]> wrote:
> Joshua,
>
> Three questions in hopes of bettering my understanding of Apache.
>
> Why not just edit the conf file to take the 403 error and have it
> redirect to
On May 23, 2007, at 1:23 PM, justin wright wrote:
StartServers 512
ServerLimit 1024
MaxClients 1024
MinSpareServers 512
MaxSpareServers 512
MaxRequestsPerChild 512
I would suggest reading at least *some* of the documents
on how to configure Apache. Apache is spending
loads of time thrashi
Hi!
I set up my Apache 2.2.4 and PHP-5.2.2 on MS Vista. Wrote a test file
with just one php statement. i.e. is written in
Should be , not longer supported by default, unless you enable it in the php.ini file.
It conflicts with xml syntax.
Also when testing your php code, make sure to e
Also, I just found the following in my dmesg output:
httpd[8313]: segfault at 7fff62fa8ff8 rip 00441479 rsp
7fff62fa8fe0 error 6
httpd[10526]: segfault at 7fff62fa8ff8 rip 00441479 rsp
7fff62fa8fe0 error 6
httpd[10532]: segfault at 7fff62fa8ff8 rip 004
Have your tried turning debug on?
#
# LogLevel: Control the number of messages logged to the error_log.
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
#
LogLevel debug
- Original Message
From: Alexei <[EMAIL PROTECTED]>
To: users@httpd.apache.org
Sent:
I've already solved the question. Since I use a PHP script to redirect
the link I use the function utf8_encode() to make the proper conversion.
Now it works fine here.
Sorry for bothering you...
Marcos R. Cardoso escreveu:
I forgot to add, I'm using Apache 2.0.58 on a Windows Server 2003.
I have successfully and consistently run 2.25 million servlet transactions out
of 45 million+ requests through a hardware balancer across 8 clusters of 2 jvms
for a total of 16 tomcat instances running on two different server grade
machines in ~1 hour with little or no errors. Each tomcat instan
On 5/23/07, Matt Rigor <[EMAIL PROTECTED]> wrote:
Joshua,
Three questions in hopes of bettering my understanding of Apache.
Why not just edit the conf file to take the 403 error and have it
redirect to the Apache 404 error page
within the error directory? Example below.
ErrorDocument 403 /erro
On 5/23/07, Dmitriy Gorbenko <[EMAIL PROTECTED]> wrote:
Yes, but in this case the logic of making decision (doing proxy or
redirect) imposes oneself to URL. It still is possible to agree with this.
Let's admit, the user is sent URL, in which where is a word proxy.
However that logic, which I wi
Hi!
I set up my Apache 2.2.4 and PHP-5.2.2 on MS Vista. Wrote a test file
with just one php statement. i.e. is written in
test.php file. Later went to my web browser and wrote
http://localhost/test.php and a blank page came up. It seems that my web
server and php engine is working cause when
> -Original Message-
> From: Matt Rigor [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 23, 2007 4:16 PM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] changing the error status code for
> forbiddenresources
>
> Joshua,
>
> Three questions in hopes of bettering my unders
Joshua,
Three questions in hopes of bettering my understanding of Apache.
Why not just edit the conf file to take the 403 error and have it
redirect to the Apache 404 error page
within the error directory? Example below.
ErrorDocument 403 /error/HTTP_NOT_FOUND.html.var
ErrorDocument 404 /error/H
Thanks! I really appreciate your input. It may be a waste of time for
you but not for someone like me who has just started to learn such things.
bpg
Joshua Slive wrote:
On 5/22/07, Bhagwati Gupta <[EMAIL PROTECTED]> wrote:
Hi,
I am running Apache 2.2.3 on my Debian 3.1 sarge machine. My lo
Red al tubor <[EMAIL PROTECTED]> wrote:If I want to let the client see my
error page when the clients past the server MaxClients setting,what can I do?
If the server can serve an error page, it could probably handle the request.
For a single Apache instance, I don't think that ther
Hello,
If I want to let the client see my error page when the clients past the
server MaxClients setting,what can I do?
Thanks Guys...
On 5/22/07, Tim Johnson <[EMAIL PROTECTED]> wrote:
On Tuesday 22 May 2007 11:06, Krist van Besien wrote:
> What I've done on my personal server (which also runs Ubuntu Linux) is
> to have a seperate config file for each virtual server in
> sites-available. In sites-enabled I've then made links to
I forgot to add, I'm using Apache 2.0.58 on a Windows Server 2003.
Marcos R. Cardoso escreveu:
I might be missing something but I still couldn't figure it out, I'm
trying to send a special caracter through a link, the character is ยด
(acute). Using Firefox, Opera and Netscape it works, but usi
Hello,
By creating a new sawpfile and modifying the MaxClients to 1000 seems
everything going more smoothly...
But still when more that 1000 clients request for the site (Oracle
Application server10g) "the site programmed using java" the system hangs...
Anyway how can the clients see an error pag
Joshua Slive wrote:
> On 5/22/07, Dmitriy Gorbenko <[EMAIL PROTECTED]> wrote:
>
>> I think I could do it using mod_rewrite, but now I understand, that I
>> can't: in apache config file I can create rules, which will makes an
>> decision: redirect or proxy request of client (R and P flags).
>> But b
We have an apache 2.2 server that works as reverse proxy.
It is listening on port 443 (we have no client authentication).
As you can see in my log we have a client that can connect to our server
successfullly but sometime we get the message in the subject and then it
seems that the client (in thi
Richard Luckhurst wrote:
> Hi Boyle,
>
> Wednesday, May 23, 2007, 4:23:28 PM, you wrote:
>
>>> -Original Message-
>>> From: Richard Luckhurst [mailto:[EMAIL PROTECTED]
>>> Sent: Wednesday, May 23, 2007 1:09 AM
>>> To: users@httpd.apache.org
>>> Subject: [EMAIL PROTECTED] Can't find index
Hi Boyle,
Wednesday, May 23, 2007, 4:23:28 PM, you wrote:
>> -Original Message-
>> From: Richard Luckhurst [mailto:[EMAIL PROTECTED]
>> Sent: Wednesday, May 23, 2007 1:09 AM
>> To: users@httpd.apache.org
>> Subject: [EMAIL PROTECTED] Can't find index.html
>>
>> Hi
>>
>> This is probab
> -Original Message-
> From: kalaj [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 22, 2007 6:17 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Apache web server efficiency go down
> with increasing uptime.
>
>
> I use Apache 2.2.4,MySQL 5.0 and PHP 5.2.2 run on Debian VPS
57 matches
Mail list logo