This may not help you, but NameVirtualHost 1.2.3.4 says that you want
to use that IP for name based virtual hosts. However, you've got a
Serveralias 1.2.3.4 which means that you want this IP also respond to
your VirtualHost (i.g. you are really trying to do a IP based
virtualhost). You don't nee
Nobody can help me ?
Nobody else has this problem ? I can't imagine that's an apache bug :)
Should I ask my users not to use special chars in their password ? :(
Thanks
Christophe BOULAIN a écrit :
Hi
Anybody has an idea for my problem ?
I tried ti sniff ldap packets, and I noticed that apac
Hi All,
I have made the MaxRequestsPerChild set to zero but I still see the child
process to getting killed by either SIGBUS (10) or SIGSEV(11) and apache
launches a new daemon.This happens approximately if it gets hit by 1
request with 800 concurrent users.Looking forward for response.
Thanks
Hi All,
Is it possible that Apache launches a new process due to overlaod even
before the MaxRequestPerChild is met?
Thanks
-A
On May 7, 2007, at 6:07 AM, Arnab Ganguly wrote:
Hi All,
Is it possible that Apache launches a new process due to overlaod
even before the MaxRequestPerChild is met?
Thanks
-A
Apache will always try to maintain an idle pool of processes/threads
between Min/MaxSpareServers|Threads, so it wi
Does anyone actually have 2.2.4 with mod_dbd and mysql authing working?
I logged a bug as my testing shows it does not do what the docs state, and
it was closed with the simple statement of " it works for me " which might
be great for him but not so for us :)
If you do, am I leaving something
That makes sense. Anyhow, I took your advice from the previous post and once
again I would like to thank you for your help, all it working just as I asked.
Dave
Joshua Slive <[EMAIL PROTECTED]> wrote: On 5/6/07, Dave Henderson wrote:
> You were right, that worked like a charm! Why would
On 5/7/07, Arnab Ganguly <[EMAIL PROTECTED]> wrote:
Hi All,
I have made the MaxRequestsPerChild set to zero but I still see the child
process to getting killed by either SIGBUS (10) or SIGSEV(11) and apache
launches a new daemon.This happens approximately if it gets hit by 1
request with 800
Hi,
I'm using apache 1.3.34.
I try to do a redirection on an 401 error in a virtual host. I saw in the
apache FAQ I had to use ErrorDocument 401 /foo/bar
So, that's what I've done.
Here is the virtual host description :
NameVirtualHost *:80
ServerName toto.ircad.fr
DocumentRoo
I had installed apache 2.0 from Centos, when I try to run httpd I get an error:
httpd: Syntax error on line xxx of /etc/httpd/conf/httpd.conf: Cannot load
/etc/httpd/modules/mod_access.so into server: /etc/httpd/modules/mod_access.so:
cannot open shared object file: No such file or directory
I n
On 5/7/07, Ana Carolina <[EMAIL PROTECTED]> wrote:
I had installed apache 2.0 from Centos, when I try to run httpd I get an
error:
httpd: Syntax error on line xxx of /etc/httpd/conf/httpd.conf: Cannot load
/etc/httpd/modules/mod_access.so into server:
/etc/httpd/modules/mod_access.so: cannot ope
On 5/7/07, Christian HAESSIG <[EMAIL PROTECTED]> wrote:
ErrorDocument 401 /var/www/sites/untranet_redirect/index.php
As you can see, the redirection should be done to the file
/var/www/sites/untranet_redirect/index.php when an 401 error occurs.
Unfortunately, I get always the followin
Thanks very much, Joshua ; you were right : our web developpers put a faulty
.htaccess.
Christian
> -Message d'origine-
> De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de Joshua
> Slive
> Envoyé : lundi 7 mai 2007 17:47
> À : users@httpd.apache.org
> Objet : Re: [EMAIL PROTECTE
Hello.
I have been searching for some way to use two (or more) authentication methods
in a directory with the objective to use the first one like the main module
(i.e. LDAP) and the other one as backup module (i.e. mod_auth) in case the
first one fails for causes like LDAP server down, network
Hello,
I don't seem to be able to make CGI work within .
Here is my VirtualHost block:
Options ExecCGI
SetHandler cgi-script
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /home/shop1/htdocs
ScriptAlias /cgi-bin/ /home/shop1/cgi-bin/
ServerName www.mydomain.com
Er
On 5/7/07, Joe Demeny <[EMAIL PROTECTED]> wrote:
Hello,
I don't seem to be able to make CGI work within .
Here is my VirtualHost block:
Options ExecCGI
SetHandler cgi-script
Everything inside the section is redundant because it is
implied by the ScriptAlias:
ScriptAlia
At 01:24 PM 5/7/2007, you wrote:
On 5/7/07, Joe Demeny <[EMAIL PROTECTED]> wrote:
Hello,
I don't seem to be able to make CGI work within .
Here is my VirtualHost block:
Options ExecCGI
SetHandler cgi-script
Everything inside the section is redundant because it is
implied by the
On 5/7/07, Joe Demeny <[EMAIL PROTECTED]> wrote:
It never occurred to me that I needed to add these permissions in the
section.
In the main configuration part I have user directories defined as:
AllowOverride None
Order allow,deny
Allow from all
I assumed that this d
Alain wrote:
>
> I'm quite a rookie under apache 2.2, however i've noticed some changes
> between apache 2.0 and apache 2.2 that are from my point of view quite
> important.
> Therefore, I would like to know if it exits some good books on apache 2.2
> ?
> I've apache 2 bible but i've seen that modu
Joshua Slive wrote:
> On 5/7/07, Joe Demeny <[EMAIL PROTECTED]> wrote:
>
>> It never occurred to me that I needed to add these permissions in the
>> section.
>>
>> In the main configuration part I have user directories defined as:
>>
>>
>> AllowOverride None
>> Order allow,deny
>>
At 01:39 PM 5/7/2007, you wrote:
On 5/7/07, Joe Demeny <[EMAIL PROTECTED]> wrote:
It never occurred to me that I needed to add these permissions in the
section.
In the main configuration part I have user directories defined as:
AllowOverride None
Order allow,deny
Allo
Okay I have SSL up and working just fine on Apache 2.2.4.
I have my Cert for 'mydomain.com' however when people access
'www.mydomain.com' the browser says that the CA didn't issue the
certificate for the domain that the browser is accessing. Obviously
this is due to the 'www.'.
Now, I
On 5/7/07, Ryan Huff <[EMAIL PROTECTED]> wrote:
Okay I have SSL up and working just fine on Apache 2.2.4.
I have my Cert for 'mydomain.com' however when people access
'www.mydomain.com' the browser says that the CA didn't issue the certificate
for the domain that the browser is accessing.
I have this in my conf:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Now that code chunk kicks all :80 traffic to https (:443) I need a
rule that will also kick http://www. Over to https://
If someone access the site by http://www.whatever.co
On 5/7/07, Ryan Huff <[EMAIL PROTECTED]> wrote:
I have this in my conf:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Now that code chunk kicks all :80 traffic to https (:443) I need a
rule that will also kick http://www. Over to https://
If
Could someone explain why the CacheRoot on a front end proxy server
(httpd-2.2.4, windows 2003)
is filling up with so many files like aptmpZzwkBP at the root level? My
understanding of the
docs is that this shouldn't happen: "The overall aim of this technique
[CacheDirLevels &
CacheDirLength] is
Hi
I want apache server to use the JPEG images in the output html file . I
think this can be done by setting the icons aliases. Can someone please
guide me how I can set the icons aliase to access the directory containing
the JPEG image.
Thanks
--
View this message in context:
http://www.nabb
Hi
When I use my browser to access the input html page and submit the inputs I
get Error: connect() failure. Whereas before restarting the sysstem I was
getting the proper output html page. Can someone guide me what coould be
wrong.
.
--
View this message in context:
http://www.nabble.com/Error
Hello,
I'm a student of The Technical University of Gdansk (Poland)
I'm curently working on a project which will use apache error_log file. In
my project I'm using details from error_log entries (time, location) to
show a statistic of dangerous errors that has been occured on server - for
example:
On 5/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hello,
I'm a student of The Technical University of Gdansk (Poland)
I'm curently working on a project which will use apache error_log file. In
my project I'm using details from error_log entries (time, location) to
show a statistic of dange
On 5/7/07, makhan <[EMAIL PROTECTED]> wrote:
Hi
I want apache server to use the JPEG images in the output html file . I
think this can be done by setting the icons aliases. Can someone please
guide me how I can set the icons aliase to access the directory containing
the JPEG image.
The AddIco
On 5/7/07, makhan <[EMAIL PROTECTED]> wrote:
Hi
When I use my browser to access the input html page and submit the inputs I
get Error: connect() failure. Whereas before restarting the sysstem I was
getting the proper output html page. Can someone guide me what coould be
wrong.
Where do you see
Thanks Joshu, I resolved the problem. Actually the service which the script
was trying to access wasn't started. Thats why i was getting the connect
error.
Joshua Slive-2 wrote:
>
> On 5/7/07, makhan <[EMAIL PROTECTED]> wrote:
>>
>> Hi
>> When I use my browser to access the input html page and
Thanks Joshu, its resolved. Actually I had to point the icons alias in the
httpd.conf file to the directory where the application is generating the
JPEG.
Joshua Slive-2 wrote:
>
> On 5/7/07, makhan <[EMAIL PROTECTED]> wrote:
>>
>> Hi
>>
>> I want apache server to use the JPEG images in the o
Any suggestions on the above warning and it's impact?
The cache is a shmcb cache (512000)
Thanks,
Brian
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for
Hi All,
In my mod jk log file I keep getting the following error. Any help is
highly appreciated.
ERROR: can't receive the response message from tomcat, network
problems or tomcat is down (10.17.61.43:8009), err=-1
Tomcat is down or network problems. No response has been sent to the
client (yet
36 matches
Mail list logo