Re: [EMAIL PROTECTED] Startup errors

2005-12-05 Thread William A. Rowe, Jr.
Mike Badar wrote: Don't load mod_jk2, in fact, replace it altogether with mod_jk. If I replace it as you suggest, is the httpd.conf file the only place I need to make any changes? You may have an autogenerated jk2.properties that you need to integrate into your httpd.conf file. I'd suggest

Re: [EMAIL PROTECTED] Unknown error message from mod_rewrite

2005-12-05 Thread Christian Folini
On Mon, Dec 05, 2005 at 01:42:34PM -0600, Jason Martens wrote: > Here are the relevant apache config statements: > >Order deny,allow >Deny from all >allow from 10. > > > ProxyPass /Internal/phone_list/ http://another.server/phone_list/ Have you tried to add a ProxyPassReverse s

Re: [EMAIL PROTECTED] apache errors

2005-12-05 Thread Christian Folini
Hey Ken, Your apache config has some serious bugs. Please check the IP addresses. Either of the Listen-statement or of your Virtual Hosts. "[::]:80" does not look good. Then you have a problem with rotatelogs. Maybe it is a followup, but rather not. Check the permissions on /logs. Did logging to

Re: [EMAIL PROTECTED] WebDAV can't find _vti_inf.html, _vti_bin/shtml.exe/_vti_rpc

2005-12-05 Thread John P. Dodge
On Sun, 4 Dec 2005, Eddy Ilg wrote: > Hi, > > error.log: > [Sun Dec 4 12:55:13 2005] [error] [client 62.206.18.42] File does not > exist: /home/eddy/spider/_vti_inf.html > [Sun Dec 4 12:55:13 2005] [error] [client 62.206.18.42] File does not > exist: /home/eddy/spider/_vti_bin/shtml.exe/_vti_rpc

[EMAIL PROTECTED] Mod_proxy setup

2005-12-05 Thread Sean Davis
I'm sure this is a silly question, but the answer has evaded me to this point. I am trying to install mod_proxy using apxs into apache2 (2.0.54). However, after running: apxs -c -i *.c in the modules/proxy directory. The result is an installation of mod_proxy.so, but no mod_proxy_http.so (or ft

RE: [EMAIL PROTECTED] Child errors causing Apache to exit

2005-12-05 Thread Graham Frank
You also asked about how the crash works? When the child returns the error, the Apache parent process dies and Apache goes completely offline. I have to manually restart Apache. --- Graham Frank (608) 359-1593 Neoservers LLC - http://www.neoservers.com/ Founder/

RE: [EMAIL PROTECTED] Child errors causing Apache to exit

2005-12-05 Thread Graham Frank
Yeah, we're in the process of getting a new web server to replace this one. We didn't change the php configuration or anything like that. We did add a new caching program to php, but I removed it for five days, and the errors still popped up. --- Graham Frank (6

Re: [EMAIL PROTECTED] Odd .htaccess problem

2005-12-05 Thread Joshua Slive
On 12/5/05, kloomis <[EMAIL PROTECTED]> wrote: > Hello: > > I have an odd problem with htaccess. It takes two passes at the logon to > gain access to the directory - same user name and password for each. http://httpd.apache.org/docs/1.3/misc/FAQ.html#prompted-twice Joshua. -

[EMAIL PROTECTED] Unknown error message from mod_rewrite

2005-12-05 Thread Jason Martens
Hey all, I'm having a problem with apache, and maybe mod_rewrite, where it will work the first time I access a page, but then every subsequent request for that url will fail until I close my browser and open it again. This is the error message I get from the apache error.log: [Mon Dec 05 13:3

RE: [EMAIL PROTECTED] Odd .htaccess problem

2005-12-05 Thread kloomis
At 02:09 PM 12/5/2005 -0500, you wrote: Are the realms the same for both login prompts? Good question!  The answer is yes.  "Graphs." Can you remove the .htaccess from /www ? Yes, I moved it to a non-web accessible directory as advised. I'm not sure but I thing the blank htaccess file in /www wi

RE: [EMAIL PROTECTED] Odd .htaccess problem

2005-12-05 Thread Wagner, Aaron
Are the realms the same for both login prompts? Can you remove the .htaccess from /www ? I'm not sure but I thing the blank htaccess file in /www will still try to 'find out' who you are even if there is no 'required' parameter set. Thanx Aaron N Wagner Monitoring Systems and Network Tools CCO

Re: [EMAIL PROTECTED] Odd .htaccess problem

2005-12-05 Thread kloomis
Saurabh, thanks for your reply. At 10:47 PM 12/5/2005 +0530, you wrote: On 12/5/05, kloomis <[EMAIL PROTECTED]> wrote: I have an odd problem with htaccess.  It takes two passes at the logon to gain access to the directory - same user name and password for each.  This might sound weird, but what c

RE: [EMAIL PROTECTED] Startup errors

2005-12-05 Thread Mike Badar
Thank you for your response Bill. > Are you loading both mod_jk and jk2? No; just mod_jk2 > Don't load mod_jk2, in fact, replace it altogether with mod_jk. If I replace it as you suggest, is the httpd.conf file the only place I need to make any changes? The > current flavor is 1.2.14 or lat

[EMAIL PROTECTED] apache errors

2005-12-05 Thread Ken Murach
Hi everyone, I'm relatively new to apache and was wondering what do these errors mean?? [Thu Dec 01 16:45:12 2005] [warn] (128)Network is unreachable: connect to listener on [::]:80 [Thu Dec 01 16:45:12 2005] [notice] child pid 275 exit signal Segmentation fault (11), possible coredump in /usr

Re: [EMAIL PROTECTED] Startup errors

2005-12-05 Thread William A. Rowe, Jr.
Mike Badar wrote: Greetings: The following errors are being written to the $APACHE_HOME/logs/error_log file on my server when I start apache: [Mon Dec 05 09:42:58 2005] [error] shm.init(): No file [Mon Dec 05 09:42:58 2005] [error] jk2_init() Can't find child 10773 in scoreboard [Mon Dec 05

Re: [EMAIL PROTECTED] Out of control Referrer spam; I'm puzzled.

2005-12-05 Thread William A. Rowe, Jr.
You may be running applications which are vulnerable to cross site scripting vulnerabilities, using your domain at the 'common site'. Suggest you look over vulnerabilities, particularly in any PHP apps you are running. Why would you want them lost from the log file? Feel free to filter your log

[EMAIL PROTECTED] Startup errors

2005-12-05 Thread Mike Badar
Greetings: The following errors are being written to the $APACHE_HOME/logs/error_log file on my server when I start apache: [Mon Dec 05 09:42:56 2005] [info] mod_unique_id: using ip addr 10.156.1.5 [Mon Dec 05 09:42:57 2005] [notice] Digest: generating secret for digest authentication ... [Mon De

Re: [EMAIL PROTECTED] Odd .htaccess problem

2005-12-05 Thread Saurabh Bathe
On 12/5/05, kloomis <[EMAIL PROTECTED]> wrote: Hello:I have an odd problem with htaccess.  It takes two passes at the logon togain access to the directory - same user name and password for each.  This might sound weird, but what client are you using? Are there any redirections or does the page incl

[EMAIL PROTECTED] Odd .htaccess problem

2005-12-05 Thread kloomis
Hello: I have an odd problem with htaccess. It takes two passes at the logon to gain access to the directory - same user name and password for each. The directory structure is this: www/graphs There is an .htaccess file in www/graphs with the following entries: AuthName Graphs AuthType Basi

Re: [EMAIL PROTECTED] mod_rewrite mass virtual hosting and aliases

2005-12-05 Thread gregory duchesnes
Please ignore the pipes "|" that were automatically inserted in my code, i don't know where it comes from... gregory duchesnes a écrit : Hi all, i'm trying to set up some kind of ISP style virtual hosting, the problem is some domains have a lot of aliases (which i need to redirect to the ma

[EMAIL PROTECTED] mod_rewrite mass virtual hosting and aliases

2005-12-05 Thread gregory duchesnes
Hi all, i'm trying to set up some kind of ISP style virtual hosting, the problem is some domains have a lot of aliases (which i need to redirect to the master domain with à code 301). I thought of using mod_vhost_alias this way: - create a folder for the master domain - create a symlink to th

Re: [EMAIL PROTECTED] Re: a series problem!!! [not series but SERIOUS pay attention please]

2005-12-05 Thread herauthon
check : ifconfig -a setting in httpd.conf ->  hostname:80 change it to ip:80   try httpd -k start if not corrected try next   kill dhclient session (or os eqv) start dhclient again check for ip change was ip static defined or dynamic (dhcp) ? start httpd -k start if not corrected check doma

RE: [EMAIL PROTECTED] apache fails on make - FIX

2005-12-05 Thread Fabiola Lineberger
Hello All, If anyone is having the same problem I had, here is the solution: I added the following line: #include "/usr/include/unistd.h" In the following files: PATH/src/main/alloc.c PATH/src/main/http_log.c PATH/src/modules/standard/mod_include.c ran make clean and make, and make install and

Re: [EMAIL PROTECTED] Return custom error txt if an error occurs

2005-12-05 Thread Joshua Slive
On 12/5/05, Jacob Friis Saxberg <[EMAIL PROTECTED]> wrote: > Hello. > > How can I make httpd output result=90 if an error occurs? > The error could be any error. > I.e. a 404 or a Php script error. I don't know what you mean here. You simply want the text "result=90"? If so, you can do ErrorDocu

Re: [EMAIL PROTECTED] Out of control Referrer spam; I'm puzzled.

2005-12-05 Thread Joshua Slive
On 12/5/05, Gene <[EMAIL PROTECTED]> wrote: > Hi All: > > I don't know about everyone else, but Referrer Spam on my site has > reached epic proportions. I've been reading up on it, but one thing > still puzzles me. > > If the referrer url is phony and the ip address from which it came is > phony, h

[EMAIL PROTECTED] Return custom error txt if an error occurs

2005-12-05 Thread Jacob Friis Saxberg
Hello. How can I make httpd output result=90 if an error occurs? The error could be any error. I.e. a 404 or a Php script error. Thanks, Jacob - The official User-To-User support forum of the Apache HTTP Server Project. See htt

[EMAIL PROTECTED] Out of control Referrer spam; I'm puzzled.

2005-12-05 Thread Gene
Hi All: I don't know about everyone else, but Referrer Spam on my site has reached epic proportions. I've been reading up on it, but one thing still puzzles me. If the referrer url is phony and the ip address from which it came is phony, how does that benefit the spammer? It seems to me that

RE: [EMAIL PROTECTED] reverse proxy with Apache 2.0

2005-12-05 Thread Suzy Fynes
I've tried that and it still doesn’t work, the only that I'm not using that could be a problem is that I'm not specifying certs. LogLevel warn RewriteEngine Off RewriteLog /home/logs/rewrite_log RewriteLogLevel 0 SSLProxyEngine ON ServerName beta.test

[EMAIL PROTECTED] Re: Child errors causing Apache to exit

2005-12-05 Thread myhapwcforever
I got an error,told me that the process fatal. And then I find the apache had crashed. I restart the processes without any problem.At that time, I was installing the mod_perl and testing.I guests it may be some operation crashing the apache. If you are testing new modules, it might not a serious

[EMAIL PROTECTED] Re:more httpd.conf info

2005-12-05 Thread myhapwcforever
??? www.apache.org - Original Message - From: "Buddy Ochoa" <[EMAIL PROTECTED]> To: Sent: Monday, December 05, 2005 5:50 AM Subject: [EMAIL PROTECTED] more httpd.conf info > I am running windows XP on my computer and I have apache 2.0.55. I > downloaded it from http://httpd.apache.com >

Re: [EMAIL PROTECTED] mod_proxy_html : how to compress the proxied content?

2005-12-05 Thread Nick Kew
On Monday 05 December 2005 13:54, peter pilsl wrote: > Now I want to know if there is a way to compress the finally delivered > webpage again after it was processed by mod_proxy_html? The manpage you're looking for is http://httpd.apache.org/docs/2.2/mod/mod_filter.html -- Nick Kew ---

[EMAIL PROTECTED] mod_proxy_html : how to compress the proxied content?

2005-12-05 Thread peter pilsl
I've the following scenario: My server hosts a webpage (highly dynamic). A subpage of this webpage should be available under a own domainname. voev.adulteducation.at should be the same as www.adulteducation.at/de/voev The content delivered by the original page is compressed and so I set up

RE: [EMAIL PROTECTED] Auth problem with Location

2005-12-05 Thread Maurer, Hermann
> -Original Message- > From: Nico [mailto:[EMAIL PROTECTED] > Sent: Monday, December 05, 2005 2:36 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Auth problem with Location Hi Nico, > > 2005/12/5, Maurer, Hermann <[EMAIL PROTECTED]>: > > > Hello folks, > > [...] > >

Re: [EMAIL PROTECTED] [mod_proxy_html] : returned page is empty

2005-12-05 Thread peter pilsl
peter pilsl wrote: As soon as I turn on the outputfilter proxy-html I get an empty page containing of no more than Finally I found the solution to my problem: The content I tried to handly with mod_proxy_html was compressed with mod_deflate and so mod_proxy_html could not parse it. s

RE: [EMAIL PROTECTED] Auth problem with Location

2005-12-05 Thread Maurer, Hermann
> -Original Message- > From: Boyle Owen [mailto:[EMAIL PROTECTED] > Sent: Monday, December 05, 2005 2:25 PM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Auth problem with Location > Thank you Boyle ! > > -Original Message- > > From: Maurer, Hermann [mailto:[EMAI

Re: [EMAIL PROTECTED] Auth problem with Location

2005-12-05 Thread Nico
2005/12/5, Maurer, Hermann <[EMAIL PROTECTED]>: > Hello folks, > [...] > > Order Allow,Deny > Allow from all > AuthName "Confidentail Area, please login" > AuthType Basic > AuthUserFile /usr/local/apache/passwd/passwords > Require valid-users > Try with if your path is a Hard access in your se

RE: [EMAIL PROTECTED] Child errors causing Apache to exit

2005-12-05 Thread Boyle Owen
> -Original Message- > From: Graham Frank [mailto:[EMAIL PROTECTED] > Sent: Montag, 5. Dezember 2005 09:47 > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Child errors causing Apache to exit > > > Sorry for the lack of info. > > OS: Redhat Enterprise Linux 3 > Apache 1.3

RE: [EMAIL PROTECTED] Auth problem with Location

2005-12-05 Thread Boyle Owen
> -Original Message- > From: Maurer, Hermann [mailto:[EMAIL PROTECTED] > Sent: Montag, 5. Dezember 2005 09:44 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Auth problem with Location > > > Hello folks, > > I'd like to implement the following scenario: We have an area, which >

Re: [EMAIL PROTECTED] Re: a series problem!!! [not series but SERIOUS pay attention please]

2005-12-05 Thread Mehmet Fatih AKBULUT
Server version: Apache/2.0.55everything seems ok when i trying to start apache.but i cant display any page on server.the errors are listed below :[EMAIL PROTECTED] apachectl start[EMAIL PROTECTED] # apachectl statusLooking up localhostMaking HTTP connection to localhostAlert!: Unable to connect to

RE: [EMAIL PROTECTED] Re: a series problem!!! [not series but SERIOUS pay attention please]

2005-12-05 Thread Axel-Stéphane SMORGRAV
What happens when you do  "telnet localhost 80" ? Are you sure mod_status is active on your server ?   What is the ServerName of your Apache server? What if the output of "netstat -an | egrep -i '(http|\.80)' "?   -ascs From: Mehmet Fatih AKBULUT [mailto:[EMAIL PROTECTED] Sent: Monday, De

Re: [EMAIL PROTECTED] Re: a series problem!!! [not series but SERIOUS pay attention please]

2005-12-05 Thread ?ukasz Hejnak
Mehmet Fatih AKBULUT napisa?(a): still having the same problem. and no one has answered yet. please urgent help needed. Could You possibly specify any less info? I mean, since when does a mail group have the forsight gift? If You want help, start with the apache version You use, check if Your

Re: [EMAIL PROTECTED] Re: a series problem!!! [not series but SERIOUS pay attention please]

2005-12-05 Thread herauthon
relax - and repeat your question(s) * make bullets * list them from priority 0 * your attempts to correct if possible * say thank you ;) backup your settings frequently into hour-rotating files save the logfiles likewise save the in and out going data if that relates to the current problem  

[EMAIL PROTECTED] Re: a series problem!!! [not series but SERIOUS pay attention please]

2005-12-05 Thread Mehmet Fatih AKBULUT
still having the same problem.and no one has answered yet.please urgent help needed.Regards.Bye

[EMAIL PROTECTED] a series problem!!!

2005-12-05 Thread Mehmet Fatih AKBULUT
what may be the reason the problem below ?[EMAIL PROTECTED] apachectl start[EMAIL PROTECTED] apachectl statusLooking up localhostMaking HTTP connection to localhostAlert!: Unable to connect to remote host. lynx: Can't access startfile http://localhost/server-status[EMAIL PROTECTED]any suggesstions

[EMAIL PROTECTED] Re: windows binaries

2005-12-05 Thread William A. Rowe, Jr.
Stanley W wrote: > When the Apache 2.2.0 binaries for Windows will be available for download? The httpd project provides binary builds for various platforms as a courtesy to users, where interest exists by a committer. You can look forward to a binary distribution for Win32 from me midweek, thi

RE: [EMAIL PROTECTED] Child errors causing Apache to exit

2005-12-05 Thread Graham Frank
Sorry for the lack of info. OS: Redhat Enterprise Linux 3 Apache 1.3.34 PHP 4.4.0 mod_security This server only keeps an error log and loglevel crit because of how active it is. Access, transfer, and other logs actually end up causing the system to slow down. This isn't a hardware issue, but

[EMAIL PROTECTED] Auth problem with Location

2005-12-05 Thread Maurer, Hermann
Hello folks, I'd like to implement the following scenario: We have an area, which must be accessible by everyone. There is an subfolder in it, which has to be accessible by authorized users only. Below I noted the appropriate piece of httpd.conf for that: Order Allow,

RE: [EMAIL PROTECTED] Child errors causing Apache to exit

2005-12-05 Thread Boyle Owen
> -Original Message- > From: Graham Frank [mailto:[EMAIL PROTECTED] > Sent: Sonntag, 4. Dezember 2005 02:46 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Child errors causing Apache to exit > > > > So I've been paying attention to my ErrorLog lately as Apache > has been cras