[EMAIL PROTECTED] [SOLVED] Re: [EMAIL PROTECTED] Apache2 SSI XBitHack not working

2005-12-11 Thread WJG
On Sunday 11 December 2005 13:23, Joshua Slive wrote: > Nothing obviously wrong there > Are you absolutely sure that the section points to the > correct directory? Well, accidentally resolved the problem. Am testing the server on localhost, but the vhost ServerAlias didn't include localhost

[EMAIL PROTECTED] Manual page problem ?

2005-12-11 Thread Mehmet Fatih AKBULUT
hi all.when i try to browse manual pages for apache2 i always get errors like below :(url : http://127.0.0.1/apache2-doc/manual/new_features_2_0.html )and error :URI: new_features_2_0.html.de Content-Language: de Content-type: text/html; charset=ISO-8859-1 URI: new_features_2_0.html.en Content-Lan

Re: [EMAIL PROTECTED] Problem setting up mod_alias for an external folder

2005-12-11 Thread Ken Tozier
On Dec 11, 2005, at 8:12 PM, Joshua Slive wrote: By "exposing the entire hierarchy" do you mean giving file-system search permissions (chmod +x)? If so, no, you can't work around this in apache. It has nothing to do with apache. It is the file-system that is denying access. If apache can't g

[EMAIL PROTECTED] Re: force rewrite to occur before authentication, howto?

2005-12-11 Thread T F
> The problem is that the login box pops up before the rewrite I'm still not having any luck with this. It appears as though authentication is happening before the rewrite. I need the opposite: need rewrite before the authentication. Oddly, a google search turns up posts with both situations.

[EMAIL PROTECTED] Problem with Virtual Host on Apache v2.0.54

2005-12-11 Thread Andrey Kuznetsov
Apache v2.0.54 behind NAT and using DMZ. I am able to access the website from outside through the NAT and else, however I cannot set up my Virtual Host environment. This is what I have in my config file, it works in terms it redirects me to the first instance of priority which is ABC but I can nev

Re: [EMAIL PROTECTED] Problem setting up mod_alias for an external folder

2005-12-11 Thread Joshua Slive
On 12/11/05, Ken Tozier <[EMAIL PROTECTED]> wrote: > On Dec 11, 2005, at 1:17 PM, Joshua Slive wrote: > > > > On 12/11/05, Ken Tozier <[EMAIL PROTECTED]> wrote: > > > > > >> Then when I type 'localhost/images/' or '127.0.0.1/images/' into a > >> Safari or Firefox address bar, I get: > >> "Forbidden

Re: [EMAIL PROTECTED] Apache2 with Php5

2005-12-11 Thread Imrani
Thanks Rich,   It worked like a charm. - Imrani   Rich Bowen <[EMAIL PROTECTED]> wrote: Imrani wrote:> > Hi,> > I have installed Apache2 with PHP5 support on FreeBSD 6.0 using ports > collection. The installation process seemed to have gone fine but for > some reason apache is not able to pro

Re: [EMAIL PROTECTED] Apache2 with Php5

2005-12-11 Thread Rich Bowen
Imrani wrote: Hi, I have installed Apache2 with PHP5 support on FreeBSD 6.0 using ports collection. The installation process seemed to have gone fine but for some reason apache is not able to process the PHP files. It displayes all the code on the browser without processing. Does anyone kno

Re: [EMAIL PROTECTED] Problem setting up mod_alias for an external folder

2005-12-11 Thread Ken Tozier
On Dec 11, 2005, at 1:17 PM, Joshua Slive wrote: On 12/11/05, Ken Tozier <[EMAIL PROTECTED]> wrote: Then when I type 'localhost/images/' or '127.0.0.1/images/' into a Safari or Firefox address bar, I get: "Forbidden You don't have permission to access /images/ on this server. Apache/1.3.33

[EMAIL PROTECTED] Apache2 with Php5

2005-12-11 Thread Imrani
Hi,   I have installed Apache2 with PHP5 support on FreeBSD 6.0 using ports collection. The installation process seemed to have gone fine but for some reason apache is not able to process the PHP files. It displayes all the code on the browser without processing. Does anyone know why this may b

Re: [EMAIL PROTECTED] Problem setting up mod_alias for an external folder

2005-12-11 Thread Ken Tozier
On Dec 11, 2005, at 1:17 PM, Joshua Slive wrote: On 12/11/05, Ken Tozier <[EMAIL PROTECTED]> wrote: Then when I type 'localhost/images/' or '127.0.0.1/images/' into a Safari or Firefox address bar, I get: "Forbidden You don't have permission to access /images/ on this server. Apache/1.3.33

[EMAIL PROTECTED] force rewrite to occur before authentication, howto?

2005-12-11 Thread T F
For certain requests for resources in a password protected directory, I'd like to redirect the user to an unprotected page. In these cases, I'd like the user not to know that the protected directory exists. The problem is that the login box pops up before the rewrite -- which clues the user into

Re: [EMAIL PROTECTED] detail for a rewrite

2005-12-11 Thread T F
> > In fact, i'd like to devise a general solution, such that whenever any > > document in the the /o tree is requested, then the url will be rewritten to > > the .net. For example if the user pointed > > http://www.domain.com/o/file.html, then it would be > > rewritten to http://www.domain.net/o

Re: [EMAIL PROTECTED] mod_cache broken in 2.2.0 ?

2005-12-11 Thread Joshua Slive
On 12/9/05, Dick Snippe <[EMAIL PROTECTED]> wrote: > we use apache-2.0.x as a reverse caching proxy, using mod_cache, > mod_mem_cache, mod_proxy and mod_proxy_http. It wouldn't surprise me terribly if mod_mem_cache was broken in 2.2. It has received much less TLC than mod_disk_cache. Given the l

Re: [EMAIL PROTECTED] Apache2 SSI XBitHack not working

2005-12-11 Thread Joshua Slive
On 12/9/05, WJG <[EMAIL PROTECTED]> wrote: > Here's a revised vhost snip: > > Options None > AllowOverride None > > > Options MultiViews Includes > > AllowOverride None > Order allow,deny >

Re: [EMAIL PROTECTED] Problem setting up mod_alias for an external folder

2005-12-11 Thread Joshua Slive
On 12/11/05, Ken Tozier <[EMAIL PROTECTED]> wrote: > Then when I type 'localhost/images/' or '127.0.0.1/images/' into a > Safari or Firefox address bar, I get: > "Forbidden > > You don't have permission to access /images/ on this server. > > Apache/1.3.33 Server at mycomputer.local Port 80" > > Do

RE: [EMAIL PROTECTED] PHP Prolem

2005-12-11 Thread Todd Hofert
Thanks to all who replied. Tis in addition to the original recommendation corrected the issue. Thanks to all. From: Malka Cymbalista [mailto:[EMAIL PROTECTED] Sent: Sun 12/11/2005 4:50 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] PHP Prolem I

[EMAIL PROTECTED] Problem setting up mod_alias for an external folder

2005-12-11 Thread Ken Tozier
Hi all I'm a complete Apache noob and am having no luck getting an addition to the mod_alias section of my httpd.conf file working. I found and followed a tutorial here: http://www.macdevcenter.com/pub/a/mac/ 2003/05/16/web_files.html but it didn't work. Here's what I added to httpd.conf:

Re: [EMAIL PROTECTED] detail for a rewrite

2005-12-11 Thread Joshua Slive
On 12/11/05, T F <[EMAIL PROTECTED]> wrote: > In my .htaccess file, the following accomplishes this (but there is a > glitch) > > RewriteEngine on > RewriteCond %{HTTP_HOST} ^www\.domain\.net [NC] > RewriteRule ^$ http://www.domain.net/o/index.html [R] > > If the user points to http://w

Re: [EMAIL PROTECTED] Apache terminating child process

2005-12-11 Thread myhapwcforever
It was said that tomcate will shutdown if a lot of requires were received . But I'm not sure. - Original Message - From: "Prashant Hegde" <[EMAIL PROTECTED]> To: Sent: Sunday, December 11, 2005 2:56 PM Subject: [EMAIL PROTECTED] Apache terminating child process Hello I am using Apach

Re: [EMAIL PROTECTED] How to hide http service?

2005-12-11 Thread myhapwcforever
You can use the reject . Or, you should bind the ipaddress on the 127.0.0.1. - Original Message - From: "Rich Bowen" <[EMAIL PROTECTED]> To: Sent: Sunday, December 11, 2005 2:29 AM Subject: Re: [EMAIL PROTECTED] How to hide http service? > ludi wrote: > > Use the "iptables" > > Probab

RE: [EMAIL PROTECTED] PHP Prolem

2005-12-11 Thread Malka Cymbalista
I had a similar problem. I added php_flag engine on to the appropriate >> [EMAIL PROTECTED] wrote on 12/9/2005 3:46 PM: > I apologize for my ignorance but I still cannot make this work. Can > someone please offer specific direction on how to edit the .conf file > to allow my appache server t

[EMAIL PROTECTED] detail for a rewrite

2005-12-11 Thread T F
My hosting service has my second domain name aliased to my single account. For example, www.domain.net is aliased to www.domain.com If a user points their browser to www.domain.com, then they are served www.domain.com/index.html If the they point to www.domain.net, then they are served www.domai