Re: [EMAIL PROTECTED] Apache VirtualHost Setup Question

2006-05-25 Thread Om
Hi Christopher, You need to setup virtual hosts for aaa.com, bbb.com both at 80 and 443 ports. Try the following configuration. ServerName www.aaa.com DocumentRoot/var/www/html/aaa ServerName www.bbb.com DocumentRoot/var/www/html/bbb RewriteEngine

[EMAIL PROTECTED] Few questions about mod_expires and not caching.

2006-05-25 Thread Bill Moseley
2.0.55 First, is there any recommended configuration for mod_expires? That is, do most people use ExpiresDefault, or do most list out all the MIME types they want to set expires headers on? I have a front end server that handles static content, and it also is a reverse proxy for a mod_perl serve

Re: [EMAIL PROTECTED] separate logs for aliases

2006-05-25 Thread Shai
On 5/26/06, Brian Rectanus <[EMAIL PROTECTED]> wrote: On 5/25/06, Shai <[EMAIL PROTECTED]> wrote: > Hi, > > Since I'm a home user and I only have 1 IP but I still want to make > access to my SSL secured sites, I decided I can't use vhosts since > those either need to configure different ports or

Re: [EMAIL PROTECTED] separate logs for aliases

2006-05-25 Thread Brian Rectanus
On 5/25/06, Bill Angus <[EMAIL PROTECTED]> wrote: You can use one IP and have a secure-server as well as a name-based virtual hosting server for port 80. Just run two instances of Apache. The apache monitor is capable of reporting and controlling both. You are right that using name-based hosti

Re: [EMAIL PROTECTED] separate logs for aliases

2006-05-25 Thread Brian Rectanus
On 5/25/06, Shai <[EMAIL PROTECTED]> wrote: Hi, Since I'm a home user and I only have 1 IP but I still want to make access to my SSL secured sites, I decided I can't use vhosts since those either need to configure different ports or separate IP per vhost. So what I want to use now are aliases l

Re: [EMAIL PROTECTED] separate logs for aliases

2006-05-25 Thread Bill Angus
You can use one IP and have a secure-server as well as a name-based virtual hosting server for port 80. Just run two instances of Apache. The apache monitor is capable of reporting and controlling both.   You are right that using name-based hosting on port 80 will cause the SSL-port server t

[EMAIL PROTECTED] separate logs for aliases

2006-05-25 Thread Shai
Hi, Since I'm a home user and I only have 1 IP but I still want to make access to my SSL secured sites, I decided I can't use vhosts since those either need to configure different ports or separate IP per vhost. So what I want to use now are aliases like: https://mydomain.com/webmail and https:

Re: [EMAIL PROTECTED] apache suexec problem

2006-05-25 Thread Joshua Slive
On 5/25/06, Kailash Vyas <[EMAIL PROTECTED]> wrote: but when I run in browser i get this 403 forbidden error Forbidden You don't have permission to access / on this server. Do I need to specify any other changes This likely has nothing to do with suexec. What does the error_log say for this

Re: [EMAIL PROTECTED] LocalHost

2006-05-25 Thread Bill Jones
On 5/25/06, Calpro <[EMAIL PROTECTED]> wrote: I have recently downloaded and installed version 2.2 Apache, and after adjusting the Listen port, it seems to be running Ok. MSIE -- try a fully qualified URL: http://localhost:port/ Obviously substitute "port" for some number that you are listeni

Re: [EMAIL PROTECTED] rewrite rule

2006-05-25 Thread Mariusz Handke
Thanks for suggestion, that's what I will do, but I still think there should be other way to do it, within apache scope. Krist van Besien wrote: You need to do this differently. The way I would do this is change my php script so it includes the different pages in one page, in stead of a frames

Re: [EMAIL PROTECTED] LocalHost

2006-05-25 Thread Peter Schmitz
Ted   As I understand it, if you are listening at port x (x is not 80) then browse to localhost:x In my case I have Listen 8000 and I browse to localhost:8000   Regards Peter   - Original Message - From: Calpro To: users@httpd.apache.org

Re: [EMAIL PROTECTED] LocalHost

2006-05-25 Thread Evan Platt
On Thu, May 25, 2006 3:45 pm, Calpro wrote: > I have recently downloaded and installed version 2.2 Apache, and after > adjusting the Listen port, it seems to be running Ok. > > That is, it displays no error messages. But when I enter LocalHost into > MSIE > I get the 404, File not found. > > Loca

[EMAIL PROTECTED] LocalHost

2006-05-25 Thread Calpro
    Hi I have recently downloaded and installed version 2.2 Apache, and after adjusting the Listen port, it seems to be running Ok. That is, it displays no error messages. But when I enter LocalHost into MSIE I get the 404,  File not found. LocalHost was entered into Network Domain and

[EMAIL PROTECTED] apache suexec problem

2006-05-25 Thread Kailash Vyas
Hi, I have been trying to setup apache to access user dirsfor apache 2.2 forexample I am setting up a example host ServerAlias example.com ServerAdmin [EMAIL PROTECTED] DocumentRoot /home/example/public_html ServerName www.example.com SuexecUserGroup example example I am also enabling suexec

Re: [EMAIL PROTECTED] Compiling Apache 2.2.0 on Solaris 10 withmod_authnz_ldap support

2006-05-25 Thread kckepple
Yes. "./configure" "--enable-so" "--with-layout=Apache" "--enable-ssl" "--prefix=/usr/local/apache-2.2.2" "--enable-speling" "--enable-rewrite" "--with-ldap" "--enable-ldap" "--enable-authnz-ldap" "--with-libraries=/usr/lib:/usr/local/lib" "--with-ldap-sdk=openldap" "--with-ldap-lib=/usr/loc

Re: [EMAIL PROTECTED] Compiling Apache 2.2.0 on Solaris 10 withmod_authnz_ldap support

2006-05-25 Thread Mark Reynolds
When you run configure, do you have all three? (See httpd-2.2.2/modules/ldap/README.ldap) --with-ldap --enable-ldap --enable-authnz-ldap I was seeing a similar issue until I added '--with-ldap' to the configure. [EMAIL PROTECTED] wrote: > > I am having the exact same problem seen h

Re: [EMAIL PROTECTED] mod_proxy and subversion - Long

2006-05-25 Thread Joshua Slive
On 5/25/06, Jim Gifford <[EMAIL PROTECTED]> wrote: Joshua Slive wrote: > On 5/25/06, Jim Gifford <[EMAIL PROTECTED]> wrote: > > I haven't checked the code, but I doubt can be used in that > way. It works only for auth directives. > > You can, however, accomplish this by using the proxy [P] flag

Re: [EMAIL PROTECTED] mod_proxy and subversion - Long

2006-05-25 Thread Jim Gifford
Joshua Slive wrote: On 5/25/06, Jim Gifford <[EMAIL PROTECTED]> wrote: I haven't checked the code, but I doubt can be used in that way. It works only for auth directives. You can, however, accomplish this by using the proxy [P] flag of mod_rewrite. Joshua.

Re: [EMAIL PROTECTED] Using mod_rewrite with redirect

2006-05-25 Thread Joshua Slive
On 5/25/06, Bob Smith <[EMAIL PROTECTED]> wrote: Hi all. I have been successfule in setting up mod_rewrite the way I needed too, but now I'm trying to use 'redirect' and mod_rewrite in the same directory. There are two requests that I need to do special redirects on, so I'm not handling them wi

Re: [EMAIL PROTECTED] Compiling Apache 2.2.0 on Solaris 10 with mod_authnz_ldap support

2006-05-25 Thread kckepple
I am having the exact same problem seen here: http://mail-archives.apache.org/mod_mbox/httpd-users/200601.mbox/[EMAIL PROTECTED] I have tried the solution listed in a followup, but that has not worked for me. I am trying to compile apache 2.2.2 with ldap support on Solaris 2.9 but get this error

[EMAIL PROTECTED] Using mod_rewrite with redirect

2006-05-25 Thread Bob Smith
Hi all.  I have been successfule in setting up mod_rewrite the way I needed too, but now I'm trying to use 'redirect' and mod_rewrite in the same directory.  There are two requests that I need to do special redirects on, so I'm not handling them with the 'all-in-one' rewrite.  Maybe it's best I sho

Re: [EMAIL PROTECTED] Error while executing CGI Scripts

2006-05-25 Thread Joshua Slive
On 5/25/06, P Karthick <[EMAIL PROTECTED]> wrote: Hi Apache users, I am using windows 2000 and apache 2.0. When I am trying to run the CGI script, i am getting the following error recorded in the error.log of apache server: [Thu May 25 10:25:11 2006] [error] [client 203.129.222.228] (OS 3)Th

[EMAIL PROTECTED] Error while executing CGI Scripts

2006-05-25 Thread P Karthick
Hi Apache users,   I am using windows 2000 and apache 2.0.   When I am trying to run the CGI script, i am getting the following error recorded in the error.log of apache server:   [Thu May 25 10:25:11 2006] [error] [client 203.129.222.228] (OS 3)The system cannot find the path specified.  :

Re: [EMAIL PROTECTED] mod_proxy and subversion - Long

2006-05-25 Thread Joshua Slive
On 5/25/06, Jim Gifford <[EMAIL PROTECTED]> wrote: I'm trying to force mod_proxy to send all the subversion writes to a specific server. What gets me is an error in my debug log. Here is my config for this setup DAV svn SVNParentPath /srv/svn SVNIndexXSLT /svnindex.xsl

[EMAIL PROTECTED] mod_proxy and subversion - Long

2006-05-25 Thread Jim Gifford
I'm trying to force mod_proxy to send all the subversion writes to a specific server. What gets me is an error in my debug log. 1. [Wed May 24 12:12:32 2006] [debug] proxy_http.c(268): proxy: keepalive address match (keep original socket) 2. [Wed May 24 12:12:33 2006] [debug]

Re: [EMAIL PROTECTED] process pile up RUN state

2006-05-25 Thread James Garrison
lockf == waiting on a file lock? Try lsof or fuser to see what files the processes have open. Chris wrote: PID USERNAME PRI NICE SIZERES STATETIME WCPUCPU COMMAND 93241 apache 200 110M 69636K lockf0:15 2.05% 2.05% httpd -- James Garrison

Re: [EMAIL PROTECTED] rewrite rule

2006-05-25 Thread Krist van Besien
On 5/25/06, Mariusz Handke <[EMAIL PROTECTED]> wrote: Thanks, I modified your proposition as follows: RewriteEngine On RewriteRule ^(.*)/([^/]*\.)(html|htm|php)$ /test-redir.php?page=/test/$2$3 [L] Hmmm. This rewrites /test/index.html to test-redir.php?p

[EMAIL PROTECTED] Apache VirtualHost Setup Question

2006-05-25 Thread Christopher Paluch
I am trying to setup an Apache server that will service two domains: www.aaa.com and www.bbb.net. I want users to only access www.aaa.com using http://www.aaa.com and I only want users to access www.bbb.net using https://www.bbb.net. I've tried the following config: ServerName

RE: [EMAIL PROTECTED] configure: error: OpenSSL headers not found Apa che 2.0.58

2006-05-25 Thread Schultz, Gary - COMM
Should have added, I built on PCLinuxOS 0.93 Mini Me. From: Schultz, Gary - COMM Sent: Thursday, May 25, 2006 10:07 AMTo: 'users@httpd.apache.org'Subject: RE: [EMAIL PROTECTED] configure: error: OpenSSL headers not found Apache 2.0.58 Initially, I had the same problem w

RE: [EMAIL PROTECTED] configure: error: OpenSSL headers not found Apa che 2.0.58

2006-05-25 Thread Schultz, Gary - COMM
Initially, I had the same problem when I installed openssl in the default location, /usr/local/ssl. I decided to build apache with ssl installed in a non-default location and configured Apache to use ssl from this location. For example, configure openssl as such:   ./config --prefix=/ssl --op

RE: [EMAIL PROTECTED] Auth Apache 2 agaisnt AD Groups

2006-05-25 Thread Mark H. Wood
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 One bit of fun you'll have is that Windows users expect groups to nest, but LDAP doesn't seem to do that. That is, you can have a group G some of whose members are groups G2, G3 etc. and an object which is only a member of (say) group G2 will be consi

Re: [EMAIL PROTECTED] Auth Apache 2 agaisnt AD Groups

2006-05-25 Thread Dmitri Colebatch
On 5/25/06, Robin P. Blanchard <[EMAIL PROTECTED]> wrote: Yup. Two identical lines apart from the hosts. I'm a *bsd guy so I'm a bit more familiar with ipfilter / pf syntax. Perhaps you could send me a simple iptables scenario to block traffic to/from host ? Sure - will do tomorrow when I get a

RE: [EMAIL PROTECTED] Auth Apache 2 agaisnt AD Groups

2006-05-25 Thread Robin P. Blanchard
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Dmitri Colebatch > Sent: Thursday, May 25, 2006 9:46 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Auth Apache 2 agaisnt AD Groups > > On 5/25/06, Robin P. Blanchard > <[EMAIL PRO

Re: [EMAIL PROTECTED] Auth Apache 2 agaisnt AD Groups

2006-05-25 Thread Dmitri Colebatch
On 5/25/06, Robin P. Blanchard <[EMAIL PROTECTED]> wrote: For what it's worth (this is httpd-2.0.58), I just tried: AuthLDAPURL "ldap://server1/OU=Divisions,OU=Users,OU=gactr,DC=gc,DC=nat?sAMAccountName?su b?(objectclass=*)" AuthLDAPURL "ldap://server2/OU=Divisions,OU=Users,OU=gactr,DC=gc,DC=nat

RE: [EMAIL PROTECTED] Auth Apache 2 agaisnt AD Groups

2006-05-25 Thread Robin P. Blanchard
For what it's worth (this is httpd-2.0.58), I just tried: AuthLDAPURL "ldap://server1/OU=Divisions,OU=Users,OU=gactr,DC=gc,DC=nat?sAMAccountName?su b?(objectclass=*)" AuthLDAPURL "ldap://server2/OU=Divisions,OU=Users,OU=gactr,DC=gc,DC=nat?sAMAccountName?su b?(objectclass=*)" And restarted apache.

Re: [EMAIL PROTECTED] ProxyPass and reverse

2006-05-25 Thread Giovanni
On 23:36, mercoledì 24 maggio 2006, Brian Rectanus wrote: > What version of mod_proxy_html? don't know...how to ask for version? apache version i s 2.0.54 shipped with debian-stable (sarge) > > ProxyHTMLURLMap / /ntop/ > > The above can replace all occurences of '/' with '/ntop/', which is > wha

Re: [EMAIL PROTECTED] Disable Method TRACE

2006-05-25 Thread William A. Rowe, Jr.
See the docs, TraceEnable is your friend. but why you want to disable your own debugging feature is beyond me. [EMAIL PROTECTED] wrote: I would like to disable http method TRACE from my apache webserver on z/linux (we have apache 2.2 not IBM http server powered by apache!) I tried with thes

[EMAIL PROTECTED] configure: error: OpenSSL headers not found Apache 2.0.58

2006-05-25 Thread Mandar sarlashkar
Hello !I am trying to setup Apache 2.0.58 on Mandriva Linux 2006... When I tried to configure Apache I got the erroe : checking for SSL/TLS toolkit includes... configure: error: OpenSSL headers not foundThe OpenSSL version is 0.9.7gMy Questions: How can I solve this pro

[EMAIL PROTECTED] Disable Method TRACE

2006-05-25 Thread Manuela . Vorazzo
I would like to disable http method TRACE from my apache webserver on z/linux (we have apache 2.2 not IBM http server powered by apache!) I tried with these directives but it seems that it doesn't work.  Options -Indexes  AllowOverride All  Allow from all     Order allow,deny   Allow from all

Re: [EMAIL PROTECTED] Error - Compile JK2 on AIX

2006-05-25 Thread William A. Rowe, Jr.
[EMAIL PROTECTED] wrote: I am trying to compile Jakarta Connector JK2 on IBM AIX 5.2 server. I hits the following error during the compilation: That's bad since JK2 is abandoned. There is much development on mod_jk which is what you should obtain and install (version 1.2.14 or later is quite

[EMAIL PROTECTED] Error - Compile JK2 on AIX

2006-05-25 Thread Lim . Huoy-Li
Hi, I am trying to compile Jakarta Connector JK2 on IBM AIX 5.2 server. I hits the following error during the compilation: ./buildconf.sh ./configure --with-apxs2=/usr/local/apachessl/bin/apxs make Error encounter:         list=' server/apache2';  for i in $list; do  echo "Making $target in $i