Hi,
I have moved my site running on Drupal from with Boost enabled from one
server to another, the only difference is I have used light weight ProxyPass
Apache model in where the front end Apache running on port 80 servers static
pages.
There is another Apache running on backend with port 8080 is
Hi all,
I have discovered a problem with webdav. If multiple processes or threads
are writing to unique files in the same folder on a webdav server using
LOCKS, intermittent webdav errors will occur during the UNLOCK request.
Server configuration: Centos 5.5. Tested with Apache/2.2.3, Apache/2.2.
Hello,
I want to use Apache2's built in functionality to authenticate and authorize
user for accessing certain pages, mod_dbd. I want to store the users in MySQL.
How should I set up this? I have tried a lot of things and it seems to be
really hard getting it to work. As I understand, there i
i want custom logs for the n directory paths: directory1and
directory2, directoryn
the log format now
LogFormat "%h %v %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\" \"%{Cookie}i\"" test
SetEnvIf Request_URI "^/directory1" customvar
SetEnvIf Request_URI "^/__utm\.gif$" customvar
CustomL
Can i use SetEnvIf and query string for logging different directory path?
-
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-ma
Dear Apache users,
We need some guidance (or) installation steps on how to implement the PKI
token certificates with Apache Web Server 2.2.3 for authentication purposes.
Currently our production environment uses the iPlanet 6.1 webserver and
Weblogic 10.0 as the application layer. The iPlanet 6.1
> It's actually max connections per child, but that makes your results> even
> more
>wrong
Shouldn't getpid() return the pid of the child? I counted some pids in our log
files and they have around the same number of occurences.
> Maybe they die due to MaxSpareThreads though. Try setting it eq
I got the webdev.domain.com to work using the NameVirtualHost directive
like this...
NameVirtualHost 204.148.170.13:80
and configuring the the default Virtual Host like this:
ServerSignature email
DirectoryIndex index.php index.html index.htm index.shtml
LogLevel warn
HostNameLookups of
Yes, indeed. Doing this works ... Thanks Chris!
http://128.101.172.14/>>
DocumentRoot "/var/www/html/madev"
ServerName dsdev.oed.umn.edu
AllowOverride All
Options Indexes FollowSymLinks
Order allow,deny
Allow from all
DocumentRoot "/var/www/html/madev"
ServerName dsdev.oed.umn.edu
SSLEngin
On Dienstag 02 November 2010, Eric Covener wrote:
> >
> > SSLEngine on
>
> You can't have SSL and non-SSL in a single vhost -- the non-ssl
> requests that are mapped to this vhost won't work.
But you can easily have two different vhosts, one on port 80, one on port 443
for the same URL.
--
>
> SSLEngine on
You can't have SSL and non-SSL in a single vhost -- the non-ssl
requests that are mapped to this vhost won't work.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP
On Tue, Nov 2, 2010 at 12:17 PM, alin vasile wrote:
> After some debugging it proves that the configuration directive is correctly
> recognized by httpd. When we are logging the following variable in a module
> for
> each request :
>
> char *id = apr_psprintf(r->pool, "%" APR_PID_T_FMT "-%d", ge
Hi Tonu,
I myself am a newbie so don't take my words as gospel, but it looks like you
are getting your configuration wrong. In order to be able to access
webdev.domain.com, you must set a NameVirtualHost from what I understand.
You also haven't specified a document root for webdev which you should
Hi,
I am trying to figure out how to achieve the following with Apache HTTP
Server 2.0 which routes all request to a cluster of application servers.
I have a bunch of applications running on various subdomains on a site.
Broadly there are 3 categories of sites running on a domain name
www.company
Hello,
I hope I can get some guidance from users on this list on how to configure
virtual hosts for Apache 2.2. Eventually I would like to serve content on
port 80 and 443 on two URLs:
dsdev.domain.com and madev.domain.com, and on port 80 only on
webdev.domain.com.
Here is my scenario...
I hav
After some debugging it proves that the configuration directive is correctly
recognized by httpd. When we are logging the following variable in a module for
each request :
char *id = apr_psprintf(r->pool, "%" APR_PID_T_FMT "-%d", getpid(),
apr_atomic_inc32(&next_id));
there are around 3- 4 th
It is worker...
./httpd -l
Compiled in modules:
core.c
mod_authn_file.c
mod_authn_default.c
mod_authz_host.c
mod_authz_groupfile.c
mod_authz_user.c
mod_authz_default.c
mod_auth_basic.c
mod_include.c
mod_filter.c
mod_log_config.c
mod_env.c
mod_setenvif.c
mod_version.c
On Tue, Nov 2, 2010 at 1:10 PM, alin vasile wrote:
> sorry, my bad here. we are using the worker mpm.
>
Your original message said you were using prefork. httpd -l to confirm please.
-
The official User-To-User support forum of
sorry, my bad here. we are using the worker mpm.
- Original Message
From: Eric Covener
To: users@httpd.apache.org
Sent: Tue, November 2, 2010 3:06:07 PM
Subject: Re: [us...@httpd] MaxRequestsPerChild for worker mpm
On Tue, Nov 2, 2010 at 8:57 AM, alin vasile wrote:
> Hi,
>
> We're
On Tue, Nov 2, 2010 at 8:57 AM, alin vasile wrote:
> Hi,
>
> We're noticing that the value provided for MaxRequestsPerChild is not picked
> up by httpd, but somehow the default value of 10,000 is used.
> mpm: prefork
>
> MaxRequestsPerChild 10
>
ifModule is no-oping that stanza sin
Hi,
We're noticing that the value provided for MaxRequestsPerChild is not picked
up by httpd, but somehow the default value of 10,000 is used. We can see this
because each request logs the pid and the request number that served it.
httpd: 2.2.15
mpm: prefork
Configuration:
KeepAlive On
Kee
Thank you for your advice.
This is the part of config file.
I'm creating some virtual hosts and they are much the same configurations.
Listen 8010
NameVirtualHost xxx.xxx.19.40:8010
ServerName xxx.xxx.19.40:8008
:
CustomLog "/opt/httpd/logs/access_8010_l
Have you tried using the P flag in the RewriteRule?
Cheers,
Igor
On Tue, Nov 2, 2010 at 4:26 PM, Tushar Chavan wrote:
> Hi Eric,
>
> We have set SERVER_NAME & HTTP_HOST env. variables but still it is not
> working.
>
> Let me explain our scenario.
>
> https://srmdevarp01.domain/irj ( this url
23 matches
Mail list logo