Re: suexec Problem

2005-06-07 Thread Roland Rickborn
Hallo Sven, Installiert hab ich den Apache auf meinem FreeBSD System mit suexec: ... Ich denke es sollte alles stimmen, aber wenn ich die Datei im Browser aufrufe bekomme ich immer einen Internal Server Error. Hier: # httpd -V Server version: Apache/1.3.27 (Linux/SuSE) Server built: Jun

Re: suexec Problem

2005-06-07 Thread Max Dittrich
Hi Sven, Sven Müller wrote: Hallo zusammen! Ich hoffe jmd von euch kann mir bei meinem suexec Problem weiterhelfen, da ich keine Idee mehr habe, was denn falsch ist. Installiert hab ich den Apache auf meinem FreeBSD System mit suexec: su-2.05b# httpd -V [--8--] Das

Re: suexec Problem

2005-06-07 Thread Sven Müller
Hallo! On Tue, Jun 07, 2005 at 07:59:26PM +0200, Max Dittrich wrote: Hier wurde ich stutzig. Bei mir ist wheel eine privilegiert Gruppe mit ziemlich niedriger GID. In der Standardeinstellung ist die niedrigste erlaubte GID 100. Stimmt, habe das mal geändert, jedoch ohne Erfolg. Den

Re: suexec Problem

2005-06-07 Thread Max Dittrich
Hi, Sven Müller wrote: Hallo! On Tue, Jun 07, 2005 at 07:59:26PM +0200, Max Dittrich wrote: Hier wurde ich stutzig. Bei mir ist wheel eine privilegiert Gruppe mit ziemlich niedriger GID. In der Standardeinstellung ist die niedrigste erlaubte GID 100. Stimmt, habe das mal geändert,

RE: [users@httpd] settings in /etc/init.d/httpd ?

2005-06-07 Thread Boyle Owen
-Original Message- From: Justin Conover [mailto:[EMAIL PROTECTED] Oh, the reason I didn't use virtuals is we need to be able to start/stop specific instances. From my understanding this isn't possible in the VirtualHost section, is that incorrect? You can achieve the effect of

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

[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] 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?=pagecontentid=946 http://www.domain.com.au/privacy.html RedirectMatch /main.cfm?page=unsubscribe

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 now they

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 own logs

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

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 or if

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

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 not work.

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

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

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.

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

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

RE: [users@httpd] CustomLog directive in VirtualHost 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

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

[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

[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

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:

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]

[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

[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,

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 after the

[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] 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.

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] 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:

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 [EMAIL

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:

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

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%