Re: [EMAIL PROTECTED] Aliasing to a directory on a remote machine

2008-02-13 Thread Matus UHLAR - fantomas
> On Feb 11, 2008 12:27 PM, S. Ural <[EMAIL PROTECTED]> wrote: > > Apache/1.3.37 > > I have 2 Linux servers: Server1 and Server2 with different IP blocks. > > > > I would like to create an alias /images in Server1's httpd.conf that will > > point to a directory on Server2. > > > > How can I do th

[EMAIL PROTECTED] Virtual Directories

2008-02-13 Thread wibo
Hi, ive just recently taken the plunge from IIS to apache 2.2. The issue i have is that in IIS you're able to create "Virtual Directories" that is directories that don't exist within that site but can be included from outside, i often do this with a common folder that holds all my scripts so that

Re: [EMAIL PROTECTED] Virtual Directories

2008-02-13 Thread Nick Kew
On Wed, 13 Feb 2008 03:33:54 -0800 (PST) wibo <[EMAIL PROTECTED]> wrote: > > Hi, ive just recently taken the plunge from IIS to apache 2.2. The > issue i have is that in IIS you're able to create "Virtual > Directories" that is directories that don't exist within that site > but can be included f

[EMAIL PROTECTED] failed because search permissions are missing on a component of the path

2008-02-13 Thread Carlos Eduardo Maiolino
Hello friends. I have a webserver with 100 web sites in VirtualHosts, but one site only don't have permission to display image files in any browser. In Apache error Log, the message is: "[Wed Feb 13 11:40:51 2008] [error] [client 123.123.123.123] (13)Permission denied: access to /foo/pictures/pic

Re: [EMAIL PROTECTED] Virtual Directories

2008-02-13 Thread wibo
Nick Kew wrote: > > On Wed, 13 Feb 2008 03:33:54 -0800 (PST) > wibo <[EMAIL PROTECTED]> wrote: > >> >> Hi, ive just recently taken the plunge from IIS to apache 2.2. The >> issue i have is that in IIS you're able to create "Virtual >> Directories" that is directories that don't exist within t

[EMAIL PROTECTED] http 403

2008-02-13 Thread Melanie Pfefer
hello, I am getting this error and donno the cause: [Wed Feb 13 16:57:14 2008] [error] [client 172.21.193.71] (13)Permission denied: access to /cacti/index.html denied in httpd.conf: Alias /cacti "/home/cactiuser" Options Indexes FollowSymLinks Includes MultiViews Order allow,deny

Re: [EMAIL PROTECTED] redirect and hide the port number

2008-02-13 Thread Charles Li
--- Krist van Besien <[EMAIL PROTECTED]> wrote: > On Feb 12, 2008 8:48 PM, Charles Li > <[EMAIL PROTECTED]> wrote: > > I am trying to use rewrite to direct selected > traffic > > from the HTTP server (oracle iAS) to a oc4j > container > > on the same server. > > I would like to hide the port numb

Re: [EMAIL PROTECTED] failed because search permissions are missing on a component of the path

2008-02-13 Thread Joshua Slive
On Feb 13, 2008 8:48 AM, Carlos Eduardo Maiolino <[EMAIL PROTECTED]> wrote: > Hello friends. > > I have a webserver with 100 web sites in VirtualHosts, but one site only > don't have permission to display image files in any browser. > In Apache error Log, the message is: > > "[Wed Feb 13 11:40:51 2

Re: [EMAIL PROTECTED] redirect and hide the port number

2008-02-13 Thread Krist van Besien
On Feb 13, 2008 3:44 PM, Charles Li <[EMAIL PROTECTED]> wrote: > So, all I have to change is the R to a P? > Is this correct: > > RewriteEngine on > RewriteCond %{HTTP_HOST} ^.*storePRE.*$ [NC] > RewriteRule ^/$ http://server:/basic.jsp [P] Yes. Krist -- [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Configuration issue - no images displayed

2008-02-13 Thread Krist van Besien
On Feb 12, 2008 9:14 PM, Eric Crafter <[EMAIL PROTECTED]> wrote: > I have tried several settings suggested in the FAQs with no luck. > Attached is my lastest conf file. > > I would appreciate any suggestions. Does the user apache runs as have read permission on the directory with the images? (/va

[EMAIL PROTECTED] What's the best place to look when you get no answer?

2008-02-13 Thread Todd, David
I asked a question twice here, and got no reply at all, which I take to mean that no one has an answer, they are stumped. Since the apache website insists this group is the last place to ask such questions, don't ask on the dev lists, where should I go? -

Re: [EMAIL PROTECTED] failed because search permissions are missing on a component of the path

2008-02-13 Thread Carlos Eduardo Maiolino
Hello Joshua. I has checked the permissions, and it's ok, acl's too. Is a other problem. On Feb 13, 2008 12:38 PM, Joshua Slive <[EMAIL PROTECTED]> wrote: > On Feb 13, 2008 8:48 AM, Carlos Eduardo Maiolino <[EMAIL PROTECTED]> > wrote: > > Hello friends. > > > > I have a webserver with 100 web s

Re: [EMAIL PROTECTED] failed because search permissions are missing on a component of the path

2008-02-13 Thread Joshua Slive
On Feb 13, 2008 11:10 AM, Carlos Eduardo Maiolino <[EMAIL PROTECTED]> wrote: > Hello Joshua. > > I has checked the permissions, and it's ok, acl's too. Is a other problem. > Check again. The error message is clear. Apache is unable to access the file because your file-system permissions are not co

Re: [EMAIL PROTECTED] http 403

2008-02-13 Thread Jan F Steinbrener
Do your folders have the executable permission set for others? On Feb 13, 2008, at 10:03 AM, Melanie Pfefer wrote: hello, I am getting this error and donno the cause: [Wed Feb 13 16:57:14 2008] [error] [client 172.21.193.71] (13)Permission denied: access to /cacti/index.html denied in httpd

[EMAIL PROTECTED] mod_perl, PerlAuthenHandler and REMOTE_USER

2008-02-13 Thread Neil A. Hillard
Hi, I've been having a dabble, using a perl module to handle some of our authentication requirements. I have the perl auth handler working successfully but the username is not logged in access_log. I have the following code in my perl module: my $username = "test_user"; $r->user($username)

Re: [EMAIL PROTECTED] What's the best place to look when you get no answer?

2008-02-13 Thread Joshua Slive
On Feb 13, 2008 11:32 AM, Todd, David <[EMAIL PROTECTED]> wrote: > I asked a question twice here, and got no reply at all, which I take to mean > that no one has an answer, they are stumped. > > Since the apache website insists this group is the last place to ask such > questions, don't ask on the

Re: [EMAIL PROTECTED] failed because search permissions are missing on a component of the path

2008-02-13 Thread Carlos Eduardo Maiolino
The Permissions Are OK On Feb 13, 2008 2:18 PM, Joshua Slive <[EMAIL PROTECTED]> wrote: > On Feb 13, 2008 11:10 AM, Carlos Eduardo Maiolino <[EMAIL PROTECTED]> > wrote: > > Hello Joshua. > > > > I has checked the permissions, and it's ok, acl's too. Is a other > problem. > > > > Check again. The

Re: [EMAIL PROTECTED] mod_perl, PerlAuthenHandler and REMOTE_USER

2008-02-13 Thread Neil A. Hillard
Craig, Craig Dunigan wrote: On Wed, 13 Feb 2008, Neil A. Hillard wrote: Hi, I've been having a dabble, using a perl module to handle some of our authentication requirements. I have the perl auth handler working successfully but the username is not logged in access_log. I have the fol

Re: [EMAIL PROTECTED] http 403

2008-02-13 Thread Melanie Pfefer
I gave 777 to the whole folder. the web page displays now the contents of the folder :( any idea? thanks. --- Jan F Steinbrener <[EMAIL PROTECTED]> wrote: > Do your folders have the executable permission set > for others? > > On Feb 13, 2008, at 10:03 AM, Melanie Pfefer wrote: > > > hello, > > >

Re: [EMAIL PROTECTED] mod_perl, PerlAuthenHandler and REMOTE_USER

2008-02-13 Thread Craig Dunigan
On Wed, 13 Feb 2008, Neil A. Hillard wrote: Hi, I've been having a dabble, using a perl module to handle some of our authentication requirements. I have the perl auth handler working successfully but the username is not logged in access_log. I have the following code in my perl module: m

[EMAIL PROTECTED] Does Apache need some files on the local file system?

2008-02-13 Thread Qingshan Xie
Team, As you know filer or shared storage has been widely used in the infrastructure build. In the case of multiple web hosts share the same filer, does Apache instance on a host need to read/write some running information into the local drive, which are not sharable on filer? Thanks, Q.

Re: [EMAIL PROTECTED] What's the best place to look when you get no answer?

2008-02-13 Thread Joshua Slive
On Feb 13, 2008 1:08 PM, Todd, David <[EMAIL PROTECTED]> wrote: > > On 2008Feb13 11:43 , "Joshua Slive" <[EMAIL PROTECTED]> wrote: > > > On Feb 13, 2008 11:32 AM, Todd, David <[EMAIL PROTECTED]> wrote: > >> I asked a question twice here, and got no reply at all, which I take to > >> mean > >> that

Re: [EMAIL PROTECTED] What's the best place to look when you get no answer?

2008-02-13 Thread Todd, David
On 2008Feb13 11:43 , "Joshua Slive" <[EMAIL PROTECTED]> wrote: > On Feb 13, 2008 11:32 AM, Todd, David <[EMAIL PROTECTED]> wrote: >> I asked a question twice here, and got no reply at all, which I take to mean >> that no one has an answer, they are stumped. >> >> Since the apache website insists

Re: [EMAIL PROTECTED] http 403

2008-02-13 Thread Jan F Steinbrener
What Apache Version are you running? Did you apply the changes recursively? chmod -R ? The folder contents are displayed when apache cannot find an index.html file in that directory (BTW, you can turn that off by disabling the option Indexes in httpd.conf). You can tell Apache to look for

Re: [EMAIL PROTECTED] failed because search permissions are missing on a component of the path

2008-02-13 Thread Joshua Slive
On Feb 13, 2008 12:14 PM, Carlos Eduardo Maiolino <[EMAIL PROTECTED]> wrote: > The Permissions Are OK Start httpd in single-process mode under strace (or your OS's equivalent) and you'll see exactly what syscall is failing. ("strace httpd -X" and then make the request.) There is nothing apache ca

Re: [EMAIL PROTECTED] What's the best place to look when you get no answer?

2008-02-13 Thread Nick Kew
On Wed, 13 Feb 2008 13:08:53 -0500 "Todd, David" <[EMAIL PROTECTED]> wrote: > My question is about the Location directive, and the ordering of > them, with respect to Require directives and authorization. I've no idea what your question was. But if it got no answer, there's a strong chance it di

Re: [EMAIL PROTECTED] What's the best place to look when you get no answer?

2008-02-13 Thread Craig Huffstetler
Try a RedHat mailing list, a RedHat or Linux Forum or perhaps #redhat or #linux on an IRC network. Sincerely, Craig Huffstetler On Feb 13, 2008 1:18 PM, Nick Kew <[EMAIL PROTECTED]> wrote: > On Wed, 13 Feb 2008 13:08:53 -0500 > "Todd, David" <[EMAIL PROTECTED]> wrote: > > > My question is about

[EMAIL PROTECTED] kerberos and mod_authn_alias

2008-02-13 Thread Matt Standish
Has anyone successfully used mod_authn_alias with mod_auth_kerb? When I try and use the two together I receive a segfault in my error log after Kerberos successfully authenticates. I am running RHEL 5 with standard apache RPMs: Apache 2.2.3 (httpd-2.2.3-11.el5_1.3) mod_auth_kerb 5.1 (mod_auth_

[EMAIL PROTECTED] XML/XLS filtering

2008-02-13 Thread Andrew2008
My application sent content via XML and reformat via XSL to get HTML. It also has javascript for dynamic menu. Right now it does not have render correctly on the UI. There's no formatting at all, just text. Maybe apache is filtering something out. Can you let me know how to configure Apache to

Re: [EMAIL PROTECTED] What's the best place to look when you get no answer?

2008-02-13 Thread Todd, David
On 2008Feb13 13:18 , "Nick Kew" <[EMAIL PROTECTED]> wrote: > On Wed, 13 Feb 2008 13:08:53 -0500 > "Todd, David" <[EMAIL PROTECTED]> wrote: > >> My question is about the Location directive, and the ordering of >> them, with respect to Require directives and authorization. > > I've no idea what yo

Re: [EMAIL PROTECTED] redirect and hide the port number

2008-02-13 Thread Charles Li
--- Krist van Besien <[EMAIL PROTECTED]> wrote: > On Feb 13, 2008 3:44 PM, Charles Li > <[EMAIL PROTECTED]> wrote: > > > So, all I have to change is the R to a P? > > Is this correct: > > > > RewriteEngine on > > RewriteCond %{HTTP_HOST} ^.*storePRE.*$ [NC] > > RewriteRule ^/$ htt

Re: [EMAIL PROTECTED] XML/XLS filtering

2008-02-13 Thread PingBad
On Thursday 14 February 2008 08:55, Andrew2008 wrote: > My application sent content via XML and reformat via XSL to get HTML. It > also has javascript for dynamic menu. Right now it does not have render > correctly on the UI. There's no formatting at all, just text. Maybe apache > is filtering so

Re: [EMAIL PROTECTED] What's the best place to look when you get no answer?

2008-02-13 Thread Michael McGlothlin
I've no idea what your question was. But if it got no answer, there's a strong chance it didn't make sense in the first place When you do find an answer please post a reply to your question with the answer too. It'll help others who have the same issue later and earn you brownie points. Peopl

[EMAIL PROTECTED] ap_get_brigade hangs when submitting a muitipart/form-data

2008-02-13 Thread Moacir Schmidt
Hi, everybody! I'm trying to develop an 'uploader' dso module to handle file submissions from client browsers. The code worked well on win32 but on debian hangs with files which size is over 22k. Debugging my component shows me that the function ap_get_brigade slows down after two or three loop

Re: [EMAIL PROTECTED] XML/XLS filtering

2008-02-13 Thread Andrew2008
PingBad wrote: > > What kind of text are you getting? the source code to your application? or > just HTML output? > > If it's the former, ensure the appropriate modules are loaded for whatever > language it's written in, as well as the appropriate handlers. For the > latter > scenario, just

Re: [EMAIL PROTECTED] XML/XLS filtering

2008-02-13 Thread PingBad
On Thursday 14 February 2008 11:49, Andrew2008 wrote: > PingBad wrote: > > What kind of text are you getting? the source code to your application? > > or just HTML output? > > > > If it's the former, ensure the appropriate modules are loaded for > > whatever language it's written in, as well as the

[EMAIL PROTECTED] mod_rewrite

2008-02-13 Thread elderjmp
Hi there folks,,, everybody cool!? I am working on a redirection in my apache server for everything that came from port 80 (http://www.elderjmp.com.br) goes to port 443 ( https://www.elderjmp.com.br). That's the rule that I am working on: RewriteEngine On RewriteCond %{SERVER_PORT} ^80$ Re

Re: [EMAIL PROTECTED] mod_rewrite

2008-02-13 Thread Michael McGlothlin
Create an exception rule before your other rules that will match only what you want to ignore. Have it sub to - and make it a [L] rule. I think that'll take care of you. Hi there folks,,, everybody cool!? I am working on a redirection in my apache server for everything that came from port 80 (

[EMAIL PROTECTED] is this a valid apache log format, if not, what can I do to fix it?

2008-02-13 Thread Scott Haneda
httpd -v Server version: Apache/1.3.33 (Darwin) Server built: Jan 30 2006 03:08:20 From my httpd.conf: LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User- Agent}i\"" virtual Snip of a few log lines: pokey.example.com 59.92.230.64 - - [22/Jan/2008:08:14:19 -0800] "GET / \" + gaJsHo

Re: [EMAIL PROTECTED] mod_rewrite

2008-02-13 Thread Christian Folini
On Wed, Feb 13, 2008 at 06:32:21PM -0700, Michael McGlothlin wrote: > Create an exception rule before your other rules that will match only > what you want to ignore. Have it sub to - and make it a [L] rule. I > think that'll take care of you. i.e. RewriteEngine On RewriteLogLevel 2 RewriteLo

Re: [EMAIL PROTECTED] redirect and hide the port number

2008-02-13 Thread Krist van Besien
On Wed, Feb 13, 2008 at 9:48 PM, Charles Li <[EMAIL PROTECTED]> wrote: > Seems to me these does the same thing, or am I wrong? > > RewriteRule ^/basic$ http://server:/basic.jsp [P] > > vs > > ProxyPass /basic http://server:/basic.jsp > > If yes, does it matter which one I use? They d