[EMAIL PROTECTED] R: [EMAIL PROTECTED] Apache2 authenticating via LDAP on Active Directory

2008-06-20 Thread De Filippo Andrea
I have tried with this conf: Directory /var/www/prova #LDAP Authentication AllowOverride all AuthName Autenticazione utente AuthType Basic #AuthLDAPEnabled on Is commented because if enabled

Re: [EMAIL PROTECTED] editing httpd.conf file through shell script

2008-06-20 Thread Agnello George
On 6/18/08, Mohit Anchlia [EMAIL PROTECTED] wrote: You can use head and tail commands in shell to do what you want to do. You could do something like: x=`grep -n DocumentRoot /websites/vodafone/web httpd.conf` # gets the line number cat httpd.conf|head -$x tmp.conf echo AddType

RE: [EMAIL PROTECTED] Submitting jobs remotely over CGI, closing file handles etc

2008-06-20 Thread michael watson (IAH-C)
Hi Thanks for the reply. When I mention that the cgi script doesn't work, well, it does actually work in that it runs the job and everything is fine - except on my old server, the cgi script starts the job, and exits immediately after informing the user; on the new server, the cgi script waits

Re: [EMAIL PROTECTED] FORM action=script method=post calls script TWICE!!!

2008-06-20 Thread Scott Courtney
On Thu, 2008-06-19 at 23:45 +, Kanito 73 wrote: Hi I have a very strange problem!!! sending a FORM to my apache server results in duplicate execution of (action=)script, the first one the sript receives the full variables, the second ghost call to the script is with NO VARIABLES just

Re: [EMAIL PROTECTED] redirect to url w/query_string ???

2008-06-20 Thread Tom Donovan
Mike Schleif wrote: I want the URL's similar to the following: http://domain.tld http://www.domain.tld http://domain.tld/ http://domain.tld/fjlxasdfja to be redirected to the following URL: http://Other_domain.tld/?rid=48830 I have tried -- and failed -- with following:

[EMAIL PROTECTED] Not finding the port to HTTPS

2008-06-20 Thread Tan, Liao
All, I doing tests with my https, and still it´s not working (my current http works fine). If you know how to help, pls gimme a support. I have all certificates, with all their directives in httpd-ssl.conf. Did several tests with the default port number 443, and it seems its not finding the

Re: [EMAIL PROTECTED] Not finding the port to HTTPS

2008-06-20 Thread Scott Courtney
On Fri, 2008-06-20 at 10:54 -0300, Tan, Liao wrote: Permission denied: make_sock: could not bind to address 0.0.0.0:443 no listening sockets available, shutting down Are you starting Apache as root? Usually the daemon is started as root, then does an internal su as it spawns its listeners. This

Re: [EMAIL PROTECTED] redirect to url w/query_string ???

2008-06-20 Thread Tom Donovan
Mike Schleif wrote: * Tom Donovan [EMAIL PROTECTED] [2008:06:20:09:08:55-0400] scribed: Mike Schleif wrote: I want the URL's similar to the following: http://domain.tld http://www.domain.tld http://domain.tld/ http://domain.tld/fjlxasdfja to be redirected to the following URL:

RE: [EMAIL PROTECTED] Not finding the port to HTTPS

2008-06-20 Thread Tan, Liao
Hi, Scott and all, Thanks for the hint, I asked the SA to restart it as root, he got no error messages, and I tried the https in the browser, and still shows the Page not found. I ran the command netstat for 443: lan: unknown protocol or uninstrumented protocol Strangely, this command with

Re: [EMAIL PROTECTED] redirect to url w/query_string ???

2008-06-20 Thread Joshua Slive
On Fri, Jun 20, 2008 at 12:51 PM, Mike Schleif [EMAIL PROTECTED] wrote: It creates rewrite.log; but, does not write anything there. That means your RewriteRules are not being seen at all in the request processing. Exactly where in your config files are you putting them? Joshua.

[EMAIL PROTECTED] Httpd Performance

2008-06-20 Thread Mohit Anchlia
Have couple of questions: 1. Does Apache spawns a new httpd process for every request that it gets. For eg: if there are 10 httpd processes and I sent a request from browser to Apache then would it create 11th httpd process to handle the new request 2. How to monitor Apache performance, number of

RE: [EMAIL PROTECTED] Not finding the port to HTTPS

2008-06-20 Thread Scott Courtney
On Fri, 2008-06-20 at 14:07 -0300, Tan, Liao wrote: Hi, Scott and all, Thanks for the hint, I asked the SA to restart it as root, he got no error messages, and I tried the https in the browser, and still shows the Page not found. I ran the command netstat for 443: lan: unknown

RE: [EMAIL PROTECTED] Not finding the port to HTTPS

2008-06-20 Thread Tan, Liao
No problems with the netstat command, I tried with netstat -a | grep 443 and it brought me: tcp0 0 *.443 *.* LISTEN and several other lines. Strangely, I did the same with the original port, 4545 (which was already working as http) and didnt

Re: [EMAIL PROTECTED] Apache 2.2.8 / Win2003 - Non Paged Pool blows up

2008-06-20 Thread Nick Knack
Thanks to William/Andre for replying. Eric, that patch did the trick - seems to have fixed the issue, no crashes since the patch was installed. Thanks! On Sat, Jun 14, 2008 at 4:45 PM, Eric Covener [EMAIL PROTECTED] wrote: On Sat, Jun 14, 2008 at 4:39 AM, Nick Knack [EMAIL PROTECTED] wrote:

[EMAIL PROTECTED] MYSQL Domain ?

2008-06-20 Thread Rob
Hey there, wondering if some one could point me on the right direction. I have no idea what its actually called but i want to asign my MYSQL to a domain name. So instead of using local host they can use mysql.domainname.com Basically want this to make my database accessible to our other servers

RE: [EMAIL PROTECTED] MYSQL Domain ?

2008-06-20 Thread Doug Harvey
Rob. I would think that you would want to use a port number instead of a domain name. I think the port number is 3310, so you would have someone connect by going to: domainname.com:3310 Doug _ From: Rob [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2008 2:01 PM To:

Re: [EMAIL PROTECTED] MYSQL Domain ?

2008-06-20 Thread Rob
oh awesome, i thought using a records as i've seen in the past places doing that like dreamhost.com etc. Is this port better security or something ? what is this actually called ? cheers, rob On Sat, Jun 21, 2008 at 9:17 AM, Doug Harvey [EMAIL PROTECTED] wrote: Rob. I would think that you

Re: [EMAIL PROTECTED] MYSQL Domain ?

2008-06-20 Thread Rob
To explain abit more about my situation, I have 6 joomla sites, 4 on one server 2 on another, with more to follow. What im needing to do is setup a simple form for people to fill out. This basicly will inject the database of each joomla site with the information from the form into them. The

RE: [EMAIL PROTECTED] MYSQL Domain ?

2008-06-20 Thread Doug Harvey
Well, in all the years that I used to play with ms's sql, we always used port numbers and then connected with odbc. With that in mind, you could basically do the same thing in this case. If you wanted someone to be able to connect, retrieve, write, delete records in a MySQL data base that you are

Re: [EMAIL PROTECTED] redirect to url w/query_string ???

2008-06-20 Thread Mike Schleif
* Joshua Slive [EMAIL PROTECTED] [2008:06:20:13:17:15-0400] scribed: On Fri, Jun 20, 2008 at 12:51 PM, Mike Schleif [EMAIL PROTECTED] wrote: It creates rewrite.log; but, does not write anything there. That means your RewriteRules are not being seen at all in the request processing.

Re: [EMAIL PROTECTED] MYSQL Domain ?

2008-06-20 Thread Danie Qian
In your situation, why dont you do it this way: location1: 4 sites - mysql server1, as a master for these 4 local sites and replicate slave for the 2 sites in the other location. location2: 2 sites - mysql server2, as a master for these 2 local sites and replicate slave for the 4 sites

Re: [EMAIL PROTECTED] MYSQL Domain ?

2008-06-20 Thread Rob
That seams like an awesome suggestion Danie, i think this is by far better way. 1 problem with this how-ever, i have no idea on how to go about doing all this. Are you able to toss me a few links my way to read up on this. Whats the time frame we looking here to do all this ? and is this all

[EMAIL PROTECTED] Solaris build w/LDAP support

2008-06-20 Thread Jon Wilmoth
I'm trying to build 2.2.9 with support for ldap authentication on a solaris 10 box, but am getting an error during the configure step that says apr-util isn't able to find an LDAP library. I've installed the latest openldap package from sunfreeware.com (details below) and used the following