Re: [EMAIL PROTECTED] how to prevent directory listing

2006-07-02 Thread Jaqui Greenlees
--- [EMAIL PROTECTED] wrote: > > Hi, > > > > How can I prevent directory listings of my server? > > What configurations required at http server and > tomcat? > Directly from the httpd.conf.orig, the -Indexes turns off automatic indexing. # Possible values for the Options directive are "

[EMAIL PROTECTED] how to prevent directory listing

2006-07-02 Thread rajesh.gannarapu
Hi,   How can I prevent directory listings of my server? What configurations required at http server and tomcat?     Thanks in advance,     Regards, Rajesh Gannarapu       The information contained in this electronic message and any attachments to this message are inten

RE: [EMAIL PROTECTED] Linux Apache Plugin for BroadVision

2006-07-02 Thread Nehal Sangoi
Hi My Linux is running on x86 hardware platform. (HP Proliant DL 380 G4) >From where i can download the Apache plugin for BroadVision for x86 Architecture? I tried searching for it in the internet but no luck :(( Even, that "so" file is not provided in my BV installation package. The one which is

RE: [EMAIL PROTECTED] SetOutputFilter doesn't work in s?

2006-07-02 Thread Axel-Stéphane SMORGRAV
SetOutputFilter works very well, even in Location filters. There are lots of happy customers of this feature, using it for such things as for example compression of response bodies. Are you quite sure your filter is NOT invoked? Could you possibly have it generate some output to stderr? I copi

Re: [EMAIL PROTECTED] Distributed Web Server

2006-07-02 Thread Chris Snyder
Setting up a round-robin DNS for the servers is sort of almost exactly like a quick clustering patch. Are you sure it is the apache server that is not keeping up though? You sure it isn't a bandwidth limitation? Quoting Danesh Daroui <[EMAIL PROTECTED]>: > Hi all, > > I have set up a web serve

[EMAIL PROTECTED] Distributed Web Server

2006-07-02 Thread Danesh Daroui
Hi all,I have set up a web server using Apache and it used to work fine until my site's hit grew up and now it has serious problems because of intensive clients traffic. I would like to set up other systems to cooperate with my main server and serve clients as well as my main server to make ballanc

[EMAIL PROTECTED] Error on libapr-1.dll with Apache version 2.2.22 on Win XP

2006-07-02 Thread Fred Philip(2)
Hi fellows, I just installed Apache V. 2.2.2 on Win-XP SP2. The installation procedure went well without any error messages. But now when I try to start the service, the service wont' start and an application event log has been created. This entry has the following message: Snippet: Fau

Re: [EMAIL PROTECTED] Combining user-based and host-based authentications

2006-07-02 Thread Joshua Slive
On 7/2/06, Maxim <[EMAIL PROTECTED]> wrote: Hello list, I would like to allow people from a given IP address to access my website without user authentification, and ask for a login/password for requests originating from any other IP address. Is there any way to combine allow/deny with mod_auth

[EMAIL PROTECTED] Combining user-based and host-based authentications

2006-07-02 Thread Maxim
Hello list, I would like to allow people from a given IP address to access my website without user authentification, and ask for a login/password for requests originating from any other IP address. Is there any way to combine allow/deny with mod_auth directives, or any other way to achieve this

Re: [EMAIL PROTECTED] Re: mod_rewrite Scenario Assistance

2006-07-02 Thread Rob Wilkerson
Sorry, by CGI variables, I meant the webserver variables. Stored in the CGI scope by ColdFusion and in the SERVER[] scope in PHP, if that helps. Variables like SCRIPT_NAME, HTTP_REFERER, etc. I tried your sample code against several use cases and it does everything our current module does and m

Re: [EMAIL PROTECTED] VirtualDocumentRoot problem

2006-07-02 Thread Joshua Slive
On 7/2/06, Neo Wee Teck <[EMAIL PROTECTED]> wrote: Sorry, Does the patch included works for Apache 1.3? I don't know. Try it and see. Joshua. - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [EMAIL PROTECTED] VirtualDocumentRoot problem

2006-07-02 Thread Neo Wee Teck
Sorry,Does the patch included works for Apache 1.3?On 7/2/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 7/2/06, Neo Wee Teck <[EMAIL PROTECTED]> wrote: > works for Apache 1.3?If you want to make yourself understood, try writing in complete sentences.Joshua.-

Re: [EMAIL PROTECTED] VirtualDocumentRoot problem

2006-07-02 Thread Joshua Slive
On 7/2/06, Neo Wee Teck <[EMAIL PROTECTED]> wrote: works for Apache 1.3? If you want to make yourself understood, try writing in complete sentences. Joshua. - The official User-To-User support forum of the Apache HTTP Server

Re: [EMAIL PROTECTED] "public_html" for each user don"t work.

2006-07-02 Thread Joshua Slive
On 7/2/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Quoting Joshua Slive <[EMAIL PROTECTED]>: > You've already been told several times that the problem is likely > SELinux config, and you've been given direct links explaining how to > understand and solve the problem. What more do you want?

Re: [EMAIL PROTECTED] VirtualDocumentRoot problem

2006-07-02 Thread Neo Wee Teck
works for Apache 1.3?On 7/2/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 7/2/06, Neo Wee Teck <[EMAIL PROTECTED]> wrote:> Hi,>> I just notice some problems when using mod_vhost_alias>> It seems that when using VirtualDocumentRoot, the variable DocumentRoot in > PHP got mixed up>> Server Global>>

Re: [EMAIL PROTECTED] VirtualDocumentRoot problem

2006-07-02 Thread Joshua Slive
On 7/2/06, Neo Wee Teck <[EMAIL PROTECTED]> wrote: Hi, I just notice some problems when using mod_vhost_alias It seems that when using VirtualDocumentRoot, the variable DocumentRoot in PHP got mixed up Server Global > DocumentRoot /var/www/htdocs Inside > VirtualDocumentRoot /var/www/vhost

[EMAIL PROTECTED] mod_vhost_alias

2006-07-02 Thread Neo Wee Teck
Hi, I just notice some problems when using mod_vhost_alias It seems that when using VirtualDocumentRoot, the variable DocumentRoot in PHP got mixed up Server Global > DocumentRoot /var/www/htdocs Inside  > VirtualDocumentRoot /var/www/vhost/%0/htdocs When I run a phpinfo script, this is th

Re: [EMAIL PROTECTED] "public_html" for each user don"t work.

2006-07-02 Thread rsomsak123
I create "testing" user for tesing "public_html". Now "testing" user that home directory under "/export3/home3/office3" is working well. More detail below. # grep testing /etc/passwd testing:x:3:100::/export3/home3/office3/testing:/bin/bash And httpd.conf below. AllowOverride File

[EMAIL PROTECTED] VirtualDocumentRoot problem

2006-07-02 Thread Neo Wee Teck
Hi,I just notice some problems when using mod_vhost_aliasIt seems that when using VirtualDocumentRoot, the variable DocumentRoot in PHP got mixed upServer Global > DocumentRoot /var/www/htdocs Inside  > VirtualDocumentRoot /var/www/vhost/%0/htdocsWhen I run a phpinfo script, this is the variable it

RE: [EMAIL PROTECTED] Problem with setting up virtual hosting. Ver. 2.0.54

2006-07-02 Thread M von Ziegenweidt
Although a bit late, thank you for your assistance. I was able to get it working. Maarten -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: 23 June 2006 14:42 To: users@httpd.apache.org; [EMAIL PROTECTED] Subject: Re: [EMAIL PROTECTED] Pr

Re: [EMAIL PROTECTED] "public_html" for each user don"t work.

2006-07-02 Thread Pid
Again, How to configure a directory: http://httpd.apache.org/docs/2.2/mod/core.html#directory Security tips (e.g. how to avoid "Permission Denied"): http://httpd.apache.org/docs/2.2/misc/security_tips.html Then read the user_dir config instructions: http://httpd.apache.org/docs/2.2/mod/mod_userd