[EMAIL PROTECTED] compiling mod_dumpio in vc++ 2005 express

2007-05-03 Thread Jason Anderson
If you want to compile mod_dumpio on Windows with Visual C++ 2005 Express, there are various docs out there to get you almost all the way: http://httpd.apache.org/docs/2.0/platform/win_compiling.html http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/

Re: [EMAIL PROTECTED] can't get apache to talk ldap to netware ldap server-HELP

2007-05-03 Thread Gaƫl Lams
Hi I am trying to get Apache 2.2.4(windows) to talk LDAP to my Netware 6.5sp6 server. I get the following error when trying to connect I don't have so much time but I've a similar set-up working: Apache 2.2.x on Linux authenticating through LDAP to netware 6.5sp6 server. Does your server

[EMAIL PROTECTED] Equivalent of CHttpFilter::GetFilterVersion(pVer) in Apache linux

2007-05-03 Thread ramakrishnaprasad.annasamudram
We are migrating a WebServer Application from IIS to Apache linux.We are unable to find equivalent functions in linux to CHttpFilter::GetFilterVersion(pVer).Also are there any flags in linux apache SF_NOTIFY_ORDER_LOW? Thanks The information contained in this electronic message and any

[EMAIL PROTECTED] Stupid Question: Canonical Name Rewrite Location

2007-05-03 Thread Ann Hopkins
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have a server with multiple hosts names on one IP address. I have figured out from all the searches I made that I can do rewrite the other hosts names to correct the address to www. ServerName www.example.com:80 ServerName a.example.com:80

Re: [EMAIL PROTECTED] Stupid Question: Canonical Name Rewrite Location

2007-05-03 Thread Joshua Slive
On 5/3/07, Ann Hopkins [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have a server with multiple hosts names on one IP address. I have figured out from all the searches I made that I can do rewrite the other hosts names to correct the address to www. ServerName

[EMAIL PROTECTED] Tools for better viewing Apache access logs?

2007-05-03 Thread Mark A. Craig
Thanks again to those who helped me get past my BSOD problem and finally put Apache to use. Now that I'm using it, I'm wondering if there's some tool that exists to enhance and restructure the display of information in Apache's access log? I'd like to view the log with a hostname and more

Re: [EMAIL PROTECTED] Stupid Question: Canonical Name Rewrite Location

2007-05-03 Thread Ann Hopkins
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The Virtual Host directive is the only one that takes ServerAlias. This actually works in the main configuration file or a Virtual Host directive. The Apache documentation implies what I tried to be okay, but specific website examples from other

[EMAIL PROTECTED] RESTARTING APACHE

2007-05-03 Thread Bashiro
Hello folks, is there a way to schedule apache to restart after some hours ? Any script out there ? Thanks Bashiro ___ No banners. No pop-ups. No kidding. Make My Way your home on the Web - http://www.myway.com

Re: [EMAIL PROTECTED] Stupid Question: Canonical Name Rewrite Location

2007-05-03 Thread Joshua Slive
On 5/3/07, Ann Hopkins [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The Virtual Host directive is the only one that takes ServerAlias. This actually works in the main configuration file or a Virtual Host directive. Right, but you still can't have more than one

Re: [EMAIL PROTECTED] RESTARTING APACHE

2007-05-03 Thread Joshua Slive
On 5/3/07, Bashiro [EMAIL PROTECTED] wrote: Hello folks, is there a way to schedule apache to restart after some hours ? Any script out there ? What OS? That would typically be the job of cron (under unix) or the windows task scheduler on MS-Windows. Joshua.

Re: [EMAIL PROTECTED] RESTARTING APACHE

2007-05-03 Thread Marcos R. Cardoso
When you install Apache on Windows a script to restart is included on the Start Menu, check that out. Bashiro escreveu: Hello folks, is there a way to schedule apache to restart after some hours ? Any script out there ? Thanks Bashiro ___ No

Re: [EMAIL PROTECTED] RESTARTING APACHE

2007-05-03 Thread Bashiro
Thanks a lot. i have scheduled it by using the icons in the start programs as you said. Thanks a lot Bashiro --- On Thu 05/03, Marcos R. Cardoso [EMAIL PROTECTED] wrote: From: Marcos R. Cardoso [mailto: [EMAIL PROTECTED] To: users@httpd.apache.org Date: Thu, 03 May 2007 16:16:53 -0300

Re: [EMAIL PROTECTED] RESTARTING APACHE

2007-05-03 Thread Bashiro
I want to restart Apache for the same reason why people want to restart any other program. For freeing memory ? for dumping memory ? for dumping log file? for releasing overload, for stability (in order to release hanging files) etc Bashiro --- On Thu 05/03, [EMAIL PROTECTED] wrote: From:

[EMAIL PROTECTED] preventing self entries in access log?

2007-05-03 Thread Mark A. Craig
Is there a httpd.conf directive or other technique to prevent the logging of server accesses that originate from the same IP address as the server itself? I would like to prevent them from being logged entirely. Can I perhaps use some form of SetEnv to accomplish that? Mark

Re: [EMAIL PROTECTED] preventing self entries in access log?

2007-05-03 Thread Joshua Slive
On 5/3/07, Mark A. Craig [EMAIL PROTECTED] wrote: Is there a httpd.conf directive or other technique to prevent the logging of server accesses that originate from the same IP address as the server itself? I would like to prevent them from being logged entirely. Can I perhaps use some form of

Re: [EMAIL PROTECTED] RESTARTING APACHE

2007-05-03 Thread Dragon
Bashiro wrote: I want to restart Apache for the same reason why people want to restart any other program. For freeing memory ? for dumping memory ? for dumping log file? for releasing overload, for stability (in order to release hanging files) etc End original message.

[EMAIL PROTECTED] Help ! Apache 100%

2007-05-03 Thread Alejandro Decchi
Hello my friends! I have apache2 and mysql and php. When one user access to thw webpage and make a query apache2 uses the 98% of cpu How can i limit the cpu uses ???

Re: [EMAIL PROTECTED] preventing self entries in access log?

2007-05-03 Thread Mark A. Craig
Joshua: Yes, I'd seen that, but my situation is a bit more complicated, since the server isn't sitting at a static IP, and I wasn't entirely certain how to do it. Would something like this work? SetEnvIf Remote_Addr Server_Addr dontlog CustomLog logs/access.log common env=!dontlog Mark

Re: [EMAIL PROTECTED] RESTARTING APACHE

2007-05-03 Thread Dan_Mitton
I run on UNIX (Sun Solaris 8/9), but Apache only comes down with the box while doing patches. To rotate log files, we use cronolog (cronolog.org), which auto-magically switches to new logs files on a configurable basis (we use daily). Please respond to users@httpd.apache.org To:

Re: [EMAIL PROTECTED] preventing self entries in access log?

2007-05-03 Thread Joshua Slive
On 5/3/07, Mark A. Craig [EMAIL PROTECTED] wrote: Joshua: Yes, I'd seen that, but my situation is a bit more complicated, since the server isn't sitting at a static IP, and I wasn't entirely certain how to do it. Would something like this work? SetEnvIf Remote_Addr Server_Addr dontlog

Re: [EMAIL PROTECTED] Help ! Apache 100%

2007-05-03 Thread Joshua Slive
On 5/3/07, Alejandro Decchi [EMAIL PROTECTED] wrote: Hello my friends! I have apache2 and mysql and php. When one user access to thw webpage and make a query apache2 uses the 98% of cpu How can i limit the cpu uses ??? Your OS probably has tools to manage the priority of processes. Using

Re: [EMAIL PROTECTED] Tools for better viewing Apache access logs?

2007-05-03 Thread Joshua Slive
On 5/3/07, Mark A. Craig [EMAIL PROTECTED] wrote: Thanks again to those who helped me get past my BSOD problem and finally put Apache to use. Now that I'm using it, I'm wondering if there's some tool that exists to enhance and restructure the display of information in Apache's access log? I'd

Re: [EMAIL PROTECTED] Equivalent of CHttpFilter::GetFilterVersion(pVer) in Apache linux

2007-05-03 Thread Joshua Slive
On 5/3/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: We are migrating a WebServer Application from IIS to Apache linux.We are unable to find equivalent functions in linux to CHttpFilter::GetFilterVersion(pVer).Also are there any flags in linux apache SF_NOTIFY_ORDER_LOW? You seem to

Re: [EMAIL PROTECTED] preventing self entries in access log?

2007-05-03 Thread Mark A. Craig
Joshua: Yep, in lieu of an automated inline way to do it, I'll just have to strip them out by hand (or grow a mental blindspot to them :-). Since the IP and hostname does vary every time the DHCP lease expires, it means there's no backend way at all I could automate it. The only means of

Re: [EMAIL PROTECTED] FD_SETSIZE

2007-05-03 Thread Joshua Slive
On 5/2/07, Eduardo Meyer [EMAIL PROTECTED] wrote: On Apache2, how do I set FD_SETSIZE? I have found some virtual hosts limitations and FAQ and documentation tells I should define FD_SETSIZE in EXTRA_CFLAGS, but where EXTRA_CFLAGS go? I don't remember for sure, but I don't think that FD_SETSIZE

Re: [EMAIL PROTECTED] FD_SETSIZE

2007-05-03 Thread Res
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 3 May 2007, Joshua Slive wrote: On 5/2/07, Eduardo Meyer [EMAIL PROTECTED] wrote: On Apache2, how do I set FD_SETSIZE? I have found some virtual hosts limitations and FAQ and documentation tells I should define FD_SETSIZE in EXTRA_CFLAGS,

[EMAIL PROTECTED] Slow Responding to Extra Request on Persistent Connection

2007-05-03 Thread Ryan Frishberg
Hey, I'm writing a program to test the performance of apache (we had a similar problem with lighttpd), and I keep running into a problem with persistent connections. We make a single request, like: GET fileName HTTP/1.1 Host: server:80 Keep-Alive: 300 Connection: keep-alive And we get a

Re: [EMAIL PROTECTED] FD_SETSIZE

2007-05-03 Thread Eduardo Meyer
I have workarounded the situation by reconfiguring all 3 thousand domains to share the same log files, and use the split log scriot which comes with apache under support/ directory, as a guy has recomended me on freebsd list. However, I feel that sooner or later I will find out the same

Re: [EMAIL PROTECTED] FD_SETSIZE

2007-05-03 Thread Joshua Slive
On 5/3/07, Eduardo Meyer [EMAIL PROTECTED] wrote: However, it is a resource problem which I havent fix, because I dont understand correctly what else, other than fd's Apache needs, so I can raise it. I very much doubt that you will run into file descriptor limits if you avoid separate logs

[EMAIL PROTECTED] Disabling the Vary header / Potential repercussions

2007-05-03 Thread Fred Tyler
Hi, I'm faced with a long-standing problem that has recently become a whole lot worse for me: It's the case of the Vary header preventing caching in Internet Explorer, which causes no end of problems when it is triggered via mod_negotiation. I use mod_negotiation extensively, not to actually

[EMAIL PROTECTED] Getting rid of Vary -- Follow-up

2007-05-03 Thread Fred Tyler
Well, it turns out that getting rid of Vary within mod_negotiation isn't as straightforward as I'd hoped, so I've gone and change http_protocol.c in version 1.3.37 and http_filters.c in 2.2.4 so that setting force-no-vary does not fall back to HTTP/1.0. The only way I plan to use force-no-vary

[EMAIL PROTECTED] Getting rid of Vary by altering mod_negotiation.c

2007-05-03 Thread Fred Tyler
Sorry for all the followups, but I wanted to post one this last modification for comments. Below you'll see the change I made to mod_negotiation.c that prevents it from appending the Vary, TCN, and Content-Location headers. Since I am only using mod_negotiation to allow me to use extension-less

Re: [EMAIL PROTECTED] Disabling the Vary header / Potential repercussions

2007-05-03 Thread Nick Kew
On 4 May 2007, at 03:49, Fred Tyler wrote: [chop] This is OTTOMH. 1. Add Header unset Vary to httpd.conf. The problem with this is that it just doesn't work. I don't know why, but I've stuck it in about 100 different places and it doesn't make any difference. That Vary header never goes