RE: [users@httpd] Question about setting up Modules on Windows

2005-06-07 Thread Boyle Owen
> -Original Message- > From: Manish Soni [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 7. Juni 2005 23:20 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Question about setting up Modules on Windows > > > I'm trying to compile and run an example module that comes with the > sourc

Re: [users@httpd] weird httpd processes

2005-06-07 Thread kalin mintchev
could this be a log size problem too? one of the virtual server has almost a gig of access log - i'm going to see why it wasn't rotated - but can this be one of the reasons. right now i have another instance of httpd going wild - started sometime in the last hour... # top CPU states: 24.9% use

RE: [users@httpd] Re: Encountering compile problems installing version 2.0.54 on HP-UX

2005-06-07 Thread McLaughlin, Brent
Yes this is true. I found out that what I thought was not true. I was under the impression that the ANSI C compiler was installed on the dev server. After some checking I found that our test environment has the ANSI compiler installed and configured. I moved the tar over to the test environment

RE: [users@httpd] module 'shutdown' problem.

2005-06-07 Thread Thom Park
Oops... I didn't know this mailing list existed - It's been so long since I've had to post anything! Thanks - I'll repost over there. -Thom -Original Message- From: Joshua Slive [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 07, 2005 12:57 PM To: users@httpd.apache.org Subject: Re: [EM

RE: [users@httpd] Missing User-Agent:

2005-06-07 Thread Michael D. Berger
> -Original Message- > From: Joshua Slive [mailto:[EMAIL PROTECTED] > Sent: Sunday, June 05, 2005 9:52 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Missing User-Agent: > > > On 6/5/05, Michael D. Berger <[EMAIL PROTECTED]> wrote: > > > On 6/4/05, Michael D. Berger <[E

Re: [users@httpd] module 'shutdown' problem.

2005-06-07 Thread Joshua Slive
On 6/7/05, Thom Park <[EMAIL PROTECTED]> wrote: > > Hello, > > I have a pressing issue with modules and shutdown that I need some > expert enlightenment on. Perhaps someone can chip in a suggestion on > how I can solve this problem. Have you tried the module authors mailing list: http://modules

[users@httpd] Question about setting up Modules on Windows

2005-06-07 Thread Manish Soni
I'm trying to compile and run an example module that comes with the source distribution for Windows. However, the documentation (http://httpd.apache.org/docs-2.0/mod/mod_example.html) seems to be completely different from the source and binary distributions that I downloaded. Firstly, there is

RE: [users@httpd] Name-based Virtual Host

2005-06-07 Thread Beth Curotto
More like this? NameVirtualHost *:80 # Virtual Host 1 ServerAlias www.mowingandmore.net DocumentRoot /var/www/html/mow ServerName mowingandmore.net ServerSignature email Is there anywhere else on this box I need to note any virtual host info? I am running under CentOS 3 (RH

Re: [users@httpd] weird httpd processes

2005-06-07 Thread kalin mintchev
thank you - i'll be monitoring i guess - so far all the php scripts modified in the last 2 weeks seem to be fine... i tried most of them... > Hi, > > This looks like a script that is running out of control. We've had > similar > things here, except that our problem was the script writer

Re: [users@httpd] Name-based Virtual Host

2005-06-07 Thread Joshua Slive
On 6/7/05, Beth Curotto <[EMAIL PROTECTED]> wrote: > > I have setup 2 virtual hosts in httpd.conf > I have one external ip address being nat'd to an internal ip > I would like to use both websites directed to the same external, to then be > handled by httpd.conf. > > Am I on target so far?

[users@httpd] Name-based Virtual Host

2005-06-07 Thread Beth Curotto
I have setup 2 virtual hosts in httpd.conf  I have one external ip address being nat'd to an internal ip I would like to use both websites directed to the same external, to then be handled by httpd.conf.   Am I on target so far?   One of the Virtual Hosts is for - www.mowingandmore.net  

[users@httpd] module 'shutdown' problem.

2005-06-07 Thread Thom Park
Hello, I have a pressing issue with modules and shutdown that I need some expert enlightenment on. Perhaps someone can chip in a suggestion on how I can solve this problem. First up - I'm using a process-pool clean-up handler to shutdown some iiop connections being used by my module. This all

[users@httpd] Accept Mutex error

2005-06-07 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
Can anyone give me some insight on this error in the httpd error log. I have searched the web extensively and no one seems to have a definative answer. [Tue Jun 07 14:01:46 2005] [emerg] (45)Deadlock situation detected/avoided: apr_proc_mutex_lock failed. Attempting to shutdown process graceful

RE: [users@httpd] Re: weird httpd processes

2005-06-07 Thread PMilanese
Try adding times to the apache access log, and look for the bigger ones. The CPU use is probably WAIT time for database access or script parsing. -Original Message- From: kalin mintchev [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 07, 2005 1:52 PM To: Nathan Kinkade Cc: freebsd-quest

Re: [users@httpd] client cert auth issue

2005-06-07 Thread Aman Raheja
Hello All Though I did not get any response for my question, having already resolved it, I thought it will be a good idea to post it. I was missing the following: Should have used SSLProxyVerifyDepth 4 instead of SSLVerifyDepth 4 Now it's all good. HTH Aman Raheja http://www.techquotes.com Aman

Re: [users@httpd] weird httpd processes

2005-06-07 Thread Markus Mayer
Hi, This looks like a script that is running out of control. We've had similar things here, except that our problem was the script writer failed to close the mysql connections. The user was waiting for data which never came, hit cancel, then tried again. The scripts used pconnect calls. Thi

[users@httpd] Re: weird httpd processes

2005-06-07 Thread kalin mintchev
> Does your httpd installation serve up any scripted content i.e. using > perl, PHP, etc. I have seen apache spin out of control due to poorly, > or incorrectly written scripts. ok. yes. the machine has been running fine for months. how would i know which is the offending script?!? it serves a

Re: [users@httpd] Re: Newbie Qu - details of graceful restart on Windows

2005-06-07 Thread William A. Rowe, Jr.
At 01:17 PM 6/6/2005, [EMAIL PROTECTED] wrote: >>>My main concern is whether its possible for requests to be dropped during >>>this process, and whether session affinity is maintained - eg if a >browser >>>is already talking to a certain Tomcat, will it continue to talk to >exactly >>>that one aft

[users@httpd] weird httpd processes

2005-06-07 Thread kalin mintchev
hi all... for the last 4 - 5 days i noticed something weird on one of the freebsd boxes here. one httpd process -or sometimes 2 or 3 - take up all the cpu. and it looks like this: # top CPU states: 33.1% user, 0.0% nice, 66.5% system, 0.4% interrupt, 0.0% idle Mem: 476M Active, 295M Inact, 16

[users@httpd] cronologing and logrotating Apache logs

2005-06-07 Thread Philippe de Rochambeau
Hello, has anyone ever used cronolog in conjunction with logrotate to rotate, compress, and delete Apache log files after 15 days? In my httpd.conf file, the CustomLog and ErrorLog entries are as follows: CustomLog "|/usr/bin/cronolog /usr/local/apache2/logs/access.%Y%m%d.log" common Err

Re: [users@httpd] Is this a hacking attempt ?

2005-06-07 Thread Patrick Donker
Maxim Vexler wrote: Is this an hacking attempt ? Could someone please suggest a way to decrypted the "\xd7\x92\xd7\x99\" things. ## Apache Error log : Start ## IP & domain were blurred for privacy reasons. [Tue Jun 07 17:49:23 2005] [error]

RE: [users@httpd] Is this a hacking attempt ?

2005-06-07 Thread PMilanese
Could be a spider. Google, or Akmai or something... Did the directory/files exist at one point? Their indexer checks to see if the page exists and corrects itself. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 07, 2005 12:08 PM To: users@httpd.

[users@httpd] Is this a hacking attempt ?

2005-06-07 Thread Maxim Vexler
Is this an hacking attempt ? Could someone please suggest a way to decrypted the "\xd7\x92\xd7\x99\" things. ## Apache Error log : Start ## IP & domain were blurred for privacy reasons. [Tue Jun 07 17:49:23 2005] [error] [client 62.0.x.x] File

[users@httpd] Re: Encountering compile problems installing version 2.0.54 on HP-UX

2005-06-07 Thread Hugh Williams
Hi; Just to nail the coffin closed so to speak... Both the previous posters' memories are correct - you definitely have to either a) buy HP's ANSI C compiler: http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1857,00.html or b) install gcc as an earlier poster mentioned

RE: [users@httpd] redirect document root

2005-06-07 Thread PMilanese
You are better off writing something to change all of the code (search/replace) and make it all relative (site independent). Either that, or just put it where it likes to be. If you have it setup as a vhost or the site is on its own, you can just do a redirect into the /ao/ directory, and it may

Re: [users@httpd] Novice needs help

2005-06-07 Thread Patrick Donker
-Original Message- From: Patrick Donker [mailto:[EMAIL PROTECTED] Sent: 07 June 2005 12:26 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Novice needs help Simon Maltby wrote: Hi. I've just got Apache to run a web server on my computer, however when I try and go to my

Re: [users@httpd] Logging

2005-06-07 Thread Patrick Donker
Murray Silber wrote: Hi can anybody lend a hand? Here is my query: I have my main server & a few virtual servers running. How do I enable logging on selected virtual servers and disable logging on others? I thought you already had it working? -Patrick

RE: [users@httpd] CustomLog directive in container breaks Apache

2005-06-07 Thread PMilanese
How about your error log? What does it say? This should be no problem. Does the log dir exist? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 07, 2005 7:47 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] CustomLog directive in containe

RE: [users@httpd] redirect document root

2005-06-07 Thread PMilanese
How about this one: mv ao/* . I'd figure its absolute links causing the problem after reading this a few times. If you run a rewrite as you state, it will redirect the root only. Meaning if you go to the site's root, it will push you to /ao/, but any links you click (if it is not a relative site

Re: [users@httpd] Novice needs help

2005-06-07 Thread Patrick Donker
Simon Maltby wrote: Re: my problem I manged to sort it. Heres a classic dyslexic one for you: I read "Dieable incomming commands" and ticked the Delete box when it actually read "Enable incomming commands" and thus I only enabled the Delete command. Yes I am blonde as well. Thanks to Dan and Pa

RE: [users@httpd] Novice needs help

2005-06-07 Thread Simon Maltby
Re: my problem I manged to sort it. Heres a classic dyslexic one for you: I read "Dieable incomming commands" and ticked the Delete box when it actually read "Enable incomming commands" and thus I only enabled the Delete command. Yes I am blonde as well. Thanks to Dan and Patterick who replied. R

Re: [users@httpd] redirect document root

2005-06-07 Thread Joshua Slive
On 6/7/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > e.g.: > > the login page is at login/main.jsp. It loads a frameset. Generally, some of > the links are absolute, like /ao_unten.htm, others are relative like > ../login/login_presubmit.jsp. > > Accessing /login/main.jsp results in > > GET

AW: [users@httpd] redirect document root

2005-06-07 Thread Heiner . Amthauer
e.g.: the login page is at login/main.jsp. It loads a frameset. Generally, some of the links are absolute, like /ao_unten.htm, others are relative like ../login/login_presubmit.jsp. Accessing /login/main.jsp results in GET /login/main.jsp HTTP/1.1" 404 332 Heiner -Ursprüngliche Nachricht-

Re: [users@httpd] Why sub-requests for /?

2005-06-07 Thread Bill Moseley
On Tue, Jun 07, 2005 at 09:07:14AM +0200, André Malo wrote: > > GET http://bumby:88/foo/env.cgi/other/foo > > > > results in this message in the error log: > > > > [error] .. client denied by server configuration: > > /var/lib/projects/other > > > > If I enable access to the doc root t

Re: [users@httpd] redirect document root

2005-06-07 Thread Joshua Slive
On 6/7/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hi there, > > I have an application running at the web context /ao/, however, it is > originally designed to run on /. I've tried to use the rewriting-engine with > the statement > > RewriteRule ^/$ /ao/ [R] > > however, it does

Re: [users@httpd] Encountering compile problems installing version 2.0.54 on HP-UX

2005-06-07 Thread NetSuporte
That is correct the bundled C compiler will compile the kernel. It has been a couple of years since I worked there but I remember needing to install the ansi-c compiler separately. Philip Tony Schreiner wrote: If memory serves me, the C compiler that is bundled with HP-UX is very rudimenta

Re: [users@httpd] Why sub-requests for /?

2005-06-07 Thread Bill Moseley
On Tue, Jun 07, 2005 at 09:28:25AM +0200, Boyle Owen wrote: > > I have a setup with the document root with no access, but then I allow > > access to individual subdirectories (normally via basic auth). > > I've read your post three times and can't decide if it's a general > philosophical question

Re: [users@httpd] Encountering compile problems installing version 2.0.54 on HP-UX

2005-06-07 Thread Tony Schreiner
If memory serves me, the C compiler that is bundled with HP-UX is very rudimentary and only useful for some system tasks. The really functional HP-UX compiler is a separate product. It's been a few years, I admit. Tony On Jun 7, 2005, at 9:18 AM, McLaughlin, Brent wrote: Thanks for the re

Re: [users@httpd] Logging

2005-06-07 Thread Joshua Slive
On 6/7/05, Murray Silber <[EMAIL PROTECTED]> wrote: > Hi > > can anybody lend a hand? > > Here is my query: > > I have my main server & a few virtual servers running. How do I enable > logging on selected virtual servers and disable logging on others? If you want certain servers to have their o

Re: [users@httpd] irc eggdrop exploit woes

2005-06-07 Thread Ivan Barrera A.
Using lsof to look through weird files, is useful too. dan wrote: > Eben Goodman wrote: > >> I recently had an irc exploit on my server running this eggdrop relay >> thing via apache. I was able to find the offending files and remove >> them and the eggdrop processes went away for awhile, but n

RE: [users@httpd] Encountering compile problems installing version 2.0.54 on HP-UX

2005-06-07 Thread McLaughlin, Brent
Thanks for the reply Owen, I am using the c compiler that is bundled with the operating system. I'm hoping to draw from the experience from anyone who has compiled on HP-UX using the bundled c compiler. Brent -Original Message- From: Boyle Owen [mailto:[EMAIL PROTECTED] Sent: Tuesday

Re: [users@httpd] One request different modules?????

2005-06-07 Thread Joshua Slive
On 6/7/05, RAJESH SEGU <[EMAIL PROTECTED]> wrote: > I have a problem, here is my requirement. > I have written my 'xyz' module which processes the > request and converts the some specific code into PHP > code[which is the response of my module]. This > html+php generated by my module must be passed

Re: [users@httpd] help with reverse proxy

2005-06-07 Thread Joshua Slive
On 6/7/05, Murray Silber <[EMAIL PROTECTED]> wrote: > I am new to Apache and am having problems setting up a reverse proxy server. > When I set it up I can access the site behind the firewall but the > formatting and pics from the page do not come through to my browser, also, > when I click on a li

Re: [users@httpd] RedirectMatch regex question.

2005-06-07 Thread Joshua Slive
On 6/7/05, Michael Bellears <[EMAIL PROTECTED]> wrote: > Wondering if someone can please assist with the following two > RedirectMatch regex's (My regex skills are zilch!) > > RedirectMatch /main.cfm?=page&content&id=946 > http://www.domain.com.au/privacy.html > RedirectMatch /main.cfm?page=unsubs

[users@httpd] Logging

2005-06-07 Thread Murray Silber
Hi can anybody lend a hand? Here is my query: I have my main server & a few virtual servers running. How do I enable logging on selected virtual servers and disable logging on others? Thanks Murray [EMAIL PROTECTED] - The

Re: [users@httpd] CustomLog directive in container breaks Apache

2005-06-07 Thread Nick Jones
--- Patrick Donker <[EMAIL PROTECTED]> wrote: [snip] > >I get no errors and the server runs just dandy, but > >with all the logs going to the same access_log > file. > > > >TIA for any help and insight. > > > >-Nick > > > > > > > > Some errorlogs please Huh. Error logs, what a concept! Than

RE: [users@httpd] web server sometime very slow

2005-06-07 Thread Michael Simpson
Hi Owen - thanks for replying. I'll try the suggestions you mentioned for the log. Some pages do rely on DB access AND also mounted drives. However, I also find that even the front page (index.html) can be very slow, as I described earlier. Thanks. -Original Message- From: Boyle Owen [m

RE: [users@httpd] web server sometime very slow

2005-06-07 Thread Boyle Owen
> -Original Message- > From: Michael Simpson [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 7. Juni 2005 13:02 > To: 'users@httpd.apache.org' > Subject: [EMAIL PROTECTED] web server sometime very slow > > > Hello. > > I'm developing and administering my company's intranet > running on Apac

[users@httpd] web server sometime very slow

2005-06-07 Thread Michael Simpson
Hello. I'm developing and administering my company's intranet running on Apache and PHP. Have found sometimes the response time for a page is very good (1-2 seconds), other times it's really bad (20-30 seconds). I've looked through the userlist messages for some clues, but cannot see anything obvi

Re: [users@httpd] CustomLog directive in container breaks Apache

2005-06-07 Thread Patrick Donker
Nick Jones wrote: Hi (new to this list, my first post) I'm running 2.0.49 on SLES9. I have my main server configuration, which works dandy. Then I set up three virtual hosts: one for the main server, and two for subdomains that I set up. All three virtual hosts log to the same access_log and er

RE: [users@httpd] Novice needs help

2005-06-07 Thread Simon Maltby
Patrick, just tried accessing it locally and it worked, both on my machine and my proxy server machine. I've put both the config file and the error log on my ftp server http://www-users.york.ac.uk/~srm109/other/apache/error.log and http://www-users.york.ac.uk/~srm109/other/apache/httpd.conf the acc

[users@httpd] CustomLog directive in container breaks Apache

2005-06-07 Thread Nick Jones
Hi (new to this list, my first post) I'm running 2.0.49 on SLES9. I have my main server configuration, which works dandy. Then I set up three virtual hosts: one for the main server, and two for subdomains that I set up. All three virtual hosts log to the same access_log and error_log file. I want

Re: [users@httpd] Novice needs help

2005-06-07 Thread Dan Mahoney, System Admin
On Tue, 7 Jun 2005, Simon Maltby wrote: What does the error log say? Finding a "tail" program that can continually look at a logfile as it comes in might help you a lot. -Dan Hi. I've just got Apache to run a web server on my computer, however when I try and go to my web page it gives a 40

Re: [users@httpd] Novice needs help

2005-06-07 Thread Patrick Donker
Simon Maltby wrote: Hi. I've just got Apache to run a web server on my computer, however when I try and go to my web page it gives a 403 error. I have configured my proxy server to direct HTTP to my PC, and I have a dynamic DNS address and program. I havn't touched the configuration of Apache th

[users@httpd] Novice needs help

2005-06-07 Thread Simon Maltby
Hi. I've just got Apache to run a web server on my computer, however when I try and go to my web page it gives a 403 error. I have configured my proxy server to direct HTTP to my PC, and I have a dynamic DNS address and program. I havn't touched the configuration of Apache though it all looked ok f

[users@httpd] redirect document root

2005-06-07 Thread Heiner . Amthauer
Title: redirect document root Hi there, I have an application running at the web context /ao/, however, it is originally designed to run on /. I've tried to use the rewriting-engine with the statement RewriteRule ^/$ /ao/ [R] however, it does not work. Are there any other tricks? regard

Re: [users@httpd] setting up reverse proxy

2005-06-07 Thread Nick Kew
Murray Silber wrote: > Hi > > I need help, Please !! > > I am new to Apache and am having problems setting up a reverse proxy server. > When I set it up I can access the site behind the firewall but the formatting > and pics from the page do not come through to my browser, also, when I click >

[users@httpd] Apache 2 aborting downloads

2005-06-07 Thread Leeuwen, Allan van
I could really use some help here My configuration is as follows : I installed XAMPP, which is an all in one package consisting of : Apache 2 PHP5 MySql Perl It's running on a Windows 2000 server with the following hardware : 1Ghz CPU 512mb RAM There is some other software running which t

[users@httpd] One request different modules?????

2005-06-07 Thread RAJESH SEGU
I have a problem, here is my requirement. I have written my 'xyz' module which processes the request and converts the some specific code into PHP code[which is the response of my module]. This html+php generated by my module must be passed on to the PHP module for processing the PHP code within.

[users@httpd] help with reverse proxy

2005-06-07 Thread Murray Silber
Hi   I need help, Please !!   I am new to Apache and am having problems setting up a reverse proxy server. When I set it up I can access the site behind the firewall but the formatting and pics from the page do not come through to my browser, also, when I click on a link on the page I get a

[users@httpd] setting up reverse proxy

2005-06-07 Thread Murray Silber
Hi   I need help, Please !!   I am new to Apache and am having problems setting up a reverse proxy server. When I set it up I can access the site behind the firewall but the formatting and pics from the page do not come through to my browser, also, when I click on a link on the page I get a

RE: [users@httpd] Why sub-requests for /?

2005-06-07 Thread Boyle Owen
> -Original Message- > From: Bill Moseley [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 7. Juni 2005 08:34 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Why sub-requests for /? > > > Apache 2.0.54-4 on Debian Sid. > > I have a setup with the document root with no access, but th

Re: [users@httpd] Why sub-requests for /?

2005-06-07 Thread André Malo
* Bill Moseley <[EMAIL PROTECTED]> wrote: > I have a setup with the document root with no access, but then I allow > access to individual subdirectories (normally via basic auth). > > Say foo is one of those sub-directories and DocRoot is > /var/lib/projects. > > So a request for: > > GET h