Re: [us...@httpd] Re: apache2 core dump

2009-10-08 Thread Igor Cicimov
Hi, I tried to recompile and install the patched mod_mem_cache.c file from the bug report above but I got some errors. The command I used to create and install the loadable module: # /usr/local/apache2/bin/apxs -c -i mod_mem_cache.c cache_storage.c cache_util.c This created new mod_mem_cache.so

Re: [us...@httpd] A php question

2009-10-08 Thread J. Bakshi
Thanks Serge Fonville wrote: > If you name the module differently and make sure the assigned file > extension is different. That should work fine > > I'd check ;-) > > _http://lmgtfy.org/?q=multiple+php+versions+apache&l=1 > _ > > HTH

[us...@httpd] Apache 2 initgroups alert, Max OS X, abnormal exit in error log

2009-10-08 Thread Scott Haneda
$httpd -v Server version: Apache/2.2.13 (Unix) Today, I have seen in my logs... $grep '\[alert\]' error_log [Thu Oct 08 16:23:24 2009] [alert] (22)Invalid argument: initgroups: unable to set groups for User www and Group 70 [Thu Oct 08 16:23:24 2009] [alert] (22)Invalid argument: initgroups:

Re: [us...@httpd] A php question

2009-10-08 Thread Serge Fonville
If you name the module differently and make sure the assigned file extension is different. That should work fine I'd check ;-) *http://lmgtfy.org/?q=multiple+php+versions+apache&l=1* HTH Regards, Serge Fonville On Fri, Oct 9, 2009 at 6:45 AM,

[us...@httpd] A php question

2009-10-08 Thread J. Bakshi
Hello list, This is a [OT] issue though hope someone could show me the right direction. How can I run both php-4 and php-5 with apache ? I like to use the required php version through addhandler option through .htaccess. Any idea ? thanks -

Re: [us...@httpd] undefined symbol: cache_generate_key_default

2009-10-08 Thread Igor Cicimov
Sorry to hijack the thread guys but just wondered if the same goes with mod_mem_cache module I mean the additional .c files in the apxs command? Thanks, Igor On Thu, Oct 8, 2009 at 1:42 AM, marcos wrote: > Thanks i execute : > > /opt/apache2/bin/apxs -i -c mod_cache.c cache_storage.c cache_uti

Re: [us...@httpd] Logging Client IP and Proxy IP in Apache access logs

2009-10-08 Thread Igor Cicimov
I would suggest you read about CustomLog in mod_log_config http://httpd.apache.org/docs/2.2/mod/mod_log_config.html On Fri, Oct 9, 2009 at 3:52 AM, Luciano Resende wrote: > In a environment configured with reverse proxy, how can I configure > Apache HTTP Server to log the client IP and the Prox

Re: [us...@httpd] Issue with DirectoryIndex

2009-10-08 Thread Toomas Aas
Igor Cicimov wrote: 404 means "file not found" which means you don't have any index.html file in the other folders you try to access. I think if this were the case they would get 403, or if Options Indexes is enabled, the listing of the files in the directory. On Thu, Oct 8, 2009 at 5:58

Re: [us...@httpd] Need help to diagnose a problem with CustomLog

2009-10-08 Thread Igor Cicimov
Maybe in some other config file that has been included in the main config file via Include statement? I don't see any reason for apache to log something unless told to. On Wed, Oct 7, 2009 at 11:28 PM, Bernard Fay wrote: > Thanks Igor for your reply, > > Actually, /var/log/apache2/access_log is

Re: [us...@httpd] Issue with DirectoryIndex

2009-10-08 Thread Igor Cicimov
404 means "file not found" which means you don't have any index.html file in the other folders you try to access. On Thu, Oct 8, 2009 at 5:58 AM, jwberger wrote: > > I am having an issue with the DirectoryIndex. We have it set as > DirectoryIndex index.html We have a site the runs at https://ww

Re: [us...@httpd] How do I enable mod_disk_cache logging?

2009-10-08 Thread Igor Cicimov
Set the LogLevel to debug and you should see the mod_cache entries in the error log file. On Fri, Oct 9, 2009 at 10:51 AM, Jerome Yanga wrote: > How do I see the hits or miss in mod_disk_cache? How do I enable its > logging? > > > > Thank you in advance. > > > > jerome >

RE: [us...@httpd] Can't map DAV network place to network drive

2009-10-08 Thread Neil Aggarwal
> It is Windows being obtuse. > It is not possible to map a http or https "network place" to > a "drive". > The basic reason is that the MS-Windows implementation of Dav > (or "web > folders" as they call it), is only skin-deep. Thanks for the info. Neil -- Neil Aggarwal, (281)846-895

[us...@httpd] How do I enable mod_disk_cache logging?

2009-10-08 Thread Jerome Yanga
How do I see the hits or miss in mod_disk_cache? How do I enable its logging? Thank you in advance. jerome

Re: [us...@httpd] Can't map DAV network place to network drive

2009-10-08 Thread André Warnier
Neil Aggarwal wrote: ... On my client machine (Windows XP SP3), I am able to add the https location as a network place. Yes. But, when I go to map the network place as a network drive, I can browse to the network place and see the folders, but the OK button is always greyed out. No. Err, y

[us...@httpd] Re: Problem compiling apache httpd 2.2.9 on HP-UX

2009-10-08 Thread thaja
Hi, I had the same trouble on solaris. I installed the patches for random and after that the make had no failures. William A. Rowe, Jr. wrote: > > grandhi_suka...@emc.com wrote: >> Hi, >> >> I scanned the various sites and even the users@httpd.apache.org archives >> but could not find much. Th

[us...@httpd] Can't map DAV network place to network drive

2009-10-08 Thread Neil Aggarwal
Hello: I have set up a DAV file system on my apache server using these directives in ssl.conf: Alias /files /var/www/files Dav On AuthType Basic AuthName "Filesystem access" AuthUserFile /var/www/files.passwd require valid-user Options Indexes On my client machine (Windows XP SP

[us...@httpd] Logging Client IP and Proxy IP in Apache access logs

2009-10-08 Thread Luciano Resende
In a environment configured with reverse proxy, how can I configure Apache HTTP Server to log the client IP and the Proxy IP in it's access logs ? -- Luciano Resende http://people.apache.org/~lresende http://lresende.blogspot.com/ -

Re: [us...@httpd] RewriteRule doing Redirect despite not have [R] option ???

2009-10-08 Thread Eric Covener
On Thu, Oct 8, 2009 at 11:15 AM, Markw wrote: > I want this to do a server side redirect and leave the browser as is, but > using Charles Web Debug Proxy I can see it is doing a 302... > > rewrite log message > > 172.16.7.88 - - [08/Oct/2009:15:59:58 +0100] > [172.16.0.141/sid#160478][rid#6b7a48/i

[us...@httpd] RewriteRule doing Redirect despite not have [R] option ???

2009-10-08 Thread Markw
Server version: Apache/2.0.59 Server built: Apr 26 2007 18:33:43 in httpd.conf I have... RewriteLogLevel 1 RewriteLog /WEBS/wkeditions/croner-uk.wkatos.com/logs/mod_rewrite.log RewriteMap productid txt:/usr/users/bv71/wwwroot/seo/product_map.t

Re: [us...@httpd] X-cache & X-cache-lookup

2009-10-08 Thread Matus UHLAR - fantomas
On 03.10.09 17:45, nima chavooshi wrote: > May anyone give me one clear and full definition about "X-cache" and > "X-cache-lookup" in http headers? as they start with x-, they are not standard and any application may set/use them as it wants. googling can give you some hints which apps set/use it

Re: [us...@httpd] Apache version dubio

2009-10-08 Thread Matus UHLAR - fantomas
On 02.10.09 10:34, Jos Chrispijn wrote: > Out of a technical and practical perspective, what should be the best > choice now: Apache 2 or a lower version? 2.2, the latest if possible. -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail adve

Re: [us...@httpd] Re: apache2 core dump

2009-10-08 Thread Igor Cicimov
Hi Dan, thanks for your reply. I'm not sure about 2.2.14 since this is production server. I'll have to build it first in model and test it. Strangely I didn't face the same problem on the model servers with the same Solaris 9 OS but that might have been because of lack of traffic. Is there any oth

[us...@httpd] Recall: [us...@httpd] Apache HTTP 2.2.13 - SSL handshake issue

2009-10-08 Thread Bernard Fonze
Bernard Fonze would like to recall the message, "[us...@httpd] Apache HTTP 2.2.13 - SSL handshake issue". - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> fo

RE: [us...@httpd] Apache HTTP 2.2.13 - SSL handshake issue

2009-10-08 Thread Bernard Fonze
Thanks for your help... On an other system, I have a similar problem even though the directive is set as following BrowserMatch ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ Downgrade-1.0 force-response-1.0 In addition, I am using MSIE and not firefox :-( -Original Messag

Re: [us...@httpd] Apache HTTP 2.2.13 - SSL handshake issue

2009-10-08 Thread Toomas Aas
apau...@skynet.be wrote: On my apache 2.2.13, SSL handshake sometimes fails/works. I don't know the answer to your problem, but see my yesterday's message with subject "Firefox SSL handshake error after Apache upgrade". Would be interesting to know, if you enable similar BrowserMatch direc

Re: [us...@httpd] how to statically link PHP 5.2.x + Apache httpd 2.2.x?

2009-10-08 Thread Matus UHLAR - fantomas
On 29.09.09 11:52, Ro Achterberg wrote: > I'm in the midst of setting up my production server, which will be > running on a fully chrooted non-root LAMP configuration. Due to my high > demands for performance and security, I've been advised by several > resources on the net to statically link P

Re: [us...@httpd] Apache - HTTP Reply - Javascript Virus

2009-10-08 Thread Matus UHLAR - fantomas
On 28.09.09 11:34, Juan Soprano wrote: > I currently have a production server setup with a large quantity of domains > being hosted. During the past week, the server has been attacked by a virus > and I have had zero luck tracking it down. > > Here are the symptoms: > 1) Attacks all domains random

[us...@httpd] Apache HTTP 2.2.13 - SSL handshake issue

2009-10-08 Thread apauser
undefined

Re: [us...@httpd] Using VirtualHosts, do I need to specify "main" ServerName?

2009-10-08 Thread Matus UHLAR - fantomas
> Edward Ruggeri wrote: >> (Of course, my system hostname (in /etc/hostname) is not fully qualified.) On 26.09.09 12:49, Stephen wrote: > Your hostname, should have an entry in /etc/hosts > > 127.0.0.1 hostname > > Then Apache is happy and you are fine. no, It should be at lease 127.0.0.1 localh

Re: [us...@httpd] Redirecting URLs and directory structure

2009-10-08 Thread Krist van Besien
On Wed, Oct 7, 2009 at 3:29 PM, "Fábio Jr." wrote: > 1st question: is there a way of making a request to > http://server.foo.bar/images/123456.png, Apache will redirect or treat this > URL for the correct path through a regular expression? You can use mod_rewrite for this, and it is entirely up