> 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
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
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
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
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
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
--- 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
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
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]
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
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?
-
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
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
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
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)
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
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
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
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,
> >
>
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
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.
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
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
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
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
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
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
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_
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
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
--- 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
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
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
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
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
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
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
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 (
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
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
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
41 matches
Mail list logo