Vincent Bray wrote on Fri 14 Sep 2007 07:39:17 AM EDT:
On 14/09/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
but when I try "sudo apachectl start", I get no httpd processes, and
this message in my error log:
"[emerg] (14)Bad address: Couldn't set permissions on
cross-proc
You could try configuring Virtual hosts to run on different ports,
running your different programs/scripts in each different host.
Rodolfo De Nadai wrote:
Is there a way to direct a specific script to run on a diferent port
than the default configurated in http.conf??
Exemple:
default port is
Is there a way to direct a specific script to run on a diferent port
than the default configurated in http.conf??
Exemple:
default port is 80
script myscript.php should run on port 5128
all other scripts should run on port 80
thanks
--
* Rodolfo De Nadai *
* Analista de Sistema Jr. - Desenvolvi
> When apache loads a module, does it use any environment variables to
> locate it's libraries? If so..what? I have an install of apache 2.0.55
> on HP-UX 11.11. It was compiled with mod_ldap.so and mod_auth_ldap.so.
> The OpenSSL libraries that were used during the compile of apr,
> apr-util, a
Just to catch up.
A few things got broken in the changes between 2.2.5 and 2.2.6 and there is
no sight yet when the issues are solved.
For the status see:
http://www.apachelounge.com/forum/viewtopic.php?p=8758#8758
Steffen
Remember, that this would effect every file create by apache or any
children (like cronlog). If there are CGI script that create files, these
will be effected too. By putting an ACL on the log directory, you kind of
limit the "scope" of the change.
My ACL on our log directory looks like:
# f
I think that worked!
Just by adding umask 022 in apachectl startup script and restarting apache.
Thanks
Mukarram Syed <[EMAIL PROTECTED]> wrote: I'll try that.
Thanks.
[EMAIL PROTECTED] wrote: Have you tried setting the umask in your apache
startup script? I'm
running on Sun Solaris and I've
I'll try that.
Thanks.
[EMAIL PROTECTED] wrote: Have you tried setting the umask in your apache
startup script? I'm
running on Sun Solaris and I've used ACL's to get the permissions I want.
Dan
Please respond to users@httpd.apache.org
To: users@httpd.apache.org
cc: (bcc: Dan Mitto
Have you tried setting the umask in your apache startup script? I'm
running on Sun Solaris and I've used ACL's to get the permissions I want.
Dan
Please respond to users@httpd.apache.org
To: users@httpd.apache.org
cc: (bcc: Dan Mitton/YD/RWDOE)
Subject:[EMAIL PROTECTED] Perm
Hi,
Here is my dilemma and I'd appreciate some help.
Apache has been configured and is running fine. But other users need read
permissions to the /var/log/httpd directory.
Before I implemented cronolog (www.cronolog.org), I forced a permissions change
to 755 in the startup script for the /var/lo
On 9/14/07, Mark A. Craig <[EMAIL PROTECTED]> wrote:
> It would sure be
> nice if the code didn't pull a non-intuitive stunt like this, though! If the
> DNS lookup resolves to the specified *partial* hostname, it should act on it,
> not second-guess it with an rDNS like this.
Yes, it is non-intu
On 9/14/07, Mark A. Craig <[EMAIL PROTECTED]> wrote:
> It would sure be
> nice if the code didn't pull a non-intuitive stunt like this, though! If the
> DNS lookup resolves to the specified *partial* hostname, it should act on it,
> not second-guess it with an rDNS like this.
Yes, it is non-intu
Joshua:
I see what you mean about the rDNS, though perversely it was the svservers.com
case that drove me to use partial hostnames in the first place, because they
lease from multiple IP blocks from multiple sources, and I've been getting spam
recon from all of them, so I thought I could kill
When apache loads a module, does it use any environment variables to
locate it's libraries? If so..what? I have an install of apache 2.0.55
on HP-UX 11.11. It was compiled with mod_ldap.so and mod_auth_ldap.so.
The OpenSSL libraries that were used during the compile of apr,
apr-util, and httpd h
Hello,
Everything is Windows2003 Server.
After the load we cannot load pages either through apache or by contacting
tomcat directly.
I beleive you are on the right path tho, about connections not getting
released, thats what I figure it is too but I do not know how to fix it.
Thanks,
James
Hi,
I have seen many questions from Google about the error_log and apache
configuration, but nothing similar to the problem I'm experiencing.
The machine and configuration was working until it was moved onto a
different network, now I'm getting the following error in the error_log
file:
[Fri Se
Hey Jeff,
When I simultaneously send ping packets I lose none and I should note that I
only lose the images for my pages. All data and links come up but I get no
images. If I hit refresh the page comes up fully. Here is my config:
ProxyPass /index.php http://backend.ca/default.aspx retry=1
Pr
We also have the problem of once the load stops, the sites are still
down but Apache/tomcats still seem to be running fine. A restart of
either(not even both) fixes the sites.
A guess
Your apache server is not releasing connections. If you are running
linux, type "netstat -vat" into a
Hi all...
I'm facing a serious problem with my application. I have a script in PHP
that starts in Internet Explorer, this script keep on running until a
varible value change on my MySQL database.
The problem is that when i restart Apache, the process child initalized
isn't kill... then the apa
On 9/14/07, Mark A. Craig <[EMAIL PROTECTED]> wrote:
> Joshua:
>
> Thanks for the quick and comprehensive reply. Lemme address everything in
> order:
>
> 1. Whatcha mean by "the config is inherited"? Did you mean to address my
> question about sub-directories? I suspect so, but if not please cl
Hello,
We are currently trying to increase the amount of hits our system can handle
without buying hardware loadbalancers etc.
Our current setup is:
Server 1: Apache, DB, 2 Tomcats
Server2: 1 Tomcat
Server3: 2 Tomcats
We use the apache on server 1 to loadbalance across all tomcats using modj
On 14/09/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> but when I try "sudo apachectl start", I get no httpd processes, and
> this message in my error log:
>
>
> "[emerg] (14)Bad address: Couldn't set permissions on
> cross-process lock; check User and Group directives"
>
> T
Hello
I'm really mad with php 5.1.2. under apache 2.0. (OS Windows XP SP2) with mysql
connection.
When I start apache as apache.exe, everything works fine. So I think that
everything is well configurated.
But when I install apache service (using "apache.exe -k install") a then try to
run it, I
I'm trying to build httpd 2.2.4 on an Intel Mac as a PPC binary. I'm
doing this so that I can build a PHP module with Oracle support.
Because Oracle has only released PPC libraries, I have to compile
PPC-only apps if I want to use them. Otherwise, ld complains that the
architecture is diffe
Hello,
I'm currently trying to port glasnost CMS on Apache2 and encounter
issues related to Dummy Threads
Here is my test.py file (I use it as a mod python handler):
--%<
#!/usr/bin/env python
import threading
from mod_python import apache
def handler(req):
thread = threading.currentThread
Owen:
Actually, the partial matches do seem to work... see my reply to Joshua. It's
only the first DENY that I can clearly see doesn't work (so far). I got the
idea to do it that way from this page (see about mid-page):
http://www.hostingmanual.net/other/htfun.shtml
Mark
Original
> -Original Message-
> From: Mark A. Craig [mailto:[EMAIL PROTECTED]
> >>
> >>
> >>Options None
> >>AllowOverride None
> >>#Order allow,deny
> >>#Allow from all
> >>order deny,allow
> >>deny from .svservers.com
This is just a guess, but I wouldn't put in the leadi
27 matches
Mail list logo