Sounds to me like there is an Alias in place somewhere, redirecting it.
Scott.
Ralph Seward wrote:
> I am getting a 403 Forbidden error when I attempt to access the MySQL
> admin tool, phpMyAdmin. It is a set of php scripts installed in its
> own directory under the web root directory - /var/www/
I am getting a 403 Forbidden error when I attempt to access the MySQL admin
tool, phpMyAdmin. It is a set of php scripts installed in its own directory
under the web root directory - /var/www/html/phpMyAdmin/
The program is supposed to be accessed by pointing a web browser to the
directory -> exam
s it's not permitted
to use it along with P anyway...
Olivier
Olivier CHIROUZE
I&0 Infrastructure
Volvo Information Technology
> -Original Message-
> From: Bruno Teixeira [mailto:[EMAIL PROTECTED]
> Sent: 21 February 2007 11:46
> To: users@httpd.apache.org
> S
seful. (Might also need
mod_proxy_connect).
Please tell us if one of these helped!
Olivier
Olivier CHIROUZE
I&0 Infrastructure
Volvo Information Technology
-Original Message-
From: Bruno Teixeira [mailto:[EMAIL PROTECTED]
Sent: 16 February 2007 13:17
To: users@httpd.apache.org
Hi krist,
thank you very much for your sugestion. It wasn't the only problem with
my configuration - I also had "deny from all" in the proxy.conf file -
but with the SSLProxy On directive the rewrite now works.
But I still have a problem: the original address isn't kept in the
address bar...
On 2/16/07, Bruno Teixeira <[EMAIL PROTECTED]> wrote:
I've been browsing the web for a solution to my problem, but all I can
find are similar problems, no solutions...
I am using a rewrite rule to rewrite "http://192.168.2.251/secure";
requests to "https://192.168.2.198/";. This works fine, but
iginal Message-
> From: Bruno Teixeira [mailto:[EMAIL PROTECTED]
> Sent: 16 February 2007 13:17
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] 403 Forbidden error with rewrite [P] flag
>
> Hi there,
>
> I've been browsing the web for a solution to my pro
Hi there,
I've been browsing the web for a solution to my problem, but all I can
find are similar problems, no solutions...
I am using a rewrite rule to rewrite "http://192.168.2.251/secure";
requests to "https://192.168.2.198/";. This works fine, but I don't the
user to see the "198 IP", but to
gt; Subject: Re: [EMAIL PROTECTED] 403 Forbidden Error
>
> Joshua Slive wrote:
>
> > On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
> >
> >
> > > Joshua Slive wrote:
> > >
> > >
> > > > Other than that, you will nee
Joshua Slive wrote:
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
Joshua Slive wrote:
Other than that, you will need to get into more serious debugging like
running "strace httpd -X" and seeing what syscall is failing.
Does strace exist for Tiger server? When I type
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
> Joshua Slive wrote:
> >Other than that, you will need to get into more serious debugging like
> >running "strace httpd -X" and seeing what syscall is failing.
> >
> >
> Does strace exist for Tiger server? When I type man strace, I get
> n
gt;
Subject: Re: [EMAIL PROTECTED] 403 Forbidden Error
[EMAIL PROTECTED] wrote:
Try changing the LogLevel directive to debug.
LogLevel debug
This will generate the max amount of error logging.
Be carefull you do not run out of disk space though.
I have plenty of disk space. The LogL
Joshua Slive wrote:
[Back to the list.]
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
The unix permissions are the same as the directory containing my PHP
code (which is working). There is no index.html file in the directory.
I thought that mod_autoindex being active, in conjunc
[Back to the list.]
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
> The unix permissions are the same as the directory containing my PHP
> code (which is working). There is no index.html file in the directory.
> I thought that mod_autoindex being active, in conjunction with the
> Index
heory and practice are the same;
In practice they are not.
On Tue, 7 Feb 2006, Jonathan S. Abrams wrote:
> To: users@httpd.apache.org
> From: Jonathan S. Abrams <[EMAIL PROTECTED]>
> Subject: Re: [EMAIL PROTECTED] 403 Forbidden Error
>
> [EMAIL PROTECTED] wrote:
>
> &
Joshua Slive wrote:
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
Joshua Slive wrote:
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
If I attempt to go to a directory on my web server, such as /test/, I
get Forbidden - You don't have permission to access
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
>
> More importantly - if the debug level isn't logging these errors, what
> is going on?
There are certain error conditions that don't result in an error log
entry. These are less common in more recent version, but may still
occur. Usuall
[EMAIL PROTECTED] wrote:
Try changing the LogLevel directive to debug.
LogLevel debug
This will generate the max amount of error logging.
Be carefull you do not run out of disk space though.
I have plenty of disk space. The LogLevel was set to warn. Changing to
debug has not made a diff
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
> Joshua Slive wrote:
>
> >On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
> >
> >
> >>If I attempt to go to a directory on my web server, such as /test/, I
> >>get Forbidden - You don't have permission to access /test/ on this
> >>s
:
> To: users@httpd.apache.org
> From: Jonathan S. Abrams <[EMAIL PROTECTED]>
> Subject: Re: [EMAIL PROTECTED] 403 Forbidden Error
>
> Joshua Slive wrote:
>
> > On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
> >
> >
> > > If
Joshua Slive wrote:
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
If I attempt to go to a directory on my web server, such as /test/, I
get Forbidden - You don't have permission to access /test/ on this
server. Now, if I try to go to a file within that directory, such as
/test/te
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
> If I attempt to go to a directory on my web server, such as /test/, I
> get Forbidden - You don't have permission to access /test/ on this
> server. Now, if I try to go to a file within that directory, such as
> /test/test.txt, the .txt f
I have hit a wall in trying to eliminate a 403 error, and I am hoping
someone can show me the error of my ways. My server configuration is
Apache/2.0.55 (Unix) PHP/4.4.2 mod_ssl/2.0.55 OpenSSL/0.9.7i.
If I attempt to go to a directory on my web server, such as /test/, I
get Forbidden - You do
On 12/19/05, Benjamin Adams <[EMAIL PROTECTED]> wrote:
> If I type localhosst/~raiduser/
> I get 403 forbidden but for people with the home dir on the default
> location the mon_userdir works fine.
>
Start by checking the error log.
Joshua.
I'm trying to step up mod_userdir
It works for people on the default home directory. But most of the
people are located on a raid through a ln.
/users/username -> /Volumes/Raid/users/username/
If I type localhosst/~raiduser/
I get 403 forbidden but for people with the home dir on the default
25 matches
Mail list logo