[EMAIL PROTECTED] getting message from "::1" and seems processes get killed.

2007-07-18 Thread Hiroyuki Yamada
In apache-2.2.0, I keep getting messages ::1 - - [19/Jul/2007:12:09:21 +0900] "GET / HTTP/1.0" 403 202 in the access log. I know the "internal dummy connection" message is added in 2.2.0, but there is no "internal dummy connection" message in my log. And, mod_perl2 processes are on the apache a

Re: [EMAIL PROTECTED] unable to set groups for User www and Group 80 post 2

2007-07-18 Thread Javier Toledo Pantoja
User www and Group 80 It seems like you were in the wrong line to set the user account and group of httpd. "80" is the default port for httpd... "www" is a valid username in your OS ? Please, verify that an user "www" belonging to a group with id=80 exists in your OS. I think that you pu

[EMAIL PROTECTED] getting message from "::1" and seems processes get killed.

2007-07-18 Thread Hiroyuki Yamada
In apache-2.2.0, I keep getting messages ::1 - - [19/Jul/2007:12:09:21 +0900] "GET / HTTP/1.0" 403 202 in the access log. I know the "internal dummy connection" message is added in 2.2.0, but there is no "internal dummy connection" message in my log. And, mod_perl2 processes are on the apache a

[EMAIL PROTECTED] enable worker.c after installation

2007-07-18 Thread Daniel Shi
Hi, I would like to know if there's any easy way to enable worker.c after Apache installation. I know this can be configured during installation. What about I want to enable it after? Thanks

Re: [EMAIL PROTECTED] virtual host problem

2007-07-18 Thread Min-Hua Luo
Hi Joshua, Sorry bother you again. I am having problem to implement custom error page for HTTP 403 (Forbidden) error. This is my configuration: ServerName default.only ErrorDocument 403 /error_pages/forbidden.html Order allow,deny Deny from all

Re: [EMAIL PROTECTED] virtual host problem

2007-07-18 Thread Min-Hua Luo
Joshua, I am now able to protect my virtual host by using Forbidden page, words cannot express my appreciation. You're a great help to me! Thanks a lot to you! James Joshua Slive <[EMAIL PROTECTED]> wrote: On 7/18/07, Min-Hua Luo wrote: > Hi, > > I have two virtual hosts defined in

[EMAIL PROTECTED] unable to set groups for User www and Group 80 post 2

2007-07-18 Thread RYAN M. vAN GINNEKEN
Hello all i am using apache version 2.2.4 and freebsd 6.2 stable just wondering if anyone knows what would create this error? was fine until i used webmin to create a new virtual server now i always get this error in the httpd_error logs. When i remove the domain from webmin apache begins to wo

[EMAIL PROTECTED] unable to set groups for User www and Group 80

2007-07-18 Thread RYAN M. vAN GINNEKEN
Hello all i am using apache version 2.2.4 and freebsd 6.2 stable just woundering if anyone knows what would create this error? was fine until i used webmin to create a new virtual server now i always get this error in the httpd_error logs. (22)Invalid argument: initgroups: unable to set group

Re: [EMAIL PROTECTED] virtual host problem

2007-07-18 Thread Joshua Slive
On 7/18/07, Min-Hua Luo <[EMAIL PROTECTED]> wrote: Hi, I have two virtual hosts defined in httpd.conf Listen 12311 NameVirtualHost *:12311 ServerName twpdev.ora.fda.gov DocumentRoot /u07/twpdev ServerAdmin [EMAIL PROTECTED] ErrorLog /u07/twpdev_error_log Listen 12312 NameVi

[EMAIL PROTECTED] virtual host problem

2007-07-18 Thread Min-Hua Luo
Hi, I have two virtual hosts defined in httpd.conf Listen 12311 NameVirtualHost *:12311 ServerName twpdev.ora.fda.gov DocumentRoot /u07/twpdev ServerAdmin [EMAIL PROTECTED] ErrorLog /u07/twpdev_error_log Listen 12312 NameVirtualHost *:12312

Re: [EMAIL PROTECTED] apache trying to run jpeg instead of displaying it

2007-07-18 Thread Nick Kew
On Wed, 18 Jul 2007 15:49:02 -0400 "BJ Harshfield" <[EMAIL PROTECTED]> wrote: > I am using httpd 2.2.4 and when I put a jpeg on my site, instead of > showing the pic i get the error: > > [Wed Jul 18 09:38:57 2007] [error] [client 127.0.1.1] Error: syntax > error, unexpected $undefined in "\xff",

[EMAIL PROTECTED] apache trying to run jpeg instead of displaying it

2007-07-18 Thread BJ Harshfield
I am using httpd 2.2.4 and when I put a jpeg on my site, instead of showing the pic i get the error: [Wed Jul 18 09:38:57 2007] [error] [client 127.0.1.1] Error: syntax error, unexpected $undefined in "\xff", referer: I am using cgi with R to generate a graph and attempting to display the result

Re: [EMAIL PROTECTED] script alias / directory woes

2007-07-18 Thread Joshua Slive
On 7/18/07, Jeff Fulmer <[EMAIL PROTECTED]> wrote: > On 7/18/07, Jeff Fulmer <[EMAIL PROTECTED]> wrote: > >> To answer Joshua's question, I've got nothing in the error_log and I >> have >> a 404 in the access_log: >> >> GET /bin/ceilings/hp404 >> GET /bin/green 301 >

Re: [EMAIL PROTECTED] RewriteMap issue - Escaping a space

2007-07-18 Thread Joshua Slive
On 7/18/07, Andrew Dixon <[EMAIL PROTECTED]> wrote: Here is what I got from the RewriteLog set on level 9 (highest). I assume the line we are looking for is: map lookup FAILED: map=citybreaksMap[txt] key=sub_page.cfm/title/Paris Outbound/section/General/editID/337 There is it with the space. N

Re: [EMAIL PROTECTED] script alias / directory woes

2007-07-18 Thread Jeff Fulmer
> On 7/18/07, Jeff Fulmer <[EMAIL PROTECTED]> wrote: > >> To answer Joshua's question, I've got nothing in the error_log and I >> have >> a 404 in the access_log: >> >> GET /bin/ceilings/hp404 >> GET /bin/green 301 > > The lack of an error_log entry for a 404 error is r

Re: [EMAIL PROTECTED] Problem getting script to work

2007-07-18 Thread Javier Toledo Pantoja
The permissions that you say is ok, are for root, daemon, nobody or which user? maybe are good for root, but Apache runs as another user (daemon or someone else defined in httpd.conf) Verify that the files can be at least read it, as Apache owner process. regards --- "Robert A. Rawlinson" <[EMAI

Re: [EMAIL PROTECTED] script alias / directory woes

2007-07-18 Thread Javier Toledo Pantoja
I think that you must verify the rwx privileges on the main directory and children dirs. As I can remember (please verify manuals) the user/group must be "daemon" and can read the files from these directories. Another point for your problem is "ScriptAlias", but seems that you configured correctl

Re: [EMAIL PROTECTED] RewriteMap issue - Escaping a space

2007-07-18 Thread Andrew Dixon
On 18/07/07, Joshua Slive <[EMAIL PROTECTED]> wrote: On 7/18/07, Andrew Dixon <[EMAIL PROTECTED]> wrote: > Hi. > > We have a RewriteMap configured and working fine, however we need to add a > URL to the map that contains a space. I have tried several different things, > but none of them work. Wh

RE: [EMAIL PROTECTED] impossible restart apache2 in mod_ssl with 2 pass phrases

2007-07-18 Thread Foster, Stephen (ASPIRE)
Hi, why not strip the passphrase from the keys and then protect the keys from prying eyes. e.g: http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#removepassphrase Then you will never be prompted for the passphrase on startup. its no less secure than calling a password from a script. HTH Stev

Re: [EMAIL PROTECTED] RewriteMap issue - Escaping a space

2007-07-18 Thread Joshua Slive
On 7/18/07, Andrew Dixon <[EMAIL PROTECTED]> wrote: Hi. We have a RewriteMap configured and working fine, however we need to add a URL to the map that contains a space. I have tried several different things, but none of them work. What I have in the map file is: sub_page.asp/title/Paris Outbou

Re: [EMAIL PROTECTED] Problem getting script to work

2007-07-18 Thread Joshua Slive
On 7/18/07, Robert A. Rawlinson <[EMAIL PROTECTED]> wrote: I am running apache2.2.2 on a suse 10.2 os. When I try to run a CGI script it tells me I don't have permission. I have checked permissions and they seem ok. Is there some way to get a trace or something to verify what it is running? I hav

[EMAIL PROTECTED] Problem getting script to work

2007-07-18 Thread Robert A. Rawlinson
I am running apache2.2.2 on a suse 10.2 os. When I try to run a CGI script it tells me I don't have permission. I have checked permissions and they seem ok. Is there some way to get a trace or something to verify what it is running? I have checked the access_log and error_log but they only tell

Re: [EMAIL PROTECTED] script alias / directory woes

2007-07-18 Thread Joshua Slive
On 7/18/07, Jeff Fulmer <[EMAIL PROTECTED]> wrote: To answer Joshua's question, I've got nothing in the error_log and I have a 404 in the access_log: GET /bin/ceilings/hp404 GET /bin/green 301 The lack of an error_log entry for a 404 error is rather troublesome. A

RE: [EMAIL PROTECTED] script alias / directory woes

2007-07-18 Thread Jeff Fulmer
>> From: Jeff Fulmer [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, July 18, 2007 9:10 AM >> >> From: Jeff Fulmer [mailto:[EMAIL PROTECTED] >> >> Sent: Wednesday, July 18, 2007 7:03 AM > >> >> ScriptAlias /bin "/usr/local/data/redirect/bin" >> >> >> >> AllowOverride None >> >> Options ExecCGI

RE: [EMAIL PROTECTED] script alias / directory woes

2007-07-18 Thread ROTH, MARK, ATTSI
> From: Jeff Fulmer [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 18, 2007 9:10 AM > >> From: Jeff Fulmer [mailto:[EMAIL PROTECTED] > >> Sent: Wednesday, July 18, 2007 7:03 AM > >> ScriptAlias /bin "/usr/local/data/redirect/bin" > >> > >> AllowOverride None > >> Options ExecCGI > >> Or

RE: [EMAIL PROTECTED] script alias / directory woes

2007-07-18 Thread Jeff Fulmer
> Jeff, > >> From: Jeff Fulmer [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, July 18, 2007 7:03 AM >> >> We're moving from 1.3.x to 2.0.59. I discovered a problem >> with my config that didn't port well. Here's the relevant block: > > I think I'd go to 2.2, but >> >> ScriptAlias /bin "/usr/loca

Re: [EMAIL PROTECTED] script alias / directory woes

2007-07-18 Thread Joshua Slive
On 7/18/07, ROTH, MARK, ATTSI <[EMAIL PROTECTED]> wrote: I *think* you need +ExecCGI No, that has nothing to do with it. ScriptAlias implies ExecCGI already, so you don't need the Options line at all. Joshua. - The official

Re: [EMAIL PROTECTED] Problems with process child on apache 2.0.4

2007-07-18 Thread Roberto Tortolero
Good morning, i tried something yesterday, by removing the 3 virtualhost that i have setup, those 3 VH are made to make a route from other servers where i have hosting my pages. It's like a layer 3 model, where i have a firewall then other server where the web pages are served and other server wh

RE: [EMAIL PROTECTED] script alias / directory woes

2007-07-18 Thread ROTH, MARK, ATTSI
Jeff, > From: Jeff Fulmer [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 18, 2007 7:03 AM > > We're moving from 1.3.x to 2.0.59. I discovered a problem > with my config that didn't port well. Here's the relevant block: I think I'd go to 2.2, but > > ScriptAlias /bin "/usr/local/data/r

Re: [EMAIL PROTECTED] script alias / directory woes

2007-07-18 Thread Joshua Slive
On 7/18/07, Jeff Fulmer <[EMAIL PROTECTED]> wrote: Hi, We're moving from 1.3.x to 2.0.59. I discovered a problem with my config that didn't port well. Here's the relevant block: ScriptAlias /bin "/usr/local/data/redirect/bin" AllowOverride None Options ExecCGI Order allow,deny Allow fr

Re: [EMAIL PROTECTED] How to rewrite specific URL to use https

2007-07-18 Thread Joshua Slive
On 7/18/07, Ted Fines <[EMAIL PROTECTED]> wrote: RewriteLog "/usr/local/apache/logs/server.mac.edu.rewrite.log" RewriteCond %{SERVER_PORT} !^443$ RewriteCond %{REQUEST_URI} ^/restricted(.*)$ [NC] RewriteRule ^/restricted(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [R,NC] RewriteMap lowercase

Re: [EMAIL PROTECTED] IE and apache: strange problem

2007-07-18 Thread Fabio Marcone
These are logs related to ie and firefox get in front-end apache (proxy): ie log: 192.168.10.42 - - [18/Jul/2007:15:09:19 +0200] "GET /charts/charts2.htm HTTP/1.1" 304 0 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)" "-" 192.168.10.42 - - [18/Jul/2007:15:09:23 +0200] "GET /charts/charts.swf?

[EMAIL PROTECTED] impossible restart apache2 in mod_ssl with 2 pass phrases

2007-07-18 Thread Karim Hamed-abdelouahab
Hello everbody, Environnement: Linux Fedora core 3, Apache/2.2.0 I wanna to restart everyday a apache2 server using a script. The crond should start the srcipt. The problem is that I have a pass phrase to secure each certificat. And I have more that two domains using differents certificats so u

[EMAIL PROTECTED] script alias / directory woes

2007-07-18 Thread Jeff Fulmer
Hi, We're moving from 1.3.x to 2.0.59. I discovered a problem with my config that didn't port well. Here's the relevant block: ScriptAlias /bin "/usr/local/data/redirect/bin" AllowOverride None Options ExecCGI Order allow,deny Allow from all My problem lies in the execution of scripts

[EMAIL PROTECTED] How to rewrite specific URL to use https

2007-07-18 Thread Ted Fines
Hi, I have a virtual host with a section like this: NameVirtualHost * CheckSpelling on ServerName server.macalester.edu DocumentRoot "/var/www/server/htdocs" RewriteEngine on RewriteLogLevel 2 RewriteLog "/usr/local/apache/logs/server.mac.edu.rewrite.log" RewriteMap lowercase int:tolower Rewri

RE: [EMAIL PROTECTED] HTTP Error: "Website declined to show this webpage."

2007-07-18 Thread Boyle Owen
> -Original Message- > From: Frederick Lamartin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 17, 2007 6:08 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] HTTP Error: "Website declined to > show this webpage." > > Thanks for the suggestions. I made the changes you sug

[EMAIL PROTECTED] IE and apache: strange problem

2007-07-18 Thread Fabio Marcone
Hi! I've a strange problem with apache and IE. I've 2 web server apache 1.3, s1 sends request /section to s2 using proxy module. in s2 there is a page with a swf movie. this movie get 2 parameters: charts.swf?library_path=charts_library&xml_source=file.php where file.php builds and puts on stdo

[EMAIL PROTECTED] RewriteRule Problem

2007-07-18 Thread tina exner
i´ve got it ;-) @martijn thanks for your help. RewriteCond %{HTTP_USER_AGENT} .*nokia.* [NC,OR] [...] RewriteCond %{HTTP_USER_AGENT} .*safari.* [NC] RewriteRule ^/$ http://www.domain.de/XY2/ [R,L] RewriteCond %{HTTP_USER_AGENT} .*nokia.* [NC,OR] [...] RewriteCond %{HTT

[EMAIL PROTECTED] RewriteMap issue - Escaping a space

2007-07-18 Thread Andrew Dixon
Hi. We have a RewriteMap configured and working fine, however we need to add a URL to the map that contains a space. I have tried several different things, but none of them work. What I have in the map file is: sub_page.asp/title/Paris Outbound/section/General/editID/337 paris/outbound I have t