[EMAIL PROTECTED] 403 Forbidden

2007-06-19 Thread Ralph Seward
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 -

Re: [EMAIL PROTECTED] 403 Forbidden

2007-06-19 Thread Scott Wilcox
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 -

Re: [EMAIL PROTECTED] 403 Forbidden error with rewrite [P] flag

2007-02-21 Thread Bruno Teixeira
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...

Re: [EMAIL PROTECTED] 403 Forbidden error with rewrite [P] flag

2007-02-21 Thread Bruno Teixeira
! Olivier Olivier CHIROUZE I0 Infrastructure Volvo Information Technology -Original 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

RE: [EMAIL PROTECTED] 403 Forbidden error with rewrite [P] flag

2007-02-21 Thread Chirouze Olivier
it along with P anyway... Olivier Olivier CHIROUZE I0 Infrastructure Volvo Information Technology -Original Message- From: Bruno Teixeira [mailto:[EMAIL PROTECTED] Sent: 21 February 2007 11:46 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] 403 Forbidden error with rewrite [P

[EMAIL PROTECTED] 403 Forbidden error with rewrite [P] flag

2007-02-16 Thread Bruno Teixeira
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

RE: [EMAIL PROTECTED] 403 Forbidden error with rewrite [P] flag

2007-02-16 Thread Chirouze Olivier
:[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 problem, but all I can find are similar problems, no solutions... I am using a rewrite

Re: [EMAIL PROTECTED] 403 Forbidden error with rewrite [P] flag

2007-02-16 Thread Krist van Besien
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 I

[EMAIL PROTECTED] 403 Forbidden Error

2006-02-07 Thread Jonathan S. Abrams
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

Re: [EMAIL PROTECTED] 403 Forbidden Error

2006-02-07 Thread Joshua Slive
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 file

Re: [EMAIL PROTECTED] 403 Forbidden Error

2006-02-07 Thread Jonathan S. Abrams
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

Re: [EMAIL PROTECTED] 403 Forbidden Error

2006-02-07 Thread httpd2
: 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 I attempt to go to a directory on my web server, such as /test/, I get

Re: [EMAIL PROTECTED] 403 Forbidden Error

2006-02-07 Thread Joshua Slive
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 server. Now, if I

Re: [EMAIL PROTECTED] 403 Forbidden Error

2006-02-07 Thread Jonathan S. Abrams
[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

Re: [EMAIL PROTECTED] 403 Forbidden Error

2006-02-07 Thread Joshua Slive
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. Usually,

Re: [EMAIL PROTECTED] 403 Forbidden Error

2006-02-07 Thread Jonathan S. Abrams
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

Re: [EMAIL PROTECTED] 403 Forbidden Error

2006-02-07 Thread httpd2
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: Try changing the LogLevel directive to debug

Re: [EMAIL PROTECTED] 403 Forbidden Error

2006-02-07 Thread Joshua Slive
[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 Indexes

Re: [EMAIL PROTECTED] 403 Forbidden Error

2006-02-07 Thread Jonathan S. Abrams
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

Re: [EMAIL PROTECTED] 403 Forbidden Error

2006-02-07 Thread Jonathan S. Abrams
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 LogLevel was set

Re: [EMAIL PROTECTED] 403 Forbidden Error

2006-02-07 Thread Joshua Slive
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 nothing. When

Re: [EMAIL PROTECTED] 403 Forbidden Error

2006-02-07 Thread Jonathan S. Abrams
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

Re: [EMAIL PROTECTED] 403 Forbidden Error

2006-02-07 Thread httpd2
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 need to get into more serious debugging like running strace httpd -X and seeing what syscall is failing

[EMAIL PROTECTED] 403 forbidden

2005-12-19 Thread Benjamin Adams
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

Re: [EMAIL PROTECTED] 403 forbidden

2005-12-19 Thread Joshua Slive
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.