Re: [EMAIL PROTECTED] How to disable public_html

2006-01-11 Thread Arun G Nair
Try...     UserDir DISABLED That should work. -Arun

Re: [EMAIL PROTECTED] howto configure apache to serve requests without explicitly defining a port number in the URL

2006-01-11 Thread Arun G Nair
I think you can do that with a redirection rule in your firewall.On 1/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi Everyone,I would appreciate any information on configuring apache to run on a nonstandard port, however serving requests without explicitly defining theport number in the UR

Re: [EMAIL PROTECTED] apache and multiple SSL certificates

2006-01-11 Thread Arun G Nair
Are you trying to do name based virtual hosting with SSL ? As you may have read from the docs, its not possible. You can go for wildcard certs if the domain is same. Else you'll need separate certs for each SSL VirtualHost on different IP's AFAIK. - ArunOn 1/11/06, Noah <[EMAIL PROTECTED]> wrote:

Re: [EMAIL PROTECTED] Apache/Bind relationship

2006-01-11 Thread Aman Raheja
There sure could be a relation when you configure apache to listen on a certain IP address and also the ServerName tag matters. There is no relation of Bind as such with apache if the issue revolves around resolution. Did you only try through your browser? Did you check with dig or nslookup? If

[EMAIL PROTECTED] How to build a heavyduty file download server?

2006-01-11 Thread just starting
Hi,I want to build a heavy-duty server for file upload and download. So what should I use for server side scripting for the file transfer part. Right now I am using PHP(both for download and upload) but having problem with downloading some specific files with error like "the source file could not b

Re: [EMAIL PROTECTED] Question about Apache Web Svr and perl scripting

2006-01-11 Thread Joshua Slive
On 1/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello All, > > I am new to Apache web server scripting, so bear with me. I am running > Apache on a Windows XP machine. > > I have a perl script being called by the Apache web server. The perl script > creates a cmd script file that is ca

[EMAIL PROTECTED] Question about Apache Web Svr and perl scripting

2006-01-11 Thread sal . talamantez
Hello All,   I am new to Apache web server scripting, so bear with me.  I am running Apache on a Windows XP machine.   I have a perl script being called by the Apache web server.  The perl script creates a cmd script file that is called by perl to execute.  The cmd script runs fine except for one s

Re: [EMAIL PROTECTED] Disabling PUT DELETE and TRACE on Apache?

2006-01-11 Thread httpd2
Hi Emmanuel. I did not check the docs, so I was not aware of the restriction on the TRACE method :-) Regards - Keith Oh! This is cool. I didnt realise that mod_access would work inside a Limit directive. I toyed with it for a moment before I was led astray by the examples highlighting the us

Re: [EMAIL PROTECTED] howto configure apache to serve requests without explicitly defining a port number in the URL

2006-01-11 Thread Robert Palmer
[EMAIL PROTECTED] wrote: Hi Everyone, I would appreciate any information on configuring apache to run on a non standard port, however serving requests without explicitly defining the port number in the URL. Example: 1. If I run apache on port 7894 hosting mydomain.org 2. I should be able v

Re: [EMAIL PROTECTED] howto configure apache to serve requests without explicitly defining a port number in the URL

2006-01-11 Thread httpd2
Sounds like you may need to use some sort of NAPT on your firewall. If you want requests to come into your firewall/router on port 80 you will need to use NAPT to redirect the standard request to the non standard port. Hopefully that should do the trick. Regards Keith Roberts On Wed, 11

[EMAIL PROTECTED] howto configure apache to serve requests without explicitly defining a port number in the URL

2006-01-11 Thread Harish . Chakravarthy
Hi Everyone, I would appreciate any information on configuring apache to run on a non standard port, however serving requests without explicitly defining the port number in the URL. Example: 1. If I run apache on port 7894 hosting mydomain.org 2. I should be able visit http://mydomain.org to

[EMAIL PROTECTED] Apache 2.2 and mod_dbm + pgsql

2006-01-11 Thread Michael Pfannkuchen
Hallo, I'm just trying to replace mod_auth_pgsql with the APR-DBM Module of httpd 2.2 - but - obviously - can't get the pgsql driver working. Description: When starting apache webserver (self-compiled on SuSe Linux 9.1) I get the following error message: >> Syntax error on line 13 of /usr/local

Re: [EMAIL PROTECTED] Apache/Bind relationship

2006-01-11 Thread Emmanuel E
I guess you need to be more specific. Firstly I dont think Bind and Apache are related in any way.   Secondly do you mean domains dont resolve to the server or domains dont resolve on the server? If domains dont resolve to the server then its a bind problem. If the domains do not resolve on

RE: [EMAIL PROTECTED] How to disable public_html

2006-01-11 Thread Jain, Abhay K, ALABS
I should have mentioned, I am using Aapche 1.3.33. As I had mentioned, I did comment out UserDir but no effect. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Wednesday, January 11, 2006 1:57 PM To: users@httpd.apache.org Subject: Re:

Re: [EMAIL PROTECTED] How to disable public_html

2006-01-11 Thread Joshua Slive
On 1/11/06, Jain, Abhay K, ALABS <[EMAIL PROTECTED]> wrote: > > In order to disable public_html usage on the production server, > I commented out the following lines in httpsd.conf file > > # > #UserDir public_html > # > > But public_html is still active. What else needs to be done. In version

[EMAIL PROTECTED] How to disable public_html

2006-01-11 Thread Jain, Abhay K, ALABS
In order to disable public_html usage on the production server, I commented out the following lines in httpsd.conf file   ##    UserDir public_html#   But public_html is still active. What else needs to be done.   Abhay

Re: [EMAIL PROTECTED] Fw: Automatic message from SafestMail (c2FmZXN0bWFpbF9yZXBseQ==-Mjc4MDI0MjM3)

2006-01-11 Thread Joshua Slive
On 1/11/06, Emmanuel E <[EMAIL PROTECTED]> wrote: > > Has anyone been receiving messages like these especially after sending an > email to the httpd users group? I thought it was random spam but now the > correlation with me sending message to this group and immediately receiving > this is to

[EMAIL PROTECTED] Apache/Bind relationship

2006-01-11 Thread Gerry Danen
Is there a relationship between Apache and Bind?I am using a new server bot both, but on the new server, some domains do not resolve. The external IP address has not changed.Any clues where to start looking are appreciated. ThxGerry

[EMAIL PROTECTED] Fw: Automatic message from SafestMail (c2FmZXN0bWFpbF9yZXBseQ==-Mjc4MDI0MjM3)

2006-01-11 Thread Emmanuel E
Title: SafestMail's Register Request Has anyone been receiving messages like these especially after sending an email to the httpd users group? I thought it was random spam but now the correlation with me sending message to this group and immediately receiving this is too high, that now I thin

[EMAIL PROTECTED] apache and multiple SSL certificates

2006-01-11 Thread Noah
Hi there, I am running apache+mod_ssl-1.3.34+2.8.25_1 and not quite clear on something. I am hosting many virtual domains on my server and would like to come up with a SSL certificate scheme that removes an error of mismatched hostnames. I am trying to find information on the web of how to do

Re: [EMAIL PROTECTED] Disabling PUT DELETE and TRACE on Apache?

2006-01-11 Thread Emmanuel E
Oh! This is cool. I didnt realise that mod_access would work inside a Limit directive. I toyed with it for a moment before I was led astray by the examples highlighting the use of mod_auth. I just want to be sure I understand this fully. As per the docs the TRACE method cant be limited, other th

Re: [EMAIL PROTECTED] Re: Disabling PUT DELETE and TRACE on Apache?

2006-01-11 Thread Emmanuel E
Hmm. This seems interesting. Need to read up a lot I guess. Will get back to this group if I use it and it works. - Original Message - From: "Joost de Heer" <[EMAIL PROTECTED]> To: "Emmanuel E" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, January 11, 2006 4:36 PM Subject: [EMAIL PROTECTED

Re: [EMAIL PROTECTED] Configuring Apache2 with Tomcat 5.5

2006-01-11 Thread Robert Palmer
vince maxey wrote: Thank you for your reply Deitmar. I do have mod_jk.conf in Tomcat 5.5/conf/auto. I also have mod_jk.so in Apache2/modules. Based on what I've read and the instructions I've followed, I'm fairly certain that I have all required files and config references in place for bo

Re: [EMAIL PROTECTED] Disabling PUT DELETE and TRACE on Apache?

2006-01-11 Thread httpd2
This will do what you want it to, and should apply to the whole filesystem, unless you override it somewhere else. Options none AllowOverride none Order deny,allow Deny from all Order deny,allow Deny from all Keith Roberts On Wed, 11 Jan 2006, Joost de Heer wrote: >

RE: [EMAIL PROTECTED] Access to the referrer and search query

2006-01-11 Thread Boyle Owen
> -Original Message- > From: Robert Palmer [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 11. Januar 2006 15:55 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Access to the referrer and search query > > > Is there a way from a web page (php for example) to access > the referrer

Re: [EMAIL PROTECTED] Configuring Apache2 with Tomcat 5.5

2006-01-11 Thread vince maxey
Thank you for your reply Deitmar. I do have mod_jk.conf in Tomcat 5.5/conf/auto. I also have mod_jk.so in Apache2/modules. Based on what I've read and the instructions I've followed, I'm fairly certain that I have all required files and config references in place for both Tomcat and Apache. I m

[EMAIL PROTECTED] Access to the referrer and search query

2006-01-11 Thread Robert Palmer
Is there a way from a web page (php for example) to access the referrer (e.g. google) and the search query? I'm interested in the infromation that shows in the Apache log being available dynmically so that I can make a decision what products to display on the home page. ---

[EMAIL PROTECTED] Struggling to set up HTTP security

2006-01-11 Thread Anthony Lamb
Hi I have downloaded Appserv for windows version 2.4.4.a and have managed to get a website up and working, I am having problems setting up security. I would like to have certain areas of the site to have access controls on them and have managed to set up the password file using htdigest but I am u

[EMAIL PROTECTED] Re: Disabling PUT DELETE and TRACE on Apache?

2006-01-11 Thread Joost de Heer
Emmanuel E wrote: > Hi, > > Is there any way to disable PUT DELETE and TRACE methods on Apache? User > authentication is one way but then it still allows authenticated users to > use those methods. Untested: RewriteCond %{REQUEST_METHOD} (PUT|DELETE|TRACE) RewriteRule (.*) - [F] Joost

[EMAIL PROTECTED] Re: verify error:num=20:unable to get local issuer certificate

2006-01-11 Thread Joost de Heer
Arun G Nair wrote: > Hi all, > I get this error when trying to connect to my SSL enabled site with > openssl's s_client. > > "verify error:num=20:unable to get local issuer certificate" > > I have purchased a CRT signed by AddTrust External Root CA through Comodo. >

[EMAIL PROTECTED] Re: Apache 2.2 - so - is it stable? How compatible is it?

2006-01-11 Thread Joost de Heer
Marc Perkel wrote: > I remember upgrading from 1.4 to 2.0 as being somewhat painful but well > worth it. So - I pose this question: > > How much pain is involved to go to 2.2 from 2.0.5x ? Relatively easy. The only thing you need to look out for is the new auth(z|n) structure. I.e. mod_access (whi